Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to stop and start services from command prompt

Status
Not open for further replies.

Sina

Technical User
Jan 2, 2001
309
CA
How can I add and remove services and also stop and start services from the command prompt.

Is there a command exe that can accept parameters for this ?

Thank you all
 
Not sure if you can add/remove services from command prompt, but here's how to start/stop:

to start service: net start (service name)
to stop service: net stop (service name)

so if you want to start spooler service you type:

net start spoooler

Hope this helps.

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top