up vote 1 down vote favorite
share [g+] share [fb]

when a program crashes in windows 7 there is a popup box that happens: "Windows is searching for a solution to this problem" It never finds a solution and I have to waste a click closing it. As I am using the Beta Visual Studio, I see this box once or twice a day.

I have never seen it find a solution and I don't think that it will. Can I disable it?

link|improve this question

75% accept rate
Actually it has found a solution quite a few times for me... especially driver issues that cause some system program (like svchost) to crash. – trex279 Dec 21 '09 at 17:14
When that box shows up it is sending information as well as searching. You may not always get an answer immediately, but you will almost always find something in the action center within a week or so. I would of course advise that you continue to send crash information (especially for a beta) so that the final build can resolve your issues. Or you could not, and be part of the "ms products suck" crowd. – Kevin Peno Dec 21 '09 at 18:45
feedback

1 Answer

up vote 2 down vote accepted

In the registry, go to key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting and add the REG_DWORD value DontShowUI = 1

As answered on ServerFault by Lev

link|improve this answer
Any information on whether or not this causes it to automatically send crash information? If so I'd use it, but if it does not send data because it is disabled that would make it worthless for me (since, I think any developer would agree, getting as much crash data as possible is good for a product's life cycle). – Kevin Peno Dec 21 '09 at 18:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.