Skip to content

Instantly share code, notes, and snippets.

@motoishmz
Created November 24, 2018 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motoishmz/2b8a171fafe55a66b06cb57f09cc074c to your computer and use it in GitHub Desktop.
Save motoishmz/2b8a171fafe55a66b06cb57f09cc074c to your computer and use it in GitHub Desktop.
net stop w32time
w32tm /config /syncfromflags:manual /manualpeerlist:"0.it.pool.ntp.org 1.it.pool.ntp.org 2.it.pool.ntp.org 3.it.pool.ntp.org"
net start w32time
w32tm /config /update
w32tm /resync /rediscover
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment