我正在使用Windows 7.我可以手动从ntp linux服务器同步win7的时间.我怎么能在命令提示符下执行此操作.所以我可以在Windows启动时运行它.Windows任务计划对我不起作用.时间应该是这样的:
Linux server --> windows 7.
谁知道呢?谢谢.我可以阅读msdn.
net stop w32time w32tm /config /syncfromflags:manual /manualpeerlist:"0.it.pool.ntp.org 1.it.pool.ntp.org 2.it.pool.ntp.org 3.it.pool.ntp.org" net start w32time w32tm /config /update w32tm /resync /rediscover
.BAT示例文件:https://gist.github.com/thedom85/dbeb58627adfb3d5c3af
我也推荐这个程序:http://www.timesynctool.com/
使用净时间
net time \\timesrv /set /yes
你的评论后在平均提示中尝试这个:
w32tm /config /update /manualpeerlist:yourtimerserver
如果您只需要resync
Windows时间,请打开提升的命令提示符并键入:
w32tm /resync
C:\WINDOWS\system32>w32tm /resync Sending resync command to local computer The command completed successfully.