Wednesday, March 1, 2017

.::: [FIX] Error 1075 The Dependency Service Does Not Exist Or Has Been Marked For Deletion or Cannot Enable Aero Windows:::.

We have already seen many issues regarding various services, when dependency service do not coordinate, the actual service failed to start as a consequence of this. Recently, we came around the similar problem for Security Center service. If you can’t start Security Center service, checkout this fix. After applying the same fix, one of my reader asked that he now gets different error and thus can’t start the service. This is what he received now:

    Windows could not start the Security Center service on Local Computer.

    Error 1075: The dependency service does not exist or has been marked for deletio


1. Press W8K + R and put regedit in Run dialog box to open Registry Editor (if you’re not familiar with Registry Editor, then click here). Click OK.

2. In the left pane of Registry Editor, navigate here:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<service name>

Here you need to identify the technical service name for which you’re facing issue and substitute into above mentioned location. To identify the service name, run services.msc command. In the Services window, double click the issue creating service. On the General tab, notice the Service name there, this is what you need to place in the registry location mentioned above. Thus, for example; if the Service name is Themes, registry location becomes HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes.

3. Once arrived the correct registry location for the service with which you’re facing problem, highlight the Service name key and export it as backup. Now come to its right pane, you’ll find that there is multi-valued registry string named DependOnService. Simply right click on it and select Delete. Select Yes here:

4. Finally after deleting the string, you can close Registry Editor. Reboot the machine, and retry to start the service. This time the service will start as usual, without any error.

source xx

No comments:

Post a Comment

Popular Posts