Sunday, April 24, 2011

How to remove the dialog " sending error to Microsoft "

Tricks of windows operating system 
Sending error report to Microsoft


When software is subject to a crash, Microsoft displays a dialog offering to send an error report. If you no longer wish to see this window appear, then we must remove this feature from a Windows Service calledDoctor Watson:

    1. Run Regedit and locate the HKEY_LOCAL_MACHINE hive;
    2. Open the HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / Main;
    3. Create the DWORD IEWatsonDisabled and assign the value 1;
    4. Restart the computer after you close Regedit.

source: here