Jump to content

Kill all non-system processes

kingmustard

Is a script the best way? Is there a single-use program I can use?

 

Basically, something similar to a temporary 'game mode'.

Link to comment
Share on other sites

Link to post
Share on other sites

Killing process is easy with the taskkill command. You can execute them directly or run as batch. Or even powershell. For example:

 

taskkill -f -im notepad.exe

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×