RPC service can't be reactivated

  • Thread starter Thread starter Manuel
  • Start date Start date
M

Manuel

Hi,

I recently have deactivated the RPC server service. Now I
am not able to activate it again. When I open services from
the control panel, or anywhere else, and try to open the
preferences for the rpc service, the configuration window
where I can activate it won't open.... any ideas???
Surely NO virus or trojan or st. like that.

Greetings,
Manuel
 
One thing you may want to try is to go ahead and make sure the startup type
is set to automatic.

use regedt32

HKLM\System\CCS\Services\RpcSs
Start 0x1

Then reboot. Let me know if that helps!
--

Best regards,
Brian Oakes, MCSE
Microsoft Product Support
Windows 2000 Server Networking Team

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit.
 
Surely? Open taskmanager and look for the msblast.exe-proces. If you find
it, kill it and go to www.sophos.com to get the removaltool. And after that,
install ms03-026 from Microsoft.

Marina
 
No, you'd have to use sc.exe that's only available in XP and Win2K3S (if you
have an XP machine you can just copy the file to Win2K - it'll work just
fine) ...or you can look through the Windows Administration Scripting Guide
for help.
 
you can always do the following from a cmd prompt.

net start

this will show you the running services, then you can control them by there
short name ie

net stop netlogon & net start netlogon

this will stop and start the netlogon service. You can use the net stop and
start independently.

--

Best regards,
Brian Oakes, MCSE
Microsoft Product Support
Windows 2000 Server Networking Team

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit.
 
Back
Top