Search 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

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

Change default homepage for all windows terminal user profiles

  • 1 baphendule
  • 8 zinale nkinga
  • 2 views
  • Igcine ukuphendulwa ngu cor-el

more options

would like to change homepage,bookmarks,proxy settings for all user profiles on windows server 2003/2008

would like to change homepage,bookmarks,proxy settings for all user profiles on windows server 2003/2008

All Replies (1)

more options

You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (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:

These functions can be used in the mozilla.cfg file:

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