Change default homepage for all windows terminal user profiles
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
Összes válasz (1)
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