Hey sgdought,
What does this do ? Kill the service? just curious.
"Image Path"=%SystemRoot%\system3
Thanks.
Main Topics
Browse All TopicsHey Experts,
I disabled RPC in the Services tab because I was trying to prevent the MSblaster and Welcher worm from spreading throughout the network. Now that I have the patch, I need to re-enable it but it will not allow me to
re-enable it. I need to edit the registry to re-enable it. Anybody ever done this before - which value do I need to change? Thanks in advance.
- Ian
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
FYI:
Description of Svchost.exe in Windows 2000
The information in this article applies to:
Microsoft Windows 2000 Server
Microsoft Windows 2000 Advanced Server
Microsoft Windows 2000 Professional
This article was previously published under Q250320
For a Microsoft Windows XP version of this article, see 314056.
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\Softwar
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\
MORE INFORMATION
To view the list of services that are running in Svchost:
From the Windows 2000 installation CD's Support\Tools folder, Extract the Tlist.exe utility from the Support.cab file.
On the Start menu, click Run, and then type cmd.
Change folder to the location from which you extracted the Tlist.exe utility.
Type tlist -s.
Business Accounts
Answer for Membership
by: sgdoughtPosted on 2003-08-26 at 08:26:22ID: 9224794
[HKEY_LOCAL_MACHINE\SYSTEM \CurrentCo ntrolSet\S ervices\Rp cSs] 001 3,00,79,00 ,73,00,74, 00,65,00,6 d,00,52,00 ,6f,00,6f, 00,\ ,00,73,00, 74,00,65,0 0,6d,00,33 ,00,32,00, 5c,00,73,\ ,73,00,74, 00,20,00,2 d,00,6b,00 ,20,00,72, 00,70,00,\
"Description"="Provides the endpoint mapper and other miscellaneous RPC services."
"DisplayName"="Remote Procedure Call (RPC)"
"ErrorControl"=dword:00000
"ImagePath"=hex(2):25,00,5
74,00,25,00,5c,00,73,00,79
00,76,00,63,00,68,00,6f,00
63,00,73,00,73,00,00,00
"ObjectName"="LocalSystem"
"Start"=dword:00000002
"Type"=dword:00000020
Mark sure start is set.