搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How to disable submit crash report in FireFox 3.6.10

  • 5 个回答
  • 32 人有此问题
  • 15 次查看
  • 最后回复者为 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 .....