关于win时间同步的解决方案
将以下的批处理执行:
net stop w32time
可以设置当前系统的时间服务器同步列表,用命令 w32tm /query /peers,可以查看清单。
如果你的系统时间报错,如下图:
修改 注册表如下:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config
Look out for the keys MaxPosPhaseCorrection and MaxNegPhaseCorrection.
Set them to 0xFFFFFFFF to allow any change
restart the Windows time service
From command line run – w32tm /resync
The time will update correctly!
参考的URL:
https://latitude-it.net/date-and-time-wrong-after-reboot/ ;