• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I need help renabling services?DOS?

stosil

Banned
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.
 
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.

 
Back
Top