change a service property for LOTS of machines

Ade

Distinguished
May 5, 2004
81
0
18,630
Archived from groups: microsoft.public.win2000.general (More info?)

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.
 
Archived from groups: microsoft.public.win2000.general (More info?)

"ade" <noone@somewhere.net> wrote in message
news:%23mCRfOYdFHA.3052@TK2MSFTNGP10.phx.gbl...
> 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.
 
Archived from groups: microsoft.public.win2000.general (More info?)

Thanks for the link matey. I'll have a look at the app.

"Pegasus (MVP)" <I.can@fly.com> wrote in message
news:%23z9yagYdFHA.3620@TK2MSFTNGP09.phx.gbl...
>
> "ade" <noone@somewhere.net> wrote in message
> news:%23mCRfOYdFHA.3052@TK2MSFTNGP10.phx.gbl...
> > 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.
>
>