Disable updates in Thunderbird

April 2nd, 2024 – 11:13 pm
Categorized as Computing Notes
Tagged as ,

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.