Xp Mandatory Background Processes

One is rather annoying...

Page 1 of 1

3 Replies - 3942 Views - Last Post: 13 August 2002 - 02:00 AM

#1 VxJasonxV   User is offline

  • D.I.C Head

Reputation: 1
  • View blog
  • Posts: 201
  • Joined: 03-October 01

Xp Mandatory Background Processes

Posted 11 August 2002 - 04:56 PM

Ok, so, I JUST loaded up ZoneAlarm on my computer today after having it DLed for...what, 2-3 months? :P...
I also upgraded to Basic 3.1

Now that I've used ZA on XP for the first time, I'm curious about a process I bumped into.
Posted Image
Generic Host Services?

It's labeled as SVCHOST.exe in the Processes tab of...ummm, that Ctrl+Alt+Del window :P...Resource Manager? bah...I don't remember what it's called...

I just thought, is it that QoS (Quality of Services) host controller?
I sure hope not, I thought I disabled that stupid thing...

Anyways, anyone know what that process is and what it does?

Is This A Good Question/Topic? 1

Replies To: Xp Mandatory Background Processes

#2 Vetritus03   User is offline

  • Microsoft.Whore

Reputation: 5
  • View blog
  • Posts: 1,742
  • Joined: 31-August 01

Re: Xp Mandatory Background Processes

Posted 11 August 2002 - 11:31 PM

Microsoft Knowledge Base Article - Q314056
A Description of Svchost.exe in Windows XP
The information in this article applies to:
Microsoft Windows XP Professional

For a Microsoft Windows 2000 version of this article, see Q250320.

SUMMARY
This article describes Svchost.exe and its functions. Svchost.exe is a generic host process name for services that run from dynamic-link libraries (DLLs).
MORE INFORMATION
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. Multiple instances of Svchost.exe can run at the same time. Each Svchost.exe session can contain a grouping of services, so that separate services can run, depending on how and where Svchost.exe is started. This allows for better control and easier debugging.

Svchost.exe groups are identified in the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Svchost
Each value under this key represents a separate Svchost group and is displayed as a separate instance when you are viewing active processes. Each value is a REG_MULTI_SZ value and contains the services that run under that Svchost group. Each Svchost group can contain one or more service names that are extracted from the following registry key, whose Parameters key contains a ServiceDLL value:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ Service
To view the list of services that are running in Svchost:
Click Start on the Windows taskbar, and then click Run.
In the Open box, type CMD, and then press ENTER.
Type Tasklist /SVC, and then press ENTER.
Tasklist displays a list of active processes. The /SVC switch shows the list of active services in each process. For further information about a process, type the following command, and then press ENTER:
Tasklist /FI "PID eq processID" (with the quotation marks)
The following example of Tasklist output shows two instances of Svchost.exe that are running.
Image Name PID Services
========================================================================
System Process 0 N/A
System 8 N/A
Smss.exe 132 N/A
Csrss.exe 160 N/A
Winlogon.exe 180 N/A
Services.exe 208 AppMgmt,Browser,Dhcp,Dmserver,Dnscache,
Eventlog,LanmanServer,LanmanWorkstation,
LmHosts,Messenger,PlugPlay,ProtectedStorage,
Seclogon,TrkWks,W32Time,Wmi
Lsass.exe 220 Netlogon,PolicyAgent,SamSs
Svchost.exe 404 RpcSs
Spoolsv.exe 452 Spooler
Cisvc.exe 544 Cisvc
Svchost.exe 556 EventSystem,Netman,NtmsSvc,RasMan,
SENS,TapiSrv
Regsvc.exe 580 RemoteRegistry
Mstask.exe 596 Schedule
Snmp.exe 660 SNMP
Winmgmt.exe 728 WinMgmt
Explorer.exe 812 N/A
Cmd.exe 1300 N/A
Tasklist.exe 1144 N/A
The registry setting for the two groupings for this example are as follows:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Svchost:
Netsvcs: Reg_Multi_SZ: EventSystem Ias Iprip Irmon Netman Nwsapagent Rasauto Rasman Remoteaccess SENS Sharedaccess Tapisrv Ntmssvc
RApcss :Reg_Multi_SZ: RpcSs

First Published: Dec 5 2001 3:19PM
Was This Post Helpful? 0
  • +
  • -

#3 VxJasonxV   User is offline

  • D.I.C Head

Reputation: 1
  • View blog
  • Posts: 201
  • Joined: 03-October 01

Re: Xp Mandatory Background Processes

Posted 12 August 2002 - 12:41 AM

1) I'm going to shut up and consult microsoft's site for everything from here on in...
I always get a knowledge base article for a reply...:P...

~deleted...don't need an answer...~
Was This Post Helpful? 0
  • +
  • -

#4 Vetritus03   User is offline

  • Microsoft.Whore

Reputation: 5
  • View blog
  • Posts: 1,742
  • Joined: 31-August 01

Re: Xp Mandatory Background Processes

Posted 13 August 2002 - 02:00 AM

sorry man...
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1