Friday, March 9, 2012

Note Pad Home Made Software which Ends Every Single task when you run it ... By Anzul Aqueel


You may have a chance to face a problem that “program not responding” error, while loading lot of data in windows.
It will usually take 5-10 minutes to recover automatically or you will close it by pressing ctrl+alt+del
Here comes the easiest way to solve this problem in a seconds
Type the following code in notepad :-
@echo off
taskkill.exe /f /fi “status eq not responding”
exit
save it as “terminator.bat”
when u come across the same problem again, just HIT the file that you have created.
simple is in it..!

No comments:

Post a Comment