Created
November 27, 2017 20:52
-
-
Save mczerniawski/e7acae01be66fb326643b4604c395c2f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| w32tm /config /manualpeerlist:"212.244.36.227 80.50.231.226 pool.ntp.org" /syncfromflags:manual /reliable:yes /update | |
| w32tm /config /update | |
| Stop-Service w32time | |
| sleep(5) | |
| Start-Service w32time | |
| w32tm /resync /rediscover | |
| w32tm /query /source |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment