The Windows Services dependency can be done in a Command Window. Please open Command Windows as Administrator and run the command via the Command Promptas below. The command is as follows (replace the highlighted sections with the service names retrieved as above):
sc config {service to have the dependency added} depend={service to be dependent on}
For DevTest Services, you can use the below commands:
The DevTest Server processes (or services) need to be started in the following sequence: 1. Start Identity and Access Manager. 2. Start the Enterprise Dashboard Server. 3. Start each registry. 4. Start DevTest Portal. 5. Start the following components in any order: - Broker
- Coordinator server
. Simulator server that is associated with each coordinator
- Virtual Service Environment
6. If used on the DevTest Server, start DevTest Workstation.
NOTE: To shut down the server components, use the reverse order.