为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Using web examples I modified all.js, firefox.js and firefox.cfg but still cannot disable default browser check popup in Firefox 3.511.

  • 2 个回答
  • 6 人有此问题
  • 1 次查看
  • 最后回复者为 AlienAnalyst

more options

Working with Firefox v3.511. This version is required by business requirements. I researched how to disable the default browser as part of the install on the web but I cannot disable the default browser check pop-up.

Working with Firefox v3.511. This version is required by business requirements. I researched how to disable the default browser as part of the install on the web but I cannot disable the default browser check pop-up.

所有回复 (2)

more options

It is best not to modify files in the Firefox program folder.

You can lock the pref browser.shell.checkDefaultBrowser to false or create a file user.js in the default template folder (C:\Program Files\Mozilla Firefox\defaults\profile) to set the pref to false.

See http://kb.mozillazine.org/Locking_preferences
pref("browser.shell.checkDefaultBrowser", false);

In user.js you need to use
user_pref("browser.shell.checkDefaultBrowser", false);

由cor-el于修改

more options

Hello Cor-El! Thank you for the response! Your point about the danger of modifying the system files is well taken.

I like the user specific orientation your reference gave me and I'm looking into it but I'm concerned that I'll need to run this type of installation for each user on a shared PC. I saw the Client Customization Kit reference at the top of the article and I'm looking at that as well.

Currently I am still looking at the system file mods and have gotten further by creating a configuration file, firefox.cfg, which appears to then apply the settings for all users on a particular PC. I'm hoping I can use your reference, particularly the CCK to take me the rest of the way. Please let me know if you have an all users solution and I'll post if I find one. Thanks!