搜尋 Mozilla 技術支援網站

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

了解更多

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