24/04
2009

Just noticed that all the computer clocks on a network were 5 minutes out. Went to the server (Windows Server 2008 Standard), to check the internet time synchronisation only to find that the usual Internet time tab on the clock/date control panel was completely missing. I didn’t bother investigating exactly why this is, but found the following solution.

w32tm /config /syncfromflags:MANUAL /manualpeerlist:time.nist.gov
w32tm /config /update

Obviously you can use your preferred time server instead of time.nist.gov, but run these two commands and wait a few minutes, and you should see your clock correct itself. The process will show ‘time-service’ events in the system event log to confirm your changes.

4 comments so far

Add Your Comment
  1. My preferred time server is uk.pool.ntp.org

  2. This works on server 2003 as well!

  3. “Internet time tab on the clock/date control panel was completely missing” Yep, know how that happened. The server joined the domain. Welcome to the weird and wonderful world or Microsoft. :p When any computer joins a domain, the Internet Time tab is removed. This will happen for ANY version of windows. The thought was that when the client logs on, the time will be sync’ed to the domain time server. But in the real world, I don’t see people logging off everyday. I’m still researching what registry switch setting makes this happen. I use http://www.karenware.com Karen’s Time Sync for my server until I can reload the operating system.

  4. Brilliant solution – thanks very much. 2008 Server running 5 minutes slow was driving me crazy. Search for ntp help or Internet Time on server 2008, and the grand total of absolutely nothing is displayed :-)

    I had changed the time manually on the server a week or so back, but I can only assume that the server was syncing back to another rogue time machine on the network as the server time reverted back to 5 minutes slow again!