当前位置:  开发笔记 > 后端 > 正文

如何在命令中从ntp时间服务器同步窗口时间

如何解决《如何在命令中从ntp时间服务器同步窗口时间》经验,为你挑选了3个好方法。

我正在使用Windows 7.我可以手动从ntp linux服务器同步win7的时间.我怎么能在命令提示符下执行此操作.所以我可以在Windows启动时运行它.Windows任务计划对我不起作用.时间应该是这样的:

Linux server -->  windows 7.

谁知道呢?谢谢.我可以阅读msdn.



1> Domenico Zin..:
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/


感谢`timesynctool` ref,正是我所需要的.

2> Loïc MICHEL..:

使用净时间 net time \\timesrv /set /yes

你的评论后在平均提示中尝试这个:

w32tm /config /update /manualpeerlist:yourtimerserver


@Kayasax`w32tm/resync`说"计算机没有重新同步,因为所需的时间变化太大了." 因为我的CMOS电池耗尽,我的电脑时钟在每次启动时都会在1/1/2000 12:00 AM重置.有帮助吗?
@Kayasax根据http://blog.bruteforcetech.com/archives/911找到了解决方案,不要忘记重启W32Time服务`net stop W32Time`然后重试`w32tm / resync`

3> Pedro Lobito..:

如果您只需要resyncWindows时间,请打开提升的命令提示符并键入:

w32tm /resync

C:\WINDOWS\system32>w32tm /resync 
Sending resync command to local computer 
The command completed successfully.

推荐阅读
小色米虫_524
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有