【问题标题】:How to edit locked properties in firefox about:config如何在 Firefox 中编辑锁定的属性 about:config
【发布时间】:2013-02-12 07:35:15
【问题描述】:

我想阻止 firefox 手动更新

 1. Tried to make the app.update.url as empty string, but it doesn't work. 
 2. Tried installing in some other folder rather than C:/ProgramFiles so that
    Automatically Install Updates option is not greyed out in Options>Advanced, but no success.
 3. Tried looking at prefs.js but the options which are locked in about:config don't 
    even appear in that file.

厌倦了一次又一次地卸载和重新安装firefox。有谁知道如何在 about:config 中编辑 app.update.autoapp.update.enable 等锁定属性??

【问题讨论】:

  • 您可以右键单击这些属性选择“切换”(如果它们是布尔值)。这将改变它们的值(从假到真,反之亦然),你是否尝试过将 app.update.service.enabled 的值更改为“假”?
  • 由于这些属性被锁定,切换选项显示为灰色。而且我没有办法解锁它们

标签: firefox firefox-10


【解决方案1】:

我在尝试切换已锁定的 App.update.enabled 时遇到了同样的问题。 有两个地方需要搜索。 1.火狐Profile_folder

  1. Firefox 安装文件夹,例如 %PROGRAMFILES%\Mozilla Firefox

对我来说,我在一个 .cfg 文件中找到了下面的字符串,修改后,锁定标志消失了。

"app.update.auto": {
  "value": false,
  "locked": true
},

我认为它也适用于您的问题。

参考: http://www.updatefreezer.org/index.php?id=22 http://kb.mozillazine.org/Locking_preferences https://www.jamf.com/jamf-nation/discussions/13484/deploying-firefox-with-updates-disabled

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-01-20
    • 2012-04-21
    • 2014-07-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多