When you try to start service and it gives error 1059 which says Circular Dependency Error 1059 while starting Windows Service.

You can fix it via following steps

Open registry editor
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\\
Object name key is logon account for the service.
Changed it to original value “NT AUTHORITY\NetworkService and it worked.





The other Way

Right click on service Name.
Go To Properties Under the Log On Tab
Select This Account
and From Search Select Network Services
Provide the Administrator Password
Click on OK
Restart the Service.

Leave a Reply