系统相关
首页 > 系统相关> > Windows时间同步命令

Windows时间同步命令

作者:互联网

# 如果执行失败,需要开启 Windows Time服务
sc query W32Time
sc start W32Time

# 时间同步命令
w32tm /config /manualpeerlist:"ntp1.aliyun.com" /syncfromflags:manual /reliable:yes /update

#
w32tm /resync

添加计划任务

image-20220614214935889

操作内容定义为具体的执行命令

image-20220614215015432

标签:同步,W32Time,Windows,命令,sc,w32tm
来源: https://www.cnblogs.com/oldSimon/p/16376579.html