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!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Can I create a "global" user profile, so that everyone logging in (to Win7) with have the same homepages in Firefox?

  • 1 wótegrono
  • 2 matej toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót cor-el

more options

This is a school situation, and we want to set Firefox to have 3 tabs as homepages; this will help the students a lot. Is there a way I can create a "global" or "uber" profile that will apply to all users who login to our Windows network and then launch Firefox? The lab has new PCs running Win7, but we also have classroom computers running Win XP SP3. Thanks for any help you can provide!

This is a school situation, and we want to set Firefox to have 3 tabs as homepages; this will help the students a lot. Is there a way I can create a "global" or "uber" profile that will apply to all users who login to our Windows network and then launch Firefox? The lab has new PCs running Win7, but we also have classroom computers running Win XP SP3. Thanks for any help you can provide!

Wšykne wótegrona (1)

more options

Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify default values.

Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0); // use this to disable the byte-shift

See:

You can use these functions in mozilla.cfg:

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