Successfully added
Snipps
by Patrik
How to set/reset Windows Time
The time service in Windows can be reset to a default state by running the following inside an elevated Command Prompt (CMD):
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
To verify the time server, follow these steps:
- Run
timedate.cpl
- Position to the "Internet Time" tab
- Click "Change settings…" and verify the time server (like
time.windows.com
) - Ensure that "Synchronize with an Internet time server" is checked
- Click on "Update Now" and click OK to save the changes.
Referenced in:
Leave a Comment
All fields are required. Your email address will not be published.
Comments