How to fix issues with your time configuration and NTP or internet time server sync in Windows

Problem:

I have issues with my time configuration and NTP or internet time server sync in Windows

Solution:

Open a command prompt and run the below:

w32tm /unregister

net stop w32time

w32tm /register

net start w32time

w32tm /config /manualpeerlist:"<IP of time server>" /reliable:yes /update

net stop w32time

net start w32time

then check

w32tm /query /source

w32tm /query /configuration

Now wait around 30 mins to take effect

Leave a Reply

Your email address will not be published. Required fields are marked *