Setup NTP

If the time is off on workstations or servers, it can be configured to automatically update based on the ntp.org time servers.  To do this, open an elevated command prompt and execute the following commands:

net stop w32time
w32tm /config /syncfromflags:manual /manualpeerlist:"pool.ntp.org"
net start w32time
w32tm /config /update
w32tm /resync /rediscover
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

High Processor Usage - SearchApp.exe

Symptom Constant high processor usage (typically at/close to 100%).  During monitoring the...

After 10/01/2022 my Outlook 2013 keeps prompting for a password

On October 1st 2022 Microsoft started enforcing Modern Authentication for Outlook.  Outlook 2016...

Finding Wifi passwords in Windows

There are times you may need to recover the Wifi passwords stored in your Windows workstation....