Last active
December 16, 2015 20:19
-
-
Save putnamhill/5491112 to your computer and use it in GitHub Desktop.
Configuring ntp on Windows 2003 using the command prompt. Use stratum two servers if possible: https://support.ntp.org/bin/view/Servers/StratumTwoTimeServers?redirectedfrom=Servers.StratumTwo
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
net stop w32time | |
w32tm /unregister | |
w32tm /register | |
net time /setsntp:"tick.example.com,0x1 tock.example.com,0x1" | |
net start w32time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment