Worm Aftermath: How to restart RPC service

Posted: 08-13-2003, 01:17 PM
Before I found out I had the worm I foolishly stopped the RPC service. After
worm removal, I still have problems with missing start menue & using
services.msr (not allowed to view or change properties, i.e. start/stop any
services).

How can I restart this service? I heard something about Recovery (Console?)

Thanx in advance


Reply With Quote

Responses to "Worm Aftermath: How to restart RPC service"

Gary Thorn [MVP-Windows Technologies/Xbox]
Guest
Posts: n/a
 
Worm Aftermath: How to restart RPC service
Posted: 08-13-2003, 02:00 PM
>-----Original Message-----
>Before I found out I had the worm I foolishly stopped the
RPC service. After
>worm removal, I still have problems with missing start
menue & using
>services.msr (not allowed to view or change properties,
i.e. start/stop any
>services).
>
>How can I restart this service? I heard something about
Recovery (Console?)
>
>Thanx in advance
>

Managing Services from a Command Prompt:

You can use variants of the Net command to mae changes to
services from a Cammoan promt. Don't be dissuaded by the
name, the Net command manages all services, not only
network services.

Net Commands for Managing Services :
Net Start Displays a list of running services.

Net Start service Starts the service service. For
service, you can use either the service name or its
display name. (For example, net start schedule and net
start "task scheduler" are equivalent.). Surround
multiword service names with quotation marks.

Net Stop service Stops the service service. The service
must be started before you can stop it.

Net Pause service Pauses the service service. The
service must be started before you can pause it. Many
services don't permit pausing.

Net Continue service Resumes the service service. The
service must be paused before you can resume it.

Hope this helps!

Gary Thorn
MVP-Windows Technologies/Xbox
Associate Expert

This posting is provided "AS IS" with no warranties, and
confers no rights

More about the Windows XP Expert Zone:
www.microsoft.com/windowsxp/expertzone

More about the MS MVP Program:
http://tinyurl.com/n08
Reply With Quote
scattman [ms]
Guest
Posts: n/a
 
Worm Aftermath: How to restart RPC service
Posted: 08-16-2003, 06:09 PM
I had this same problem, and luckily was able to find a
workaround:

If you can boot into Windows (regular or safe-mode), open
a command window (windows
key + r, type cmd.exe) and type the following text:

reg.exe delete "HKLM\SYSTEM\CurrentControlSet\Hardware
Profiles\Current\System\CurrentControlSet\Enum\ROO T\LEGACY
_RPCSS\0000"
/v CsConfigFlags

You may also be able to use the recovery console to edit
the above key manually.

Good luck!
-Scott [MS]


>-----Original Message-----
>Before I found out I had the worm I foolishly stopped
the RPC service. After
>worm removal, I still have problems with missing start
menue & using
>services.msr (not allowed to view or change properties,
i.e. start/stop any
>services).
>
>How can I restart this service? I heard something about
Recovery (Console?)
>
>Thanx in advance
>
>
>.
>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ADWARE REMOVAL AFTERMATH Kevin Windows Vista Security 9 02-05-2008 12:49 PM
Require restart of ftp service in order to remotely access ftp service Teggy P Veerapen Windows XP Network & Web 0 08-28-2003 12:55 PM
Worm - restart loop Nicholas Windows XP Security & Administration 4 08-19-2003 03:14 AM
RPC Restart WITHOUT Blaster Worm AlsBig1 Windows XP Network & Web 1 08-15-2003 06:19 PM
rpc restart worm and how to fix it jeff Windows XP Network & Web 5 08-12-2003 01:27 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90