Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

Is it possible to diable the automatic update feature and prevent it being re-enabled from the preferences dialog by editing a config file?

  • 1 wótegrono
  • 1 ma toś ten problem
  • 8 naglědow
  • Slědne wótegrono wót cor-el

dalšne nastajenja

Id like to do a custom version of FF for our machines (Linux based) which prevents the auto update mechanism working and prevents the user re-enabling it. Any updates would be done by the Linux .deb package management system.

Is there a way to do with by editing the config files of the default binary version or do I need to build my own from source?

Id like to do a custom version of FF for our machines (Linux based) which prevents the auto update mechanism working and prevents the user re-enabling it. Any updates would be done by the Linux .deb package management system. Is there a way to do with by editing the config files of the default binary version or do I need to build my own from source?

Wšykne wótegrona (1)

dalšne nastajenja

You can lock the related pref(s).

lockPref("app.update.auto", false);
lockPref("app.update.enabled", false);

See: