Skip to content

Instantly share code, notes, and snippets.

@gytisrepecka
Created April 10, 2018 10:45
Show Gist options
  • Save gytisrepecka/57a8ec6b5593c4f5dd8a54b44056d91c to your computer and use it in GitHub Desktop.
Save gytisrepecka/57a8ec6b5593c4f5dd8a54b44056d91c to your computer and use it in GitHub Desktop.
Multibooting Windows and Linux on the same device will likely cause hardware clock mismatch. To ensure Windows treats hardware clock as UTC use following Windows Registry script.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment