I need help renabling services?DOS?

stosil

Banned
May 30, 2002
34
0
0
Hi everybody im new to this forum my friend recomended it for help. Yesterday I was in win2k disabling some nonessential services so i could be more efficent with my ram thats being allocated.Well I guess I accidently disabled a service that was essential to the win2k enviroment.When I power up and log in I dont see anything just a cursor and wallpaper,Its not that its still loading .When i check in task manager there are only 4 services listed(explorer.exe and such)I tried the safe modes,didnt work.I tried using my win2k cd and doing auto repair,didnt work.So as a last resort before i have to format and lose 120 gigs of files,I tried the manual console repair I used listsvc to see the services and there status and i tried using the enable command but i cant seem to do it right.Im very desperate because i got a final paper to turn in on monday.Can anyone here tell me how o renable the services?Is there a way to just enable all essential win2k ones at once?Is there another remedy?I appreciate all help.
 

Woodie

Platinum Member
Mar 27, 2001
2,747
0
0
From the command prompt, you can use the net command:

net /? <== for the usage/help.
net start servicename <== to start a particular service
net stop servicename <== to stop particular service

You can also use the netsvc command:
netsvc /? <== for the usage/help.