gpt4 book ai didi

windows - 如何在命令中从 ntp 时间服务器同步 windows 时间

转载 作者:可可西里 更新时间:2023-11-01 12:08:52 25 4
gpt4 key购买 nike

我在 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/

关于windows - 如何在命令中从 ntp 时间服务器同步 windows 时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22862236/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com