command line (start a service)

  • Thread starter Thread starter Russ
  • Start date Start date
R

Russ

How can a disable/enable/stop/start a service from an XP command line?

e.g. If my service is named "SomeService" what syntax would I use to
do the above?

thanks,
russ
 
Russ said:
How can a disable/enable/stop/start a service from an XP command line?

e.g. If my service is named "SomeService" what syntax would I use to
do the above?

Type the following in the command prompt:

sc /?

also

sc config /?

This should get you started.
 
The command is SC. From a command prompt type sc /? to see the options and syntax.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top