| | 37 | 1. Under 64-bit versions of Windows, also set the following registry key: |
| | 38 | {{{ |
| | 39 | [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug] |
| | 40 | "Auto"="0" |
| | 41 | }}} |
| | 42 | 1. Disable the error reporting UI (i.e., the dialog that says "[program name].exe has stopped working" with options to debug or close the application): |
| | 43 | 1. Set the following registry key: |
| | 44 | {{{ |
| | 45 | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Windows Error Reporting] |
| | 46 | "Dont Show UI"="1" |
| | 47 | }}} |
| | 48 | 1. Under 64-bit versions of Windows, also set the following registry key: |
| | 49 | {{{ |
| | 50 | [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\Windows Error Reporting] |
| | 51 | "Dont Show UI"="1" |
| | 52 | }}} |
| | 53 | 1. Modify the group policy to block the UI: |
| | 54 | 1. Run the gpedit application (C:\Windows\System\gpedit.msc). |
| | 55 | 1. Select the "Computer Configuration\Administrative Templates\All Settings" node. |
| | 56 | 1. Edit the "Prevent display of the user interface for critical errors" item. |
| | 57 | 1. Enable the setting, then press OK. |