To Kill the processes that are not responding using bat type the below code in notepad without quotes and save as "anyname.bat"
"@echo off
taskkill.exe /f /fi "status eq not responding"
exit"
If any program that is not responding double click this bat file your problem was solved anydoubt askus.