Tuesday 30 July 2019

Fix Time Differences in MacOS & Windows 10 Dual Boot

  • No change in MacOS. Just change Windows 10 to use GMT
  • go to Start Menu, search for and launch cmd as Administrator.
  • When the command console opens, paste below command to create a DWORD value to the registry:
    Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_DWORD /d 1
    For 64-bit Windows, use a QWORD value instead:
    Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_QWORD /d 1