Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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 отговора
  • 1 има този проблем
  • 1 изглед
  • Последен отговор от 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

Всички отговори (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.