Ubuntu与Windows7双系统下, 系统时间不一致的问题
2021-07-10 08:05
标签:系统时间 关闭自动 word 比较 mat 注册 5.0 sys orm 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文件执行, 导入注册表字段. 2. 系统时间中关闭自动同步 重启 Ubuntu与Windows7双系统下, 系统时间不一致的问题 标签:系统时间 关闭自动 word 比较 mat 注册 5.0 sys orm 原文地址:https://www.cnblogs.com/milton/p/9689258.htmlWindows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001
文章标题:Ubuntu与Windows7双系统下, 系统时间不一致的问题
文章链接:http://soscw.com/index.php/essay/103140.html