Created
November 24, 2018 06:46
-
-
Save motoishmz/2b8a171fafe55a66b06cb57f09cc074c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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