runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

禁用firefox自动更新,149及以上版本

 

方法:

Windows 系统(注册表方式)
关闭 Firefox
按 Win + R,输入 regedit 打开注册表编辑器
导航到:HKEY_LOCAL_MACHINE\Software\Policies
新建项(Key)Mozilla,在其下再新建项 Firefox
在 Firefox 项下,新建 DWORD (32位) 值,命名为 DisableAppUpdate
将其值设为 1
重启 Firefox

 

image

 

 

下边是写好的 .reg 文件 。

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox]
"DisableAppUpdate"=dword:00000001

 

image

 

posted on 2026-06-26 09:52  runliuv  阅读(12)  评论(0)    收藏  举报