Ubuntu与Windows7双系统下, 系统时间不一致的问题

Ubuntu使用的UTC时间, 而Windows使用的是Local Time, 就导致每次切换系统后, Windows时间都会正好晚8个小时.

有两种解决办法, 一个是修改Ubuntu, 另一个是修改Windows, 参考以下链接

http://www.webupd8.org/2014/09/dual-boot-fix-time-differences-between.html

http://ubuntuhandbook.org/index.php/2016/05/time-differences-ubuntu-1604-windows-10/

https://askubuntu.com/questions/1036928/xubuntu-18-04-wrong-time-with-dual-boot-windows-10

如果使用Ubuntu比较多, 就保留Ubuntu的时间, 对Windows进行修改

1. 增加注册表项, 将下面的内容(针对64位系统)另存为.reg文件执行, 导入注册表字段. 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
     "RealTimeIsUniversal"=dword:00000001

2. 系统时间中关闭自动同步

重启

猜你喜欢

转载自www.cnblogs.com/milton/p/9689258.html