YOU ARE STILL HERE? WE HAVE MOVED TO THECHOBBLE.COM

Stay Updated and Subscribe

Rss feed
Enter your email address:


Delivered by FeedBurner

Thursday, January 31, 2008

How-to make a Batch File to Kill Unwanted Programs

Lifehacker shows how to create 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. 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.

Thanks Lifehacker




No comments: