Hoe do I re-enable services I had disabled?

  • Thread starter Thread starter Matt Hallstein
  • Start date Start date
M

Matt Hallstein

O.k. so I was trying to speed up an application and
foolishly went into the computer management folder and
into Services and strated turning off services that were
set to automatic. I would right click and choose
properties then I would change the setting on all of the
automatic services to disable. Whoops! after restarting
the computer I cannot acess the propeties folder to enable
those auto services I had shut off. The dialogue box
says...Configuration manager: The plug and play service is
not available. How can make it available?

Matt
 
You must boot into recovery console and then from there you
can enable the services you have disabled.
Use the command "enable"
In the form "enable {service_name} [Startup type]"
Where [startup type] is:
service_auto_start
service_demand_start
service_boot_start
service_system_start

Use the command "listsvc" to list the service that you can
enable or disable via the recovery console.

Good luck,
George.
 
Back
Top