JSI Tip 0069 - Configuring Service start up order.

Jerold Schulman

February 25, 1997

1 Min Read
ITPro Today logo

You can configure the start up of a service based on the completion of one or more services. To do this, edit:

HKEY_LOCAL_MACHINESystemCurrentControlSetServices

Scroll to the 1st service you want to control and highlight it. If the right hand pane contains a DependOnService, double click it and add a service. If DependOnService is not present, add value DependOnService with type REG_MULTI_SZ. If you wish to add multiple values, each one should be on a separate line.

If you have RemoteAccess installed, double click its' DependOnService. You will see that it depends on LanmanServer, RasMan, NetBios, and NetBT. Then look at NetBT. You can see that it depends on Tcpip. Finally, looking at Tcpip, we see that it depends on no other service.


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like