Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Hi! From version 68.xx it is not possible to disable the update check. In versions up to 60.xx, you could use .cfg .js files to disable updates.

  • 4 réponses
  • 1 a ce problème
  • 2 vues
  • Dernière réponse par frodo126

more options

Hi! From version 68.xx it is not possible to disable the update check. In versions up to 60.xx, you could use .cfg .js files to disable updates. It currently doesn't work I currently don't see this possibility. Has anyone solved the problem to turn off such updates? I will be very grateful for any information. Thunderbird installed with SCCM in the msi version

Hi! From version 68.xx it is not possible to disable the update check. In versions up to 60.xx, you could use .cfg .js files to disable updates. It currently doesn't work I currently don't see this possibility. Has anyone solved the problem to turn off such updates? I will be very grateful for any information. Thunderbird installed with SCCM in the msi version

Toutes les réponses (4)

more options

Thunderbird is tied to the Mozilla services and when this feature was removed there, it can't be provided any further in Thunderbird.

However, you can get around this by selecting it up in Policies.

Exit Thunderbird.

  • In search type: Run
  • Select the 'Run.app'
  • Type: regedit
  • click on OK

If asked to continue say yes.

Locate:

  • HKEY_LOCAL_MACHINE\Software\Policies\Mozilla
  • Right click on 'Mozilla' and select 'New' > 'Key'
  • Call it 'Thunderbird'

You will get the path HKEY_LOCAL_MACHINE\Software\Policies\Mozilla\Thunderbird.

  • Right click on 'Thunderbird' and select 'New' > 'DWORD (32bit) Value'
  • It will appear in the right pane - name it : DisableAppUpdate.
  • Double click on 'DisableAppUpdate' to open a small window so you can edit the DWORD value.

Note: Even if you are running 64-bit Windows you must still create a 32-bit DWORD value.

  • Set its value to 1.
  • Click on OK

Start Thunderbird Menu icon > Options > Options > Advanced > 'Update' tab It should now say 'Updates disabled by your system administrator'


See image below as guide.

more options

The same applies to 'Firefox'. Good info here - it's basically same info.

It's just you create the 'Firefox' and/or 'Thunderbird' under Mozilla as required. https://winaero.com/blog/disable-updates-firefox-63-above/

more options

A good place to learn about and ask questions about policies is subscribe to https://wiki.mozilla.org/Thunderbird/tb-enterprise

more options

Hi! Thank you! Your answer was very helpful. After applying the GPO, I can monitor updates throughout the organization.

Toad-Hall said

Thunderbird is tied to the Mozilla services and when this feature was removed there, it can't be provided any further in Thunderbird. However, you can get around this by selecting it up in Policies. Exit Thunderbird.
  • In search type: Run
  • Select the 'Run.app'
  • Type: regedit
  • click on OK
If asked to continue say yes. Locate:
  • HKEY_LOCAL_MACHINE\Software\Policies\Mozilla
  • Right click on 'Mozilla' and select 'New' > 'Key'
  • Call it 'Thunderbird'
You will get the path HKEY_LOCAL_MACHINE\Software\Policies\Mozilla\Thunderbird.
  • Right click on 'Thunderbird' and select 'New' > 'DWORD (32bit) Value'
  • It will appear in the right pane - name it : DisableAppUpdate.
  • Double click on 'DisableAppUpdate' to open a small window so you can edit the DWORD value.
Note: Even if you are running 64-bit Windows you must still create a 32-bit DWORD value.
  • Set its value to 1.
  • Click on OK
Start Thunderbird Menu icon > Options > Options > Advanced > 'Update' tab It should now say 'Updates disabled by your system administrator' See image below as guide.