Starting from Version 68, Firefox ESR does not let you disable automatic updates in the UI anymore.
So if you don't want to be automatically updated to the latest version, there is an easy way to achieve this:- Disable your internet connection and install Firefox while making sure you untick the maintenance service checkbox
- Make sure Firefox is not started
- Create a folder "distribution" in the folder where Firefox is installed (usually C:\Program Files\Mozilla Firefox)
- Put a file named "policies.json" in this folder, with the following content:
{
"policies": {
"DisableAppUpdate": true
}
}
That's it! Now when you open Firefox, you should see that it says that automatic updates have been disabled by the system administrator in the settings.
If it still doesn't, then you may have an antivirus or something like that, that added a registry entry which would make Firefox ignore the json file.
In this case, go to the Windows registry, look for "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox" and make a new DWORD there called "DisableAppUpdate" and give it the value 1.
Once you made sure the configuration change has been activated in the Firefox settings, you can reconnect to the internet again.