Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

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!