Showing posts with label with. Show all posts
Showing posts with label with. Show all posts

Thursday, March 8, 2007

How to determine Which Services are Associated with SVCHOST

Since so many critical services are run with each svchost,
You can see which ones are being used by opening a cmd prompt and running:

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

Note: This is available only with XP Pro