@echo off
taskkill /f /fi “status 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.
taskkill /f /fi “status 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 :
Post a Comment