199 | | |
| 199 | == Disable dump stack logging == |
| 200 | |
| 201 | {{{ |
| 202 | Anyway, dump stack logging can be disabled. To do so, enforce the following setting in Windows Registry: |
| 203 | |
| 204 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] |
| 205 | "EnableLogFile"=dword:00000000 |
| 206 | |
| 207 | In other words: |
| 208 | |
| 209 | Open the Registry Editor. |
| 210 | Navigate to "HKEY_LOCAL_MACHINE", "SYSTEM", "CurrentControlSet", "Control", and finally "CrashControl" |
| 211 | Once you've opened the "CrashControl" key, look at the values pane to the right and look for "EnableLogFile". |
| 212 | If it doesn't exist, create it. Its type must be "DWORD". |
| 213 | Set its value to 0. |
| 214 | Exit the Registry Editor. |
| 215 | }}} |