Feb
12
12
NTP Time Synchronizing on Windows machines.
Posted by jbjorkman on February 12, 2010 underDeprecated: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in /var/www/myfoto.se/jbits.se/blog/wp-includes/formatting.php on line 82
Windows
Use the following command to setup ntp time sync on a windows machine:
w32tm /config /manualpeerlist:"
Note the 0x8 flag after the ntp server name, this is needed to set 'ntp client mode'.
Restart the Windows Time service:
net stop w32time & net start w32time
Forced resync:
w32tm /resync /rediscover
Check status:
w32tm /monitor
Add A Comment
You must be logged in to post a comment.