BAT file to start/stop services

  • Thread starter Thread starter Will
  • Start date Start date
W

Will

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?
 
Net Start Service_you_want started
Net Stop Service_your want stopped

Example: I want to start Removable Storage
net start "removable storage"
 
In message said:
Net Start Service_you_want started
Net Stop Service_your want stopped

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

That will start or stop, but not disable the service.
 

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