On Android Titanium Backup can 'Freeze' an app. Is there something similar for Windows?
Let me clarify: I would like a registry hack that would disable the application from starting up automatically along with any other services it might start. Hopefully, it will then be as simple as running disableAppName.reg and enableAppName.reg; I know, I can do it by disabling the services from Services.msc and also disable the startup using Autoruns.
Is there a place in the registry where all the information on the application is saved? Can this information be used to create this hack?
"TuneUp Utilities" seems to do this, but it is a commercial utility. <--------->
I was looking to disable Bluestacks without uninstalling it. Merely removing it from the startup list will not stop the related services from starting up. I would like to keep the program, but stop it from using any resources (other than disk space). Is there an easy way to do this?
Also, I would like to enable/unfreeze the program and start it up when I need to use it, (easily, of course).
Can this be done via the registry?
task manager->services tab->services button
) and set it tomanual
then the service(s) should not start again until you tell it to (or set it back to auto mode). Some apps will restart the service like this when you don't want them to. In this case set it todisabled
instead. This is generally obeyed. If you'd like information on creating a shortcut to do this easily anytime for these services in a single click then let me know and I'll get that for you to. – krowe Aug 11 '14 at 7:12