為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

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

了解更多

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

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!