We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

How can I set the default home page for all new users in Firefox 4

  • 2 Antworten
  • 23 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von mechuckles

more options

I'm trying to deploy FF 4.0rc1 in a corporate environment but I can't find a way to set the default home page or any other settings for that matter.

Is there a way to set the default home page for all new users and lock it so that the users can't change home page?

Best regards Jonas

I'm trying to deploy FF 4.0rc1 in a corporate environment but I can't find a way to set the default home page or any other settings for that matter. Is there a way to set the default home page for all new users and lock it so that the users can't change home page? Best regards Jonas

Alle Antworten (2)

more options

In Firefox 4 the template folder for new profiles (C:\Program Files\Mozilla Firefox\defaults\profile\ ) doesn't exist. You can create that \defaults\profile\ folder and place a file user.js in it with the prefs that you want to initialize.

See:


You can also use a mozilla.cfg file to set the default value for prefs.
See: http://kb.mozillazine.org/Locking_preferences

defaultPref();  // set new default value
pref(); // set pref, but allow changes
lockPref();  // lock pref, disallow changes
more options

Drag the website icon from the address bar on the left and drop it on the home button on the right.