Skip to content

Instantly share code, notes, and snippets.

@squeeks
Created September 28, 2010 13:31
Show Gist options
  • Save squeeks/600990 to your computer and use it in GitHub Desktop.
Save squeeks/600990 to your computer and use it in GitHub Desktop.
:: Stop the NTP client
net stop w32time
:: Set the new time server
net time /setsntp:0.pool.ntp.org
:: Reset the NTP client
net start w32time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment