disable rpc in hardware profile

  • Thread starter Thread starter joe
  • Start date Start date
J

joe

I need help fixing a goof. In a attempt to fix the Worm
I read where you disable RPC so on other computer I
disable it under services.msc and under the log on tab
hit disable which disable it with a hardware profile and
now nothing works and cannot reenable it. the recovery
console enable service does not fix it and I read that
the services.msc choice to disable it overrides what is
set in the recovery console. HELP!!!
 
joe said:
I need help fixing a goof. In a attempt to fix the Worm
I read where you disable RPC so on other computer I
disable it under services.msc and under the log on tab
hit disable which disable it with a hardware profile and
now nothing works and cannot reenable it. the recovery
console enable service does not fix it and I read that
the services.msc choice to disable it overrides what is
set in the recovery console. HELP!!!

Well, if you hadn't disabled System Restore on the affected computer
yet, you could go into Safe Mode and do a restore. Possibly. If you can
get into Safe Mode. If not, then do a repair install.

Malke
 
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\ROOT\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]
 
Back
Top