Amazon.com

Disclaimer

All the tips/hints/fixes/other information posted here are at your own risk. Some of the steps here could result in damage to your computer. For example, using a Windows registry editor like RegEdit could result in unintended serious changes that may be difficult or impossible to reverse. Backups are always encouraged.

18 October 2009

Internet Time Sync - Reset to Fix Error on Vista

Internet Time sync using NTP servers causes frustration for a lot of Windows users. The following instructions will reset the NTP run-time and adjust the NTP server setting. Make sure you haven't set conflicting settings in Group Policy.

1. The default server, time.windows.com, is just not as reliable as some other NTP servers publicly available. However, the best practice now is to sync to a NTP pool and/or your local university's or ISP's NTP servers. Get the list of servers for your location at the NTP Pool Directory. Example: 0.us.pool.ntp.org 1.us.pool.ntp.org 2.us.pool.ntp.org 3.us.pool.ntp.org


2. Run the following commands from an Administrator command prompt:

net stop w32time
w32tm /unregister
w32tm /unregister (yes, again)
w32tm /register
net start w32time
w32tm /config "/manualpeerlist:0.us.pool.ntp.org,0x9 1.us.pool.ntp.org,0x9 2.us.pool.ntp.org,0x9 3.us.pool.ntp.org,0x9 time.windows.com,0x9" /syncfromflags:MANUAL
w32tm /config /update


3. Now you can check to see which server you are currenly connected to:
w32tm /query /source
w32tm /query /peers


4. To sync your PC's clock to the time server's manually at this point (it will update according to the default schedule):
w32tm /resync


That should do it!

No comments:

Post a Comment