Windows + Ubuntu双系统时间不一致

在Windows下进行如下修改:
在注册表项:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
下中添加一项数据类型为REG_DWORD,名称为RealTimeIsUniversal,值设为1 的键值。

Windows + Ubuntu双系统时间不一致_第1张图片

 


或者
开 始->运行->CMD,在命令行中输入下面命令并回车

Reg add KLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_DWORD /d 1

具体见:https://blog.csdn.net/u013162035/article/details/79151640

你可能感兴趣的:(Ubuntu)