SVCHOST

  • Thread starter Thread starter Moses
  • Start date Start date
M

Moses

I understand that the SVCHOST file is directly related to
windows services. What exact is it and is it a necesary
module to run?
 
It is a hosting wrapper with the code that is in common
for services so that each only needs to implement its own
specific code and not reinvent the wheel each time.
Yes, it, or more correctly, some instances of it, are needed
for Windows XP. It is possible that you have an instance
that is not needed, or that you have something within one
that is not needed. However, if that is so, then your machine
was compromised just in order to make it so, and thus you
would have other issues needing attention also.

tasklist /s
(if I recall correctly, not at XP right now, might be /svc) will
list out the services loaded in each instance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top