Last active
March 1, 2016 08:50
-
-
Save raducugheorghe/7ecbd69bf9e228197d19 to your computer and use it in GitHub Desktop.
[Powershell][Config] Set internet time server (NTP).ps1
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
Stop-Service w32time | |
w32tm /config /manualpeerlist:"0.ro.pool.ntp.org 1.ro.pool.ntp.org pool.ntp.org" /syncfromflags:MANUAL | |
Start-Service w32time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment