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

搜尋 Mozilla 技術支援網站

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

了解更多

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: