It's not unusual to have more than a dozen svchost running at once. If every service ran from the same instance of svchost and one crashed it would bring the rest with it. If you're curious, run the following from a command prompt:
tasklist /SVC
Привет, у меня есть Kaspersky, но, как и все антивирусы, он может пропустить файл, и у меня есть 14 служб svchost, перечисленных в моем диспетчере задач, как проверить, является ли какой-либо из них вирусом или кейлоггером?
Спасибо
It's not unusual to have more than a dozen svchost running at once. If every service ran from the same instance of svchost and one crashed it would bring the rest with it. If you're curious, run the following from a command prompt:
tasklist /SVC
You don't know if they're viruses, but if Kaspersky says everything's fine, you're probably worried about nothing.
Use Process Explorer from SysInternals, and hover your mouse over each instance of svchost
to see which services they are running, just to be on the safe side.