Starting/Stopping services as a program start and end
Posted
by
Starx
on Super User
See other posts from Super User
or by Starx
Published on 2011-07-07T05:02:45Z
Indexed on
2012/12/04
17:10 UTC
Read the original article
Hit count: 180
I have some applications like VMWare, SQL Server, which have a lot services started even without me using the software. I have changed the startup of this services to manual and have created a .bat
file to start the services up and then I launch the program.
But, its not a efficient solution. I would like to start the services once the application starts and stop once the application closes as well.
Does anyone know of any solution?
© Super User or respective owner