Synchronize time with external NTP

  1. Locate your PDC Server.
  2. net stop w32time
  3. w32tm /config /syncfromflags:manual /manualpeerlist:”0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org”
  4. w32tm /config /reliable:yes
  5. net start w32time
  6. Check the external NTP servers in the time configuration w32tm /query /configuration

Leave a comment