Archive

Archive for December, 2008

Remove service dependency on Windows

December 14th, 2008 Behzad No comments
  1. Stop the services that you will be dealing with.
  2. In order to remove dependencies, changes to the registry are required. Therefore, as the first step, please back up your current registry.
  3. Under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services, find the dependent service for which you would like to remove the dependency.
  4. Once you have found the service, right-click on the string value “DependOnService” and select “Modify”.
  5. You should now see a list of services that it is dependent on. Delete the service that you would like to remove the dependency from.
  6. Repeat steps 2-4 for HKEY_LOCAL_MACHINE\System\ControlSet001\Services and HKEY_LOCAL_MACHINE\System\ControlSet002\Services.
  7. Restart your computer.