解决Windows和Mac系统时间不同步的方法

步骤:

1 .win系统里时间同步服务器改为time.asia.apple.com

2. 注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\中添加一项数据类型为REG_DWORD,名称为RealTimeIsUniversal,值设为1

或者直接运行命令

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


本方法在Win8.1和Win10上试验成功。

你可能感兴趣的:(Windows)