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

搜索 | 用户支持

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

详细了解

How do change default browser settings for installer?

  • 2 个回答
  • 8 人有此问题
  • 10 次查看
  • 最后回复者为 cor-el

more options

I want to roll out Firefox as standard software at the company I administrate, but we have lots of stuff that runs on IE plugins, and thus IE needs to stay the default browser, or users will just hit "yes" when opening Firefox the first time and then complain when they can't open internal links. Is there a way to disable it from asking if it should be a default browser? I checked out the cck wizard, but it didn't offer that option. Is there a registry key or file where I could change that option before it is opened?

I want to roll out Firefox as standard software at the company I administrate, but we have lots of stuff that runs on IE plugins, and thus IE needs to stay the default browser, or users will just hit "yes" when opening Firefox the first time and then complain when they can't open internal links. Is there a way to disable it from asking if it should be a default browser? I checked out the cck wizard, but it didn't offer that option. Is there a registry key or file where I could change that option before it is opened?

被采纳的解决方案

hello Leskat, please refer to the following article on how to implement a lock file for settings: http://kb.mozillazine.org/Locking_preferences

put the following line into the mozilla.cfg file in order to disable the query for the default browser:

lockPref("browser.shell.checkDefaultBrowser", false);
定位到答案原位置 👍 5

所有回复 (2)

more options

选择的解决方案

hello Leskat, please refer to the following article on how to implement a lock file for settings: http://kb.mozillazine.org/Locking_preferences

put the following line into the mozilla.cfg file in order to disable the query for the default browser:

lockPref("browser.shell.checkDefaultBrowser", false);
more options

You should be able to use the CCK extension to lock preferences or set new default values