change a service property for LOTS of machines

  • Thread starter Thread starter ade
  • Start date Start date
A

ade

Hi all,

Is it possible to change a service from auto to manual via a script or
similar? I have around 400 machines that I need to do. Need to change the
computer browser service from auto to manual.

Thanks for any help.
 
ade said:
Hi all,

Is it possible to change a service from auto to manual via a script or
similar? I have around 400 machines that I need to do. Need to change the
computer browser service from auto to manual.

Thanks for any help.

The "Start" value in the description of each service determines
the startup mode. 2 is automatic, 3 is manual. This allows you
to write a script, using regedit.exe, to change the value from
2 to 3. To apply it to all 400 machines, use psexec.exe from
www.sysinternals.com.
 

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