Svchost.eve 10 processes running at one time

Explorer is the Windows file browser, so its going to be open 99.9% of the time (unless it crashes or your force quit it). Chrome is, well you probably know, Google's web browser - so if you installed that, then that is normal. scvhost.exe is a normal windows program and there will be multiple ones open at any given time.
 
You can see what svchosts actually do by opening a command prompt and typing

tasklist /svc /fi "imagename eq svchost.exe"
 
Process Explorer tool is also handy to look at processes running and each instance of svchost. Just hover your mouse above each svchost to see what it's running. ProcessExplorer will also show you
> 1. The descriptive name of services (which can be easier to read) running within each svchost vs. the executable name
>2. It also provides the executable Path. The Path for the real svchost will be C:\Windows\system32\svchost.exe. Any other directory is malware

57450306.jpg
 
@abe10tiger

You'll love it! (Process Explorer is Task Manager on steroids!)

I've been using Process Explorer for several years and think i've still learned only half of everything it can do and tell you about stuff running on your computer.

Have fun going through all its menus/features/etc!
 
Back