搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 1 回覆
  • 13 有這個問題
  • 6 次檢視
  • 最近回覆由 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.