Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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

  • 5 përgjigje
  • 1 e ka hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga 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.

Krejt Përgjigjet (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: