SVCHost Listing Control
To view the list of services that are running in Svchost:
| 1. | Click Start on the Windows taskbar, and then click Run. |
| 2. | In the Open box, type CMD, and then press ENTER. |
| 3. | Type Tasklist /SVC, and then press ENTER |
Tasklist displays a list of active processes. The /SVC switch shows the list of active services in each process. For more information about a process, type the following command, and then press ENTER:
Tasklist /FI “PID eq processID“ (with the quotation marks)