Søg i Support

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.

Learn More

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

  • 5 svar
  • 1 har dette problem
  • 3 visninger
  • Seneste svar af 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.

Alle svar (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: