Skip to content

Instantly share code, notes, and snippets.

@rodolfofadino
Created December 10, 2013 11:50
Show Gist options
  • Save rodolfofadino/7889424 to your computer and use it in GitHub Desktop.
Save rodolfofadino/7889424 to your computer and use it in GitHub Desktop.
net stop w32time
w32tm /config /syncfromflags:manual /manualpeerlist:"time-a.nist.gov, time-b.nist.gov, time-c.nist.gov, time-d.nist.gov"
w32tm /config /reliable:yes
net start w32time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment