Windows Time Server (NTP) Fixing commands

w32tm /config /manualpeerlist:time.nist.gov,0x8 /syncfromflags:MANUAL
net stop w32time && net start w32time
w32tm /resync

Comments