Contains the internal name (as opposed to the display name) of one or more services or load order groups on which this service depends. The net effect is that this service will not start unless those services have already started. If they have not been started, the Service Control Manager attempts to start them automatically. Each of the dependencies are resolved at runtime.

When expressing a dependency on a load order group, the name of the load order group must be preceeded by the SC_GROUP_IDENTIFIER (a '+' character).

Each of the strings specified in this property's value (one per line) is handled as a separate dependency. Leave this field blank if your service has no dependencies.

See the CreateService Win32 API help documentation for more information. This value is passed as the lpDependencies parameter.