Find failed services Buscar los servicios no
One of the things I hate to see when booting up a system is that a service failed to start. Una de las cosas que me odian para ver cuando se arranca un sistema es un servicio que no se pudo iniciar.

This usually means combing through the event viewer to identify the service that failed. Esto generalmente significa que el peinado a través de Visor de sucesos para determinar el servicio que ha fallado. It can be annoying because of the time you need to spend looking through unrelated events. Puede ser molesto por el tiempo que necesita para pasar buscando a través de eventos no relacionados.
I wanted a way to speed up this process since I see this problem frequently in the field. Yo quería una manera de acelerar este proceso, ya que veo este problema con frecuencia en el campo.

One of the tricks I use is to open service manager and sort by start type. Uno de los trucos que utilizo es abrir el Administrador de servicios y ordenarlos por tipo de inicio. Then I look through all of the services that are set to automatic…and make sure they are started. Entonces miro a través de todos los servicios que se establecen en automático ... y asegurarse de que se han iniciado.
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. Quería llegar a esta misma información tan rápido como sea posible, por lo que he creado un script que ir a través de todos los servicios en un sistema y escupir los que se establecen en automático y no han comenzado.
You need to run it from the command line, and use the cscript.exe engine to execute it…like this: Lo que necesita para ejecutar desde la línea de comandos, y utilizar el motor de cscript.exe para ejecutarlo ... como este:
cscript.exe ListFailedServices.vbs cscript.exe ListFailedServices.vbs
( Download the script here Descargue aquí la secuencia de comandos ) ),
Lets look at the output from one of my problem systems: Veamos la salida de uno de los sistemas de mi problema:
Written by Steve Wiseman on Escrito por Steve Wiseman sobre August 21st, 2007 21 de agosto de 2007 with con no comments No hay comentarios . .
Read more articles on Leer más artículos sobre software software . .



















