Sunday, December 6, 2009

Kill the processes that are not responding using bat

The default way to kill the process is using tak manager but it is tough to use so create bat.
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.
Related Posts with Thumbnails