2006-06-23

Windows Service Dependencies

You can add a dependency between one Windows service and another by creating a REG_MULTI_SZ key with the name:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dependent service name\DependOnService

The value is a newline-delimited list of prerequisite service names (identified by their registry key name).