Svchost.exe : a generic host process name for services that run from dynamic-link libraries (DLLs).
* To view the list of services in svchost
Command: Tasklist /svc
* To see more information about each process
Tasklist /FI "PID eq processID" (with the quotation marks)
From: http://support.microsoft.com/?kbid=314056
* To view the list of services in svchost
Command: Tasklist /svc
* To see more information about each process
Tasklist /FI "PID eq processID" (with the quotation marks)
From: http://support.microsoft.com/?kbid=314056