Sometimes you are frustrated by the windows error program not responding
and it takes generally 5-15 minutes to recover automatically or you can close
it by pressing ctrl+alt+del.
Here i am telling you two solution of this problem. NO.1 By using notepad
and NO.2 is by Creating Shortcut.
1)Notepad trick
Just open your notepad and type the code below........
@echo off
taskkill.exe /f /fi “status eq not responding”
exit
Save it as anyname.bat
2)Shortcut trick
Just right click in your desktop and move your cursor to new and click on
shortcut. Then in location box type the following code....
taskkill.exe /f /fi "status eq not responding"
Now when you facing this type of error,in both cases just double click the BAT
file or the Shortcut you just created and the error will be recovered.
and it takes generally 5-15 minutes to recover automatically or you can close
it by pressing ctrl+alt+del.
Here i am telling you two solution of this problem. NO.1 By using notepad
and NO.2 is by Creating Shortcut.
1)Notepad trick
Just open your notepad and type the code below........
@echo off
taskkill.exe /f /fi “status eq not responding”
exit
Save it as anyname.bat
2)Shortcut trick
Just right click in your desktop and move your cursor to new and click on
shortcut. Then in location box type the following code....
taskkill.exe /f /fi "status eq not responding"
Now when you facing this type of error,in both cases just double click the BAT
file or the Shortcut you just created and the error will be recovered.