Syncing Time

email me

Here is a syncing time script that syncs the computer’s clock with time.nist.gov

Add to a time.cmd file

w32tm /config /manualpeerlist:time.nist.gov
net stop w32time && net start w32time
w32tm /config /update
w32tm /resync