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

Wannan tattunawa ta zama daɗaɗɗiya. Yi sabuwar tambaya idan ka na bukatar taimako.

How to block non-admins from updating firefox 13.x on Terminal Servers.

  • 2 amsoshi
  • 2 sa na da wannan matsala
  • 1 view
  • Amsa ta ƙarshe daga Dave_Couch

more options

Hello all! Is there any way to lock down the updating notifications and ability to update Firefox 13.x on a terminal server? I have several users that even though I tell them not to hit the update button they still do causing the update process to hang and cause Firefox to be unusable on a terminal server until I take it out of load balance, uninstall Firefox and then reinstall it.

Is there an .INI file or something like that I can modify to block these updates?

Thanks in advance Dave

Hello all! Is there any way to lock down the updating notifications and ability to update Firefox 13.x on a terminal server? I have several users that even though I tell them not to hit the update button they still do causing the update process to hang and cause Firefox to be unusable on a terminal server until I take it out of load balance, uninstall Firefox and then reinstall it. Is there an .INI file or something like that I can modify to block these updates? Thanks in advance Dave

Mafitar da aka zaɓa

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 defaultspref 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:

You can use these functions in mozilla.cfg:

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

See also:

Karanta wannan amsa a matsayinta 👍 0

All Replies (2)

more options

Zaɓi Mafita

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 defaultspref 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:

You can use these functions in mozilla.cfg:

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

See also:

more options

col-el thank you so much for this informaiton, I will give it a try later on when the users clear off of the servers.

Best Regards Dave Couch