Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Turn off Daylight Saving

Featured Replies

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


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

  • Author

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 :(

  • Author

Does anyone know if this could be achieved usng setupapi perhaps?

start /wait rundll32 setupapi,InstallHinfSection DefaultInstall 128 DAYLIGHTSAVINGOFF.INF

  • Author

After some reasearch found a Microsoft utility called tzedit.exe. This can be used to change time zone information, and in my case, remove the daylight saving information from the GMT time zone.

Utility available towards the bottom of this MS aricle:

http://support.microsoft.com/kb/914387

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.