Services

  • Thread starter Thread starter DimSum
  • Start date Start date
D

DimSum

Hello,

I was messing around with the configuration of services and
I think I may have stopped some essential services to run
Windows...

Is there a way to recover a default state of services?

I cant seem to start some services.. I right click and I
dont get the Start option...

Any help would be appreciated.

Thanks,
dimsum
 
Restore the system hive of the registry or if you know the service. From the
recovery console command prompt;

enable SomeService service_auto_start

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
| Hello,
|
| I was messing around with the configuration of services and
| I think I may have stopped some essential services to run
| Windows...
|
| Is there a way to recover a default state of services?
|
| I cant seem to start some services.. I right click and I
| dont get the Start option...
|
| Any help would be appreciated.
|
| Thanks,
| dimsum
 
DimSum said:
Hello,

I was messing around with the configuration of services and
I think I may have stopped some essential services to run
Windows...

Is there a way to recover a default state of services?

I cant seem to start some services.. I right click and I
dont get the Start option...

Any help would be appreciated.

Thanks,
dimsum

Control panel/administrative tools/services, then right click the
service and select properties if you can't change things in the main
listing.

From here, you can download a list of services, along with
recommendations about what to open or close.

http://www.blackviper.com/
 
What was it you tried?

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
|I have tried this in the console and it does not seem to work..
 
You'll need to enumerate through the list of specific services that you
disabled by name. An example

The following example sets the startup type for the Eventlog service to
Automatic or SERVICE_AUTO_START:

enable eventlog service_auto_start

If you do not designate a startup type, the enable command lists the current
startup type for the service or device driver you specified in service_name.

Use the listsvc command to display all eligible services or drivers to
enable.

When you use the enable command to change a startup type, the previous
startup type's name will display on the screen. You should write this name
down in case you need to restore the startup type to the previous setting.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


|I typed in
| enable services.exe service_auto_start
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top