Windows Time

6 July 2000 by Snakefoot | Comment » | Trackback Off
Description:
Makes it possible to synchronize the computer clock with another system using the Network Time Protocol (NPT) on TCPIP port 123 (UDP).

Note in WinXP it will automatically try to synchronize with an Internet Time Server. To configure this synchronization double click the clock on the taskbar and select the Internet Time-tab.

net time /?

Note NET TIME uses the IPC$ to synchronize time, thus the remote machine need to have the Server service (File and Printer Sharing) activated.

To restore the Windows Time Service if it has been broken, run these commands:

net stop W32Time
w32tm /unregister
w32tm /register
net start W32Time

More Info MS KB Q120944
More Info MS KB Q216734
More Info MS KB Q223184
More Info MS KB Q224799
More Info MS KB Q232209
More Info MS KB Q258059
More Info MS KB Q307897

Recommended State:
  • Automatic, if doing domain logon where the client-time must not be more than 5 mins off.
  • Disabled, if not needing to be that timely.
Default State:
  • WinNT4/2k: Manual.
  • WinXP/Win2k3/Vista: Automatic.
Process Name:
Supports:
  • None
Depends:
  • None

Updated: 23 September 2007

Leave a comment


You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>