service keys

  • Thread starter Thread starter rob
  • Start date Start date
R

rob

I need to restart the following services that are disabled
and will not restart.
Remote Registry Service
Remote Procedure Call(RPC)
Remote Procedure Call Locator

Can these be restarted through C prompt or Registry Keys
 
I need to restart the following services that are disabled
and will not restart.
Remote Registry Service
Remote Procedure Call(RPC)
Remote Procedure Call Locator

Can these be restarted through C prompt or Registry Keys


You cannot start these services while they are disabled.

You REG.EXE or a .reg file to change the Start value to 2.
See tip 324 in the 'Tips & Tricks' at http://www.jsiinc.com

This will require a restart.

You may be able to use SC from the reskit or supplement, tip 3277 in the 'Tips &
Tricks' at http://www.jsiinc.com for the list of tools, to enable and start the
services.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
From the recovery console command prompt;

enable remoteregistry service_auto_start
enable rpcss service_auto_start
enable rpclocator service_demand_start
 
Back
Top