Skip to content

Instantly share code, notes, and snippets.

@raducugheorghe
Last active March 1, 2016 08:50
Show Gist options
  • Save raducugheorghe/7ecbd69bf9e228197d19 to your computer and use it in GitHub Desktop.
Save raducugheorghe/7ecbd69bf9e228197d19 to your computer and use it in GitHub Desktop.
[Powershell][Config] Set internet time server (NTP).ps1
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