Jump to content

Turn off Daylight Saving


Recommended Posts

Want my computers to always display GMT time, and not adjust for daylight saving. Using regmom noticed the following registry keys being changed when I played with the Date/Time tote in the control panel, so tried to effect these changes automatically during the unattended install. Unfortunately it's not working. Has anyone achieved this behaviour and could share their findings?

Thanks,

Chris

;====================================================================
; Switch off the daylight saving settings which is on by default
;====================================================================
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"DaylightName"="GMT Standard Time"
"DaylightBias"=dword:00000000
"DaylightStart"=hex:00,00,0a,00,05,00,02,00,00,00,00,00,00,00,00,00
"ActiveTimeBias"=dword:00000000
"DisableAutoDaylightTimeSet"=dword:00000001

Link to comment
Share on other sites


If you manually add these settings after the install does it work? If it does, then it means something during setup is resetting these values. You didn't say when during the install you apply these settings. You might need to apply them later during the install.

-gosh

Link to comment
Share on other sites

I've created a file called GMT.reg with the following content:

[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"Bias"=dword:00000000
"StandardName"="GMT Standard Time"
"StandardBias"=dword:00000000
"StandardStart"=hex:00,00,0a,00,05,00,02,00,00,00,00,00,00,00,00,00
"DaylightName"="GMT Standard Time"
"DaylightBias"=dword:00000000
"DaylightStart"=hex:00,00,0a,00,05,00,02,00,00,00,00,00,00,00,00,00
"ActiveTimeBias"=dword:00000000
"DisableAutoDaylightTimeSet"=dword:00000001

I'm calling this from cmdlines.txt during the install but it's not sticking. After the first logon, opening the time zone windows still has the checkbox ticked.

However, if I run GMT.reg again the checkbox is cleared, but the time is not thrown 1 hour back as expected. So right timezone, but wrong time :(

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...