# 如果执行失败,需要开启 Windows Time服务
sc query W32Time
sc start W32Time
# 时间同步命令
w32tm /config /manualpeerlist:"ntp1.aliyun.com" /syncfromflags:manual /reliable:yes /update
#
w32tm /resync
添加计划任务
操作内容定义为具体的执行命令
标签:同步,W32Time,Windows,命令,sc,w32tm
来源: https://www.cnblogs.com/oldSimon/p/16376579.html