Skip to content

Instantly share code, notes, and snippets.

@dkittell
Last active November 30, 2015 12:45
Show Gist options
  • Save dkittell/c3c930d1b432d51ebb71 to your computer and use it in GitHub Desktop.
Save dkittell/c3c930d1b432d51ebb71 to your computer and use it in GitHub Desktop.
Windows Batch - Update Date/Time
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment