Windows bat脚步同步时间

@echo on
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /config /manualpeerlist:"172.21.194.2" /syncfromflags:manual /reliable:yes /update
w32tm /resync
pause

posted @ 2018-06-21 15:18  Hydraxx  阅读(3554)  评论(0编辑  收藏  举报