Quantcast
Channel: Symantec Connect - Téléchargements
Viewing all articles
Browse latest Browse all 322

How to Kill non-responding programs instantly

$
0
0

Just an easy solution about the problem of application running in Windows with the "Not Respondig" message.

The common solution is start the Task Manager and kill manually the task with frozen application.

Here a tool that find a Not Responding application and automatically close any "Not Responding" applications without any user interaction.

The .bat script is really easy :

@echo off
  taskkill.exe /f /fi “status eq not responding”
 exit

OS supported: Winodws XP , 7 and 8

Let me know if you have questions.

 


Viewing all articles
Browse latest Browse all 322

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>