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

Posted 东大网管

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于win时间同步的解决方案相关的知识,希望对你有一定的参考价值。

将以下的批处理执行:
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时间同步的解决方案的主要内容,如果未能解决你的问题,请参考以下文章

如何解决win10与Ubuntu16.04时间不同步的问题

解决Ubuntu与win10时间不同步

Win7电脑时间同步出错是怎么回事?系统时间同步失败如何解决

Win10时间不准怎么办 Win10时间不同步解决办法

第4章 同步控制 Synchronization ----信号量(Semaphore)

Win7 将 resync 命令发送到本地计算机 此计算机没有重新同步,因为要求的时间更改太大