You may already know that you can start and stop windows services using the
net start -service name-
net stop -service name-
commands, but what you might not know is how to simply display what services are currently running.
This is rather simple and straight forward, simply type the following.
net start
This should display all of the services currently running on your system. If you have a lot of services running and know the service name you are looking for you can use the following to see if it is running.
net start | find "-service name-"
Wednesday, July 27, 2011
Display running services on Windows
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment