How do I fix the time synchronization error on my Windows PC?
#windows-automatic-time-settings
To resolve this error, enable an automatic time setting on your Windows PC.
1
Didn't work? Try the Command Prompt Method
3
Configure the time server
Copy and paste the script below (Replace
time.windows.com
with your preferred NTP server if needed).
w32tm /config /manualpeerlist:"time.windows.com" /syncfromflags:manual /reliable:YES /update
Start the Windows Time service again:
net start w32time
Force the system to synchronize:
w32tm /resync
Verify the synchronization status
w32tm /query /status
PreviousWhy do outgoing voice calls go directly to voicemail?NextHow to Grant Storage and Camera Permissions to the "Mobiloan" App on Android?
Last updated
Was this helpful?