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
Lab Core | The Lab of MrNetTek
A blog about IT, technical solutions, and code.