1/27/2009

Update the Time on Windows XP

Windows Server 2003 and Windows XP now use NTP instead of SNTP. The command that now does everything regarding WTS is: w32tm

The following command configure using stdtime.gov.hk as an external time server.
w32tm /config /manualpeerlist:stdtime.gov.hk,0x1 /syncfromflags:MANUAL /update

Now we need to restart w32time services.
net stop w32time
net start w32time

Sync local computer with time server.
w32tm /resync /rediscover

沒有留言: