Thursday, November 8, 2007

Windows: Add/Remove Dependencies of a Service

1. Start -> Run
2. Type in cmd, and press ENTER
3. Type the following command

sc config [service_name] depend= [dependencies (separated by /)]


To view the configuration information of a service:
Type the following command

sc qc [service_name]

No comments: