- 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