Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

how to make firefox as default explorer for all user accounts in windows XP system

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

more options

Hi, I have a computer (Windows XP system) with multiple users who log in using individual user account in a school domain. Since our school IT has stopped IE to operate on windows XP system, we can only use firefox. How do I set firefox as the default explorer for all users in the school internet domain? It is a windows XP system.

Hi, I have a computer (Windows XP system) with multiple users who log in using individual user account in a school domain. Since our school IT has stopped IE to operate on windows XP system, we can only use firefox. How do I set firefox as the default explorer for all users in the school internet domain? It is a windows XP system.

所有回复 (5)

more options

Open Firefox. Have it declared as the default browser,

Type about:preferences#general<enter> in the address bar. Turn on Always Check Firefox Default Browser.

more options
more options

FredMcD said

Open Firefox. Have it declared as the default browser, Type about:preferences#general<enter> in the address bar. Turn on Always Check Firefox Default Browser.

Thank you! Will this change apply to all users or will it only apply to my own user account? I have administrator privilege, but most other users are power users.

more options

I think this is a system setting.

more options

There is a command line flag: -setDefaultBrowser


You can also consider to use the mozilla.cfg file to set or lock some browser.shell prefs that deal with the default browser as found on the about:config page.

You can use the mozilla.cfg file in the Firefox program folder to set or lock preferences and run privileged JavaScript code.

The mozilla.cfg file needs to be in the main Firefox program folder.

These functions can be used in the mozilla.cfg file:

defaultPref();	// set new default value
pref();	// set pref, allow changes in current session
lockPref();	// lock pref, disallow changes

This requires a local-settings.js file in the "defaults/pref" folder where the channel-prefs.js file is located that specifies to use mozilla.cfg.

pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0);

The mozilla.cfg file and possibly local-settings.js need to start with a comment line (//).

See Configuration:

See also: