How to disable mozilla crashes reporter?
Hello dear support. Almost each time I close my mozilla firefox browser, its ask me to send information about some crash. I neednt to solve this crash, becouse this crach doesnt disturb me, it appears only when I close browser. I just want to know there is a way to disable crashes reporter?
Chosen solution
hello redwick, essentially you'd have to set a system environment variable named "MOZ_CRASHREPORTER_DISABLE" with the value "1" in the windows control panel/system. for more information please refer to http://kb.mozillazine.org/Breakpad#Can_I_disable_Crash_Reporte...
Read this answer in context 👍 1All Replies (4)
Chosen Solution
hello redwick, essentially you'd have to set a system environment variable named "MOZ_CRASHREPORTER_DISABLE" with the value "1" in the windows control panel/system. for more information please refer to http://kb.mozillazine.org/Breakpad#Can_I_disable_Crash_Reporte...
You can probably also do this by changing the value of this DWORD registry key from 1 to 0:
- HKEY_CURRENT_USER\Software\Mozilla\Firefox\Crash Reporter\SubmitCrashReport: DWORD value = 0
Thanks a lot. Its solved.
you're welcome :-)