Generating a quick list of services running on a machine.
Want a quick list of the services running on your Windows machine? Type the following at a command prompt:
net start > services.txt
This will dump a list of running services to a text file named services.txt in your current directory, which you can then open in Notepad by typing the following command:
notepad services.txt
Cheers,
Mitch Tulloch
MVP Windows Server
http://www.mtit.com
About Mitch Tulloch
Mitch Tulloch was lead author for the Windows Vista Resource Kit from Microsoft Press, which is the book for IT pros who want to deploy, maintain and support Windows Vista in mid- and large-sized network environments. Mitch was also the author of Introducing Windows Server 2008 and technical project lead for the Microsoft Office Communications Server 2007 Resource Kit, both books also from Microsoft Press. For more information on these and other books by Mitch, see www.mtit.com .
Article not looking right or info is missing? Let us know so that we can fix it: .