• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

kill ALL non OS processes?

dbarton

Senior member

Is there a utilty that will simply kill ALL processes that aren't part of the OS?

Every now and again I need a *clean* system, and "taskmanage" then "end process" on all of these one by one is a drag..

I know I could write a batch file to kill them with taskkill, but I prefer a one step method for any PC.

thanks
 
I'm not aware of any utility that does this, but if you're really wanting a clean system for testing or something, you could always look into VMware Workstation. You can ignore changes to the disk if you want and run it with nothing installed other than what came with it.

To do something similar on your local system, consider creating a user account on your system and use the Group Policy Editor to tweak what processes start.

Edit: The problem is that too many programs run in the background. (ie. iTunes, AV, Update managers, etc) They spawn 2-3 processes and don't really do anything. The only way other than picking them out individually or through your batch file is to stop them from running at startup.
 
Originally posted by: Scarpozzi

To do something similar on your local system, consider creating a user account on your system and use the Group Policy Editor to tweak what processes start.

Can group policy be used to tell it not to run something like Norton AV, just for that user? I don't see that...
 
I think there was a program for gaming that claimed that you configure it to stop services while playing.
 
Back
Top