1. Click Start, and then click Command Prompt.
  2. Type: [dt_code]w32tm /config /manualpeerlist:0.ca.pool.ntp.org,1.ca.pool.ntp.org,2.ca.pool.ntp.org,3.ca.pool.ntp.org /syncfromflags:manual /reliable:yes /update[/dt_code]
  3. Press ENTER. You should get a message that the command completed successfully.
  4. Type: [dt_code]w32tm /config /update[/dt_code]
  5. To confirm the peer list Type: [dt_code]w32tm /query /peers[/dt_code]
  6. To immediately synchronize with the external time server, Type: [dt_code]w32tm /resync[/dt_code] and press ENTER. You should get a message that the command completed successfully.
  7. Type Exit and press ENTER.