Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

How do change default browser settings for installer?

  • 2 trả lời
  • 8 gặp vấn đề này
  • 10 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Giải pháp được chọn

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);
Đọc câu trả lời này trong ngữ cảnh 👍 5

Tất cả các câu trả lời (2)

more options

Giải pháp được chọn

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