This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

تلاش سپورٹ

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.

مزید سیکھیں

I want to disable the automatic updates for Firefox 5 on Windows 7 for all users.

  • 1 جواب دیں
  • 13 میں یہ مسئلہ ہے
  • 8 دیکھیں
  • آخری جواب بذریعہ dt23875

more options

I am looking for instructions on how I can disable the automatic updates on FireFox 5 for all users on Windows 7 because we use a pool of testing VMs, that multiple people log-on to and it creates a new user profile for each person. We need consistency on the version of Firefox and the way our testers are testing.

I am looking for instructions on how I can disable the automatic updates on FireFox 5 for all users on Windows 7 because we use a pool of testing VMs, that multiple people log-on to and it creates a new user profile for each person. We need consistency on the version of Firefox and the way our testers are testing.

dt23875 کی جانب سے میں ترمیمکی گئ

تمام جوابات (1)

more options

Modified the following file "c:\Program Files (x86)\Mozilla Firefox\defaults\pref\channel-prefs.js" to contain the following.

pref("app.update.enabled", false); pref("extensions.update.enabled", false);

Those boxes are de-selected on the parent now.