Quick-Kill Multiple Programs with Batch Files

taskkill_batch.jpgThe CyberNet weblog follows up on their previous tip for creating quick-kill shortcuts for individual programs in Windows by expanding the idea to an automated batch file that kills off a bunch of programs at once. The batch script is smart enough to skip any apps you don’t have open, and makes it easy to strip down running programs to grab the most power from your system, for Photoshop, games, or other resource-intensive apps. The basic trick is to open the Windows Task Manager, find the executable names (like firefox.exe) of the apps you want to kill, then open a simple text editor and add a line for each app, like so:

taskkill /im program.exe

Replace program.exe with the ones you want to kill, save the text file with a .bat extension, and you’ve got a quick streamlining app. Ready to take the next step? Take a look at setting up working environments with batch files.


Comments (AU Comments | US Comments)

  • Laurie Comerford

    Can this program be used to close Windows Vista?
    If so, how?

Post Your Comments

Got something to say? There are two ways to comment:

1. Guests

Click here to comment instantly.

2. Facebook Users

Click below to comment using your Facebook account.

We're looking for comments that are interesting, substantial or highly amusing. If your comments are excessively self-promotional, obnoxious, or even worse, boring, you will be banned from commenting. All comments are moderated.