Starting/Stopping services as a program start and end
- by Starx
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?