Create quick-kill shortcut to close Not Responding application
Suddenly you find the application was hung and lockup.You’ll open up a task manager and kill it.Why don’t make a quick-shortcut that simply whack any isn’t responding application.To do that you just need need to make a shortcut with below path
1.In desktop right click and go to new>select shortcut
2.At the dialog box copy & paste below script
taskkill.exe /f /fi “status eq not responding”
3.Once paste click next and finish
The shortcut for Taskill will be placed at the desktop.For me its better to pin it at the taskbar for quick access.


