Make Windows Not Wait to Kill an Unresponsive Program

4

When TweetDeck goes unresponsive, it takes Windows 7 10 seconds to decide to actually close it.

Is there a reg key I can set that makes it instakill itself?

John Shedletsky

Posted 2011-04-11T23:43:31.930

Reputation: 245

1This won't work - many applications don't respond instantly every time an event is sent to it. Those 10 seconds give the application time to finish what it's doing. Surprisingly not all developers have got the hang of separating UI and calculations. – Adam Casey – 2011-04-11T23:50:15.913

Answers

5

Not quite what you're asking, but if you kill it from the process tab of task manager (ctrl-shift-escape) as opposed to the application tab or from explorer then it will be killed instantly. The other two post quit messages to its Windows message queue to give it a chance - the ten seconds - to react itself.

Rup

Posted 2011-04-11T23:43:31.930

Reputation: 927

-1

You can disable the "Windows is checking for a solution to the problem... " message and skip right to the close program dialog. From the Start menu, search for Action Center and open that. From there choose Change Action Center settings. At the bottom is Problem Reporting settings. Click that, and set it to Never check.

Bacon Bits

Posted 2011-04-11T23:43:31.930

Reputation: 6 125