cls
date 11-27-2013
time 5:19:00 PM
w32tm /config /syncfromflags:manual /manualpeerlist:"time.windows.com"
net stop w32time
net start w32time
w32tm /resync
w32tm /resync
pause
GitHub: https://gist.github.com/dkittell/c3c930d1b432d51ebb71
Originally Posted on December 8, 2013
Last Updated on February 12, 2016
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.
Related