:::How to Stop a hanged program in one click without task manager:::
Most of the computer users use Windows. It's a common problem is Windows will hang sometimes. Most of us attempt to solve this program by pressing Ctrl + Alt + Del, that is opening task manager. sometime it can not stop the hanged program.Today I will show you close how to close a hang up program in 1click.
At first right click on desktop and create a new Shortcut. A new dialog box will appear for locating shortcut. then paste the following code taskkill.exe /f /fi “status eq not responding”
Then give a name for the shortcut and click Finish. Now it is done. Now if any program is hanged just double click on your created shortcut for stopping the program.
Most of the computer users use Windows. It's a common problem is Windows will hang sometimes. Most of us attempt to solve this program by pressing Ctrl + Alt + Del, that is opening task manager. sometime it can not stop the hanged program.Today I will show you close how to close a hang up program in 1click.
At first right click on desktop and create a new Shortcut. A new dialog box will appear for locating shortcut. then paste the following code taskkill.exe /f /fi “status eq not responding”
Then give a name for the shortcut and click Finish. Now it is done. Now if any program is hanged just double click on your created shortcut for stopping the program.

No comments:
Post a Comment