How to troubleshoot time server synchronization problems in Windows 10?

0
#Windows10 #Troubleshooting
If after changing the settings, your device still has problems connecting to the NTP server, you can reset the Windows Time service configurations using Command Prompt.
Open the Start menu.
  • Search for cmd.exe, right-click the result, and select Run as administrator.
Type the following command to disable the Windows Time service and press Enter:

net stop w32time

Type the following command to unregister the Windows Time service and to remove all settings information from the registry and press Enter:

w32tm /unregister

Type the following command to register the Windows Time service and to load the default settings to the registry and press Enter:

w32tm /register

Type the following command to start the Windows Time service and press Enter:

net start w32time

Type the following command to force your computer to synchronize your computer without waiting and press Enter:

w32tm /resync /nowait

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Leave A Reply

Your email address will not be published.

error: Content is protected !!