Buzz
I don't.
You could use a startup script to delete the
DisableAutoDaylightTimeSet Value Name at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
(which I am assuming is set currently set to 1.
Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
> You could use a startup script to delete the
> DisableAutoDaylightTimeSet Value Name at
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
As we are in a group policy group this should be achieved by an adm-file ;)
CLASS MACHINE
CATEGORY "Control Panel"
POLICY "Disable Auto Daylight saving"
KEYNAME "SYSTEM\CurrentControlSet\Control\TimeZoneInformation"
VALUENAME "DisableAutoDaylightTimeSet"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
HTH
Norbert