Monday, June 28, 2010

View, Start, Stop, Pause, Restart a service in Windows

Hi here I am giving you the commands which you should use them from the command line prompt in windows.

There are many a times when you want to know what are the services running while you have logged in to your computer.

Use this command which display a list of services that are running on your computer:

net start

To start a new service, use:

net start

To stop a running service, use:

net stop

To pause a service, use:

net pause

To restart a service, use:

net continue

Hope this is helpful :-)

No comments: