Memory Matrix

Disable updates in Thunderbird

Posted in Computing Notes on April 2nd, 2024 and tagged ,
Permalink https://memorymatrix.cloud/archives/1058.html

Revised on March 16th, 2025 at 1:33 AM

Open the Thunderbird program folder (e.g. C:\Program Files (x86)\Thunderbird)
create a new folder named distribution
Create a file named policies.json with the following content:

 

{
    "policies": {
    "DisableAppUpdate": true
    }
}

Thanks to sifferedd.