Time ReSync Windows 10
Method 1:
Follow the steps mentioned below.
Press Windows key + r and type services.msc and press enter. Right click on Windows Time and select properties to check the status of the service. Restart the Windows Time service. Click on OK. Restart the computer
Method 2:
a. Click on clock and select “Change date and time settings”.
b. Click on the “Internet Time” tab.
c. Check if it is set to “synchronize the time with time.windows.com”
d. If the option is selected, click on change settings to check the option “Synchronize with an Internet Time server”
e. Click on OK.
Method 3:
Follow the steps mentioned below.
Press Windows key + X and select Command prompt(Admin).
Type each one of the command below and press enter.
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /resync
Restart the computer to test the issue again.
W32tm.exe is used to configure Windows Time service settings. It can also be used to diagnose problems with the time service. W32tm.exe is the preferred command line tool for configuring, monitoring, or troubleshooting the Windows Time service.
Hope it helps.
Thanks.