Default settings for services

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Xp, selecting right click "Help" when in Services, provided a list of all
default settings for services. Is there a way in Vista (Home Premium) to set
the mutitude of Services to their defaults? Failing that, is there a way to
see a list of the defaults?
 
Will said:
In Xp, selecting right click "Help" when in Services, provided a list of
all
default settings for services. Is there a way in Vista (Home Premium) to
set
the mutitude of Services to their defaults? Failing that, is there a way
to
see a list of the defaults?


You could observe the defaults for a fresh out-of-the-box installation eg a
test installation in a Virtual Machine.

You could then potentially have a batch file that used the 'sc' command to
set services to their default

Start > cmd > sc /?

sc config /?
 
Back
Top