Wednesday, November 09, 2005

See What Services Are Associated with a Process?

There's a cool tip on the tech-recipes site to show how to see what services are being run under each instance of svchost.exe. From a command line run the following:

tasklist /svc /fi "imagename eq svchost.exe"

That will list each instance of svchost.exe with all of the services being run by that instance.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.