搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

How to disable submit crash report in FireFox 3.6.10

  • 5 回覆
  • 32 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

How to disable submit crash report in FireFox 3.6.10 on Windows XP SP3.

I already updated the "[Crash Reporter] Enabled=0" in the "application.ini" file located in "C:\Program Files\Mozilla Firefox". However, in FireFox 3.6.10 TOOLS-->OPTIONS-->GENERAL TAB submit crash report still showing checked.

I am using WMware ThinApp to create the package.

Any suggestions on how to disable the submit crash reports feature?

How to disable submit crash report in FireFox 3.6.10 on Windows XP SP3. I already updated the "[Crash Reporter] Enabled=0" in the "application.ini" file located in "C:\Program Files\Mozilla Firefox". However, in FireFox 3.6.10 TOOLS-->OPTIONS-->GENERAL TAB submit crash report still showing checked. I am using WMware ThinApp to create the package. Any suggestions on how to disable the submit crash reports feature?

所有回覆 (5)

more options

The (global) flag to disable the crash reporter as shown in "Tools > Options > Advanced > General" is stored in the file crashreporter.ini in the Crash Reports folder in the parent folder of the Firefox profile folder (%APPDATA\Mozilla\Firefox\Crash Reports%)

crashreporter.ini:

[Crash Reporter]
SubmitReport=0 or 1
more options

Thanks cor-el for the reply.

I checked and the crash reports folder ((%APPDATA\Mozilla\Firefox\Crash Reports%)) do not have a file called crashreporter.ini

more options

Windows probably hides the .ini file extension, so you may only see a file crashreporter in that folder.

Go to: Control Panel > Folder Options > "View" tab > under "Hidden files and folders", select "Show hidden files and folders"
To see the file extensions of all files uncheck the box "Hide extensions for known file types"

more options

Thanks Cor-el .....