5
edits
Changes
→Thunderbird Configuration
=Thunderbird Configuration=
== Disable Auto Update via regedit ==
Starting from version 68.x Thunderbird use the Mozilla update service and removed the "never check" update function.
[https://bugzilla.mozilla.org/show_bug.cgi?id=1582427]
solution:
<source lang="reg">
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Thunderbird]
"DisableAppUpdate"=dword:00000001
</source>
<source lang="xml">
<install cmd='regedit /s %SOFTWARE%\thunderbird_disupdate.reg' />
<upgrade include="install"/>
</source>
== Types Of Prefs ==