KILL NON RESPONDING PROCESSES WITH THE HELP OF NOTEPAD/BATCH FILE

By | July 17, 2012

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.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.