What does Windows error code 1075 (ERROR_SERVICE_DEPENDENCY_DELETED) mean?

 
Previous Next
ERROR_ALREADY_RUNNING_LKG ERROR_BOOT_ALREADY_ACCEPTED

ERROR_SERVICE_DEPENDENCY_DELETED

ERROR_SERVICE_DEPENDENCY_DELETED (1075, 0x00000433) means that a service is configured to depend on another service that no longer exists or has been marked for deletion.

Configuration versus startup failure

This is a configuration problem. Unlike ERROR_SERVICE_DEPENDENCY_FAIL, it is not saying that a valid dependency started and then failed. The dependency name itself cannot currently be used by the Service Control Manager.

How to repair it

Review the service dependency list with sc qc ServiceName or the service configuration API. Correct the stale service or group name, reinstall the required component, or remove the dependency only when it is no longer needed. If the dependency was recently deleted, remember that a service marked for deletion can remain visible until its open handles are closed.

Official references for ERROR_SERVICE_DEPENDENCY_DELETED


Looking for a different code? Search another status or error code.