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!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

I would like to set the default home page to all windows 7 and 10 via GPO

  • 2 відповіді
  • 1 має цю проблему
  • 14 переглядів
  • Остання відповідь від cor-el

more options

I would like to set the default home page to all windows 7 and windows 10 via GPO, where can I download the Mozilla Firefox Policy Templates? and how to set the default home page in GPO?

I would like to set the default home page to all windows 7 and windows 10 via GPO, where can I download the Mozilla Firefox Policy Templates? and how to set the default home page in GPO?

Усі відповіді (2)

more options

I am not sure that may be done. Some addons may allow some sort of flaky use of GPO See also

Note you may be far better using Firefox ESR given all the impending changes likely to be coming through in ordinary Releases in the near future.

Someone else may be able to give you a more comprehensive reply but we mainly try to support ordinary end users rather than answering enterprise deployment questions here.

more options

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

A local-settings.js file needs to be placed in the "defaults/pref" folder where also the channel-prefs.js file is located to specify using mozilla.cfg.

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

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

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

See Configuration:

See also:


The "browser.startup.homepage" pref is a complex pref and requires a different approach to set a default value.

Змінено cor-el