comp help

C|oud

Banned
comp help

i want to end two programs called svchost.exe that ar running cuz they are taking up about 50%+ of my perfomoramce and making my games run like crap, i used to be able to to go into task manager and click and task but now it says theyre prtected, how can i get around that
 

SoulTorn

Diabloii.Net Member
Hope this helps:

Svchost.exe is a generic host process name for services that are run from dynamic-link libraries (DLLs). The Svchost.exe file is located in the %SystemRoot%\System32 folder. At startup, Svchost.exe checks the services portion of the registry to construct a list of services that it needs to load. There can be multiple instances of Svchost.exe running at the same time. Each Svchost.exe session can contain a grouping of services, so that separate services can be run depending on how and where Svchost.exe is started. This allows for better control and debugging.

Svchost.exe groups are identified in the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Svchost

Details at http://support.microsoft.com/default.aspx?scid=kb;EN-US;q250320

Check www.blackviper.com for tips on reducing the services you have running.

-SoulTorn D.
 
Top