This guide will show you how to resync your windows workstation or laptop time when it is out of sync.
1. Right-click on windows logo in bottom left-hand corner
2. Select the Windows Powershell (Admin)
3. When window pops open with credentials use the following credentials
Username: Install
Password: access123$
4. Then at command prompt type in order the steps below
Follow the steps mentioned below.
Type each one of the command below and press enter.
- net stop w32time
- w32tm /unregister
- w32tm /register
- net start w32time
- w32tm /resync
- If you receive the error below after entering step 5. Look at your time to see if it is correct. If so move to steps 7.
7. Restart the computer to test the issue again.
Note: 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.
5. This should now get your time back in sync, and you can now close out of the windows command prompt.