Is there a Service Manager for Windows which allows me to easily filter out all the Microsoft services with verified signatures?
I've looked at Turbo Services Manager but it doesn't have this feature.
|
Is there a Service Manager for Windows which allows me to easily filter out all the Microsoft services with verified signatures? I've looked at Turbo Services Manager but it doesn't have this feature.
| |||
|
feedback
|
|
Sysinternals Autoruns has a tab that lists installed services, and can both verify digital signatures and filter out Microsoft services. It's not as "nice" as | |||
|
feedback
|
|
You can also try Windows Management Instrumentation Command-line (WMIC) tool, using the command:
This will return you a list of installed services. If you use a pipe to a txt file you can import it on MS Excel and make all filters that you want. | |||
|
feedback
|