What I need to achieve is to sync the client laptop time with a specific NTP server and display a standard time (without DST).
I did try NTP Client, but if the auto-sync is enabled on system, then it will be pointless.
Now I am using w32tm and manually set my NTP server as default NTP server in registry. All worked but DST, I changed value to disable DST at [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation], but it didn't work.
Thx in advance.