Find failed services
One of the things I hate to see when booting up a system is that a service failed to start.

This usually means combing through the event viewer to identify the service that failed. It can be annoying because of the time you need to spend looking through unrelated events.
I wanted a way to speed up this process since I see this problem frequently in the field.

One of the tricks I use is to open service manager and sort by start type. Then I look through all of the services that are set to automatic…and make sure they are started.
I wanted to get this same information as fast as possible, so I created a script that will go through all services on a system and spit out the ones that are set to automatic and have not started.
You need to run it from the command line, and use the cscript.exe engine to execute it…like this:
cscript.exe ListFailedServices.vbs
(Download the script here)
Lets look at the output from one of my problem systems:
Click to continue reading "Find failed services"
Written by Steve Wiseman on August 21st, 2007 with no comments.
Read more articles on software.



















