Windows Time Configuration
In order to configure the windows time service use the following commands: w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /update (Peers is a list of time servers, you may find many of them at http://www.pool.ntp.org/ ) net stop w32time net start w32time w32tm /resync for domain members use /syncfromflags:domhier at step 1. To check the time difference between the computer and the time server use the command: w32tm /stripchart /computer:timeserver /samples:5 /dataonly