Create A Batch File To Kill Unresponsive Tasks
0 Comments
»
1. Start > Run > Notepad.
2. paste the following:
@echo off
taskkill.exe /f /fi "status eq not responding"
exit
3. File > Save as > call it killtasks.bat
1. Start > Run > Notepad.
2. paste the following:
@echo off
taskkill.exe /f /fi "status eq not responding"
exit
3. File > Save as > call it killtasks.bat