Skip to content

Instantly share code, notes, and snippets.

@thomedes
Created July 28, 2013 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomedes/6097789 to your computer and use it in GitHub Desktop.
Save thomedes/6097789 to your computer and use it in GitHub Desktop.
Windows 7 hack to have BIOS clock (RTC) in UTC. Useful for dual-booting Windows / Linux. Don't give me any credit for it. I just googled for the solution and pasted it here for my own convenience.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001
@thomedes
Copy link
Author

Usage

The procedure I've found to work correctly is:

  • Do the registry change
  • Reboot and enter into BIOS
  • Change (step back) the clock appropriately
  • Boot again into Windows to verify the correct time is shown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment