Terminate any non-responsive programs in seconds
hey folks,
Often you all gets messed up with non-responsive programs that mostly force you to wait for long time or forces you to restart your system. This is really a aweful situation for you if you are doing any important work and have to finish it in very short period of time.
These type of errors are very common in windwos,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 :-
when u come across the same problem again, just HIT the file that you have created.
Simple isn't it..!
Often you all gets messed up with non-responsive programs that mostly force you to wait for long time or forces you to restart your system. This is really a aweful situation for you if you are doing any important work and have to finish it in very short period of time.

These type of errors are very common in windwos,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” exitsave it as “terminator.bat” and keep this file on your desktop.
when u come across the same problem again, just HIT the file that you have created.
Simple isn't it..!
0 comments:
Post a Comment