חיפוש בתמיכה

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.

מידע נוסף

Change default homepage for all windows terminal user profiles

  • 1 תגובה
  • 8 have this problem
  • 2 views
  • תגובה אחרונה מאת 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

כל התגובות (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