Set time on Windows to UTC for Linux/Win Dual-Boot
Ubuntu maintains the hardware clock (RTC, real time clock) in universal time (UTC) by default while Windows maintains the clock in local time, thus causing time conflicts between Ubuntu and Windows.
- 1)go to Start Menu, search for and launch “cmd” as Administrator.
For 64-bit Windows, use a QWORD value:
2) Type into cmd: [code]Reg add HKLMSYSTEMCurrentControlSetControlTimeZoneInformation /v RealTimeIsUniversal /t REG_QWORD /d 1[/code]
3) Disable the “internet update” for the time and reboot.
http://ubuntuhandbook.org/index. … ferences-ubuntu-1604-windows-10/