博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
WindowsTime服务设置
阅读量:7002 次
发布时间:2019-06-27

本文共 460 字,大约阅读时间需要 1 分钟。

1
2
3
4
5
6
7
#更改ntpdate服务器地址
w32tm 
/config 
/manualpeerlist
:
"192.168.110.13" 
/syncfromflags
:manual 
/reliable
:
yes 
/update
#查询当前更改源
w32tm 
/query 
/source
#重新同步
w32tm 
/resync
#在AD中运行,和linux内网服务器同步

同步时提示 时间更改太大 ? 

修改 regedit.

1
2
3
4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config]
 
#其中的 MaxNegPhaseCorrection 和 MaxPosPhaseCorrection 两项的值, 默认是15小时. 改完后
#重启服务,再同步即可
本文转自 nonono11 51CTO博客,原文链接:http://blog.51cto.com/abian/1363426,如需转载请自行联系原作者
你可能感兴趣的文章