Re: BAT file to start/stop services

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Bob (b_at_B.b)
Date: 02/28/05


Date: Mon, 28 Feb 2005 12:41:12 -0500

Net Start Service_you_want started
Net Stop Service_your want stopped

Example: I want to start Removable Storage
net start "removable storage"

"Will" <nomail@mail.com> wrote in message
news:Xns960B9CBB97CED4Af7S@130.133.1.4...
>I would like to create a BAT file to set the three following services
> to AUTOMATIC. I would also like to create another BAT file to
> DISABLE them.
>
> Automatic Updates
> Background Intelligent Transser Service
> Windows Installer
>
> Are there line commands to start/stop and set the local services
> which I could use?