How to stop a windows service using DOS command prompt on Win2K?

  • Thread starter Thread starter Gopal Sharma
  • Start date Start date
G

Gopal Sharma

Hi,

How does one stop a service using command prompt on windows 2000
professional? I know that some of the networking services can be
stopped using net stop command, but the ones i am trying to stop are
not networking related. How to stop such services? Is there a way that
the stop/start/restart "actions" that are performed using the service
manager (control panel/admin/services), can also be done using DOS
prompt?

Thanks,
Gopal
 
net stop "service name"
net start "service name"
works on all of them.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hi,
|
| How does one stop a service using command prompt on windows 2000
| professional? I know that some of the networking services can be
| stopped using net stop command, but the ones i am trying to stop are
| not networking related. How to stop such services? Is there a way that
| the stop/start/restart "actions" that are performed using the service
| manager (control panel/admin/services), can also be done using DOS
| prompt?
|
| Thanks,
| Gopal
|
 

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