Monday, June 18, 2012

Manually resync local time with Microsoft clock service

To manually sync your computer's local time with Microsoft's time server type the following (or create a batch file) in console window:

w32tm /config /manualpeerlist:”time.windows.com” /syncfromflags:manual
w32tm /config /update
net stop w32time
net start w32time
w32tm /resync /nowait


And that's it. No more problems. Just make sure you actually have connection to the Internet because it won't wooooooork.

No comments: