Skip to content

Instantly share code, notes, and snippets.

@sinewalker
Last active January 27, 2023 09:09
Show Gist options
  • Save sinewalker/644ddc538434aa95d6e586ba0f28c94a to your computer and use it in GitHub Desktop.
Save sinewalker/644ddc538434aa95d6e586ba0f28c94a to your computer and use it in GitHub Desktop.
Make Windows 7+ use UTC Real-time-clock
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001
@ross-dobson
Copy link

Just a note that you cannot run sc config w32time within a Powershell prompt, it needs to be the true Command Prompt. Alternatively, you can use Invoke-Command to run sc.exe within Powershell.

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