码迷,mamicode.com
首页 > Windows程序 > 详细

关于win时间同步的解决方案

时间:2017-08-01 12:40:48      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:设置   时间服务   apr   ade   oca   技术分享   sem   ice   wrong   

将以下的批处理执行:
net stop w32time

sc config w32time start= auto
net start w32time
w32tm /config /update /manualpeerlist:"NEW-PARSLEY.SRV.CS.CMU.EDU NEW-SAGE.SRV.CS.CMU.EDU NEW-ROSEMARY.SRV.CS.CMU.EDU CORIANDER.SRV.CS.CMU.EDU FENNEL.SRV.CS.CMU.EDU PAPRIKA.SRV.CS.CMU.EDU"
w32tm /resync
pause
可以设置当前系统的时间服务器同步列表,用命令 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/ ;

关于win时间同步的解决方案

标签:设置   时间服务   apr   ade   oca   技术分享   sem   ice   wrong   

原文地址:http://www.cnblogs.com/itfat/p/7267480.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!