域控制器NTP时间同步
配置NTP服务器为0.cn.pool.ntp.org
w32tm /config /syncfromflags:manual /manualpeerlist:"0.cn.pool.ntp.org,0x8" /update
配置同步计划
schtasks.exe /Create /tn "\NTPSync" /tr "C:\Windows\System32\w32tm.exe /resync /force" /sc hourly /st 06:00 /ru SYSTEM /np /rl HIGHEST /mo 1 /f