Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm
Đã lưu trữ

Cannot turn off update nagging

Agent virtuel đã trả lời
leamhall

I update software on a regular schedule, and would prefer to not have Firefox (136.0) nag every few minutes that I'm not on the latest and greatest. 120.0.1 only nags a little. How can I turn the nagging totally off?

I added the following to `~/firefox/distribution/policies.json`, but it didn't help.

``` {

   "policies": {
       "DisableAppUpdate": true,

"DisableSystemAddonUpdate": true, "DisableTelemetry": true, "ManualAppUpdateOnly": true, "AppAutoUpdate": false,

   }   

} ```

I update software on a regular schedule, and would prefer to not have Firefox (136.0) nag every few minutes that I'm not on the latest and greatest. 120.0.1 only nags a little. How can I turn the nagging totally off? I added the following to `~/firefox/distribution/policies.json`, but it didn't help. ``` { "policies": { "DisableAppUpdate": true, "DisableSystemAddonUpdate": true, "DisableTelemetry": true, "ManualAppUpdateOnly": true, "AppAutoUpdate": false, } } ```

Tất cả các câu trả lời (5)

Adding policies.json file should help. Can you see active policies on the about:policies page?

TyDraniu said

Adding policies.json file should help. Can you see active policies on the about:policies page?

With "about:policies" I get: The Enterprise Policies service is inactive.

Addendum: A JSON lint showed a final comma in the config file, so I've removed that in /etc/firefox/policies/policies.json. We'll see how it works.

Are you sure your A/V software is blocking the updates?

Hello

For information purposes The Enterprise Policy Generator https://addons.mozilla.org/firefox/addon/enterprise-policy-generator helps to create the configuration file.

DisableAppUpdate, by way of illustration, for my part Linux https://connect.mozilla.org/t5/discussions/forced-restart/m-p/48813/highlight/true#M17511

Được chỉnh sửa bởi Agent virtuel vào