Windows 10 Time not syncing on Windows 10 Pro

  • Thread starter Thread starter kal3js
  • Start date Start date
K

kal3js

I have been having issues with my laptop and desktop with time synchronization. Both devices are not connected to the domain, as I use them at home. One is my day-to-day home laptop, and the other is media server, but both run Windows 10 Pro. I tried multiple articles to solve the issue, e.g. this article covers most of it: Windows 10 Clock Time wrong? Here is the working fix!


Here is an example:

PS C:\WINDOWS\system32> w32tm /unregister​

W32Time successfully unregistered.​


PS C:\WINDOWS\system32> w32tm /register
W32Time successfully registered.​

PS C:\WINDOWS\system32> net start w32time
The Windows Time service is starting.
The Windows Time service was started successfully.​

PS C:\WINDOWS\system32> w32tm /resync
Sending resync command to local computer
The computer did not resync because no time data was available.​


Here is the time config:


PS C:\WINDOWS\system32> w32tm /dumpreg​

Value Name Value Type Value Data​

--------------------------------------------------------​

Type REG_DWORD 32​

Start REG_DWORD 3​

ErrorControl REG_DWORD 1​

ImagePath REG_EXPAND_SZ %SystemRoot%\system32\svchost.exe -k LocalService​

DisplayName REG_SZ @%SystemRoot%\system32\w32time.dll,-200​

ObjectName REG_SZ NT AUTHORITY\LocalService​

Description REG_SZ @%SystemRoot%\system32\w32time.dll,-201​

FailureActions REG_BINARY 80510100000000000000000003000000140000000100000060EA000001000000C0D401000000000000000000​

ServiceSidType REG_DWORD 1​

RequiredPrivileges REG_MULTI_SZ SeAuditPrivilege, SeChangeNotifyPrivilege, SeCreateGlobalPrivilege, SeSystemTimePrivilege, SeImpersonatePrivilege​


Any advice?

Continue reading...
 
Back
Top