Thursday, July 09, 2009

Quick-Kill Multiple Programs with Batch Files

Quick-Kill Multiple Programs with Batch Files - Batch scripts - Lifehacker
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