Posts Tagged ‘Displaying Services Not Running’
2003 server - Thursday, February 28, 2008 4:13 - 0 Comments
Displaying Services Not Running
How to display services not running.
Here’s a quick and accurate way of displaying all Windows services that are not currently running on your system using the sc query command:
sc query type= service state= inactive
Don’t forget the spaces after the equals signs, they’re required.
If you only want to determine whether a single service (for example VSS, the Volume Shadow Copy service) is running or not, use this:
sc query vss
Article written by MyComputerAid.com