IT Knowledge Base and Articles for fun
Sync the time of a device with cmd
this command syncs the clock with the current Time server on the device (requires admin)
- w32tm /resync
if the above doesnt work you can usually change the time server to the nist one using this command.
- w32tm /config /syncfromflags:manual /manualpeerlist:time.nist.gov
- w32tm /config /update
- w32tm /resync