Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

having problems with svchost 2

Status
Not open for further replies.

takethapowerback

IS-IT--Management
May 2, 2001
13
US
hey guys, anyone ever heard of of a svchost error? About half the people in my department are getting it. It wont let you copy or paste and it takes forever to log on. Anyone know any solutions to this problem? We know what caused the problem, its a program called Webshots, Im sure most of you have heard of it, anyways......we uninstalled it and we still get the same error. I have replaced the svchost file with one that wasnt corrupted and it still gave the error. if anyone has any ideas it would be much appreciated.Thanks in advance.........
 
Usually occurs because of stack corruption. Problem should've been fixed with older SP1. Try latest Service Pack install. I'll check into this a bit more... please post if successful or w/ more information so that i might either continue or move on. Hope this helps. -md
 
Thanks....but I tried both service packs and still didnt fix it. Its up to you if you would like to research it more but it looks like Im just going to have to start reformating PC's till I figure this out cause I have people who arent able to get any work done. Its only 10 users so it shouldnt take to long, but I still would like to know how to fix it if it ever happens again....Thanks for your time.
 
Maybe this can help.


Description of Svchost.exe
ID: Q250320


--------------------------------------------------------------------------------
The information in this article applies to:

Microsoft Windows 2000 Advanced Server
Microsoft Windows 2000 Professional
Microsoft Windows 2000 Server

--------------------------------------------------------------------------------


SUMMARY
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
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 extracted from the following registry key, whose Parameters key contains a ServiceDLL value:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Service



MORE INFORMATION
To view the list of services that are running in Svchost:

On the Start menu, click Run, and type CMD


type tlist -s


Tlist displays a list of active processes. The -s switch shows the list of active services in each process. For futher information on the process type tlist pid.

The following sample Tlist output shows two instances of Svchost.exe running:
0 System Process
8 System
132 smss.exe
160 csrss.exe Title:
180 winlogon.exe Title: NetDDE Agent
208 services.exe Svcs: AppMgmt,Browser,Dhcp,dmserver,Dnscache,Eventlog,lanmanserver,LanmanWorkstation,LmHosts,Messenger,PlugPlay,ProtectedStorage,seclogon,TrkWks,W32Time,Wmi
220 lsass.exe Svcs: Netlogon,PolicyAgent,SamSs
404 svchost.exe Svcs: RpcSs
452 spoolsv.exe Svcs: Spooler
544 cisvc.exe Svcs: cisvc
556 svchost.exe Svcs: EventSystem,Netman,NtmsSvc,RasMan,SENS,TapiSrv
580 regsvc.exe Svcs: RemoteRegistry
596 mstask.exe Svcs: Schedule
660 snmp.exe Svcs: SNMP
728 winmgmt.exe Svcs: WinMgmt
852 cidaemon.exe Title: OleMainThreadWndName
812 explorer.exe Title: Program Manager
1032 OSA.EXE Title: Reminder
1300 cmd.exe Title: D:\WINNT5\System32\cmd.exe - tlist -s
1080 MAPISP32.EXE Title: WMS Idle
1264 rundll32.exe Title:
1000 mmc.exe Title: Device Manager
1144 tlist.exe
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
rpcss :Reg_Multi_SZ: RpcSs

James Collins
Computer Hardware Engineer
A+, MCP

email: butchrecon@skyenet.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top