Link to home
Start Free TrialLog in
Avatar of webennet
webennet

asked on

Starting Services in DOS

I dont remember now how to start specific services in DOS. Does anyone remember?   FYI I'm using Windows 2000
ASKER CERTIFIED SOLUTION
Avatar of Bartender_1
Bartender_1
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of webennet
webennet

ASKER

How about enabling services that are disabled?
enabling a service that is disabled requires a change to the registry, so you will need a .reg file configured to set the configurationflag to enabled. Then you can run the following command:

regedit /s <path\regfile.reg>

:o)

Bartender_1
WHere in the registry can you find the changes to be made?
Open the registry editor (Start/Run/regedit) and navigate to

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

(Find the service you want ... if the directory name doesn't look familiar there's a description inside each of the services directorys. Open it to see the description)

 For each service in question, change the "Start" value.

(4) (for 'disabled')
(3) (for manual)
(2) (for 'automatic')

ONLY CHANGE THE NUMBER AT THE END INSIDE THE (  )  !!!!!
Changing registry from a DOS prompt.

http://www.edicity.com/FAQ_02.htm