Windows Time not synchronizing - “Access is denied” error
Cause
Registry replace malfunctioned the permission
Solution
Try the following to reset your Windows Time configuration to the defaults. From an elevated Command Prompt run:
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
Comments