Is svchost a VIRUS process?
I notice in my task manager that there’s a lot of svchost processes running in my system.
What is this svchost? Is it a virus?
I notice in my task manager that there’s a lot of svchost processes running in my system.
What is this svchost? Is it a virus?
No that is not a virus. This is the Generic Host Process for Win32 services. It is used to run dynamic link library files because these files are not executables. You can see multiple svchost running because there are different services required to run each need instance of svchost.exe. But be careful though, since svchost is a common system process, malware creators used that name to hide its real identity. Check the image path of the process and its invoking command line to help you locate the actual program. You can then identify if it is a real windows process or a malware.
Well it’s normal to have multiple svchost processes running in the Task Manager it actually Microsoft Windows executable file labeled as “Generic Host Process for Win32 Services” its role is needed to load a DLL file by Microsoft Windows and other program that is running in your computer.