valoret schrieb:
> How can I disable DST ('Automatically adjust clock for daylight saving
> changes' selection in Date and Time control panel) through group policy. Can
> this be set via policy, startup script, registry or only manual selection?
Here is an ADM template you could use - not self-tested:
---8<---
CLASS MACHINE
CATEGORY "Windows Time settings"
POLICY "Disable automatic set of daylight savings time"
KEYNAME "System\CurrentControlSet\Control\TimeZoneInformation"
VALUENAME "DisableAutoDaylightTimeSet"
END POLICY
END CATEGORY
--->8---
cheers,
Florian
--
Microsoft MVP - Windows Server - Group Policy.
eMail: prename [at] frickelsoft [dot] net.
blog: http://www.frickelsoft.net/blog.
Thank you. The ADM template solution will provide the enforcement we are
looking for.
Regards,
Paul Valoret