Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Daylight Savings Time Checkbox

25 views
Skip to first unread message

Buzz Fenner

unread,
Oct 10, 2005, 10:22:37 AM10/10/05
to
We've discovered that some of our domain client machines do not have the
"adjust for daylight savings time" checkbox set. I looked for a policy
setting that would accomplish this and have not found it. Does anyone know
if such a setting exists? TIA

Buzz


Jerold Schulman

unread,
Oct 10, 2005, 11:16:38 AM10/10/05
to


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

Norbert Fehlauer [MVP]

unread,
Oct 10, 2005, 11:37:18 AM10/10/05
to
Jerold Schulman wrote:
Hi,

> 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

0 new messages