I really hate it when i have some Non-Responding tasks in my laptop, sometimes I’m unable to open task manager even and at that time i feel helpless. Here is a simple trick which will kill all the non-responding task easily, we will do it through a Batch File (.bat).
Step wise instruction is as follows:
1. Open NOTEPAD
2.Copy the code written below and paste it in opened notepad document…
TASKKILL /F /FI “STATUS eq NOT RESPONDING”
3.Save the file as nonreponding.bat (save it on desktop so it becomes more handy)
WHENEVER U NEED TO CLOSE NON RESPONDING PROCESSES ,JUST DOUBLE CLICK THIS FILE.