Thursday, September 13, 2012

Write a batch file to kill frozen programs.

@echo off
taskkill /f /fistatus eq not responding
exit

- Copy the above 3 lines to Notepad and save the file as "killall.bat".
- On click, it kills all the programs that do not respond.

No comments :