I upload my example scripts and NET program in my personal page:
http://estiloasertivo.16mb.com/Scripts_for_stop_services_temporary_in_Windows
It is quite ease to create your own script:
- Firstly you can get the name of the running services into servicios.txt writting:
net start > servicios.txt
- Secondly: you stop one of all the services that you wish with net stop:
net stop "Temas"
- Finally, you can enable the service with net start:
net start "Temas"
My script is just an example. The next step would be to create different scripts like: minimal_services.bat, HD_movie.bat... Please, if you do it share the link! ;)
During my research, I also found the software minimem. It keep low the RAM usage of selected program/services: http://main.kerkia.com/tools/minimem/download.aspx
ResponderEliminar... But I dislike it. It slow down the computer meanwhile reduce the RAM usage!
Eliminar