View Full Version : New admin template for time settings


Jeff
04-13-2004, 08:29 PM
Is it possible to create a new admin template in group policy to set the
following time settings, we recently had some users uncheck the "adjust for
daylight savings time" and it screwed up their outlook calenders. I would
like to make this change with group policy so that no one can ever screw
this up again. Any help would be appreciated.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"Bias"=dword:00000168
"StandardName"="Central Standard Time"
"StandardBias"=dword:00000000
"StandardStart"=hex:00,00,0a,00,05,00,02,00,00,00,00,00,00,00,00,00
"DaylightName"="Central Daylight Time"
"DaylightBias"=dword:ffffffc4
"DaylightStart"=hex:00,00,04,00,01,00,02,00,00,00,00,00,00,00,00,00
"ActiveTimeBias"=dword:0000012c
"DisableAutoDaylightTimeSet"=dword:00000000

Jeff