I really hate it when I have some
Non-Responding tasks on my laptop. Sometimes I'm unable to open task manager
even and at that time and 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:
- Open NOTEPAD
- Copy the code written below and paste it
in opened notepad document...
TASKKILL /F /FI "STATUS eq NOT RESPONDING"
- Save the file as nonreponding.bat (save it
on desktop so it becomes more handy)
WHENEVER You NEED TO CLOSE NON RESPONDING
PROCESSES, JUST DOUBLE CLICK THIS FILE.