Disable Updates in Firefox 63 and above
#1
Starting in Firefox 63, it is not possible to disable updates of the browser. Developers have removed the appropriate option from the browser's settings. Here is a solution you can apply.

1. Close Firefox.
2. Open the Registry Editor (WinKey+R then type regedit and press Enter)
3. Go to the following Registry key:
   HKEY_LOCAL_MACHINE\Software\Policies
4. Create a new subkey here named Mozilla. You will get the path
   HKEY_LOCAL_MACHINE\Software\Policies\Mozilla
5. Under the Mozilla key, create a new subkey Firefox. You will get the path
   HKEY_LOCAL_MACHINE\Software\Policies\Mozilla\Firefox
6. On the right, create a new 32-Bit DWORD value DisableAppUpdate Set its value to 1

Alternative Solution

You can create a "policies.json" file and store that file into the "C:\Program Files\Mozilla Firefox\distribution" folder. Create a "distribution" folder in "\Program Files\Mozilla Firefox\" folder and place that "policies.json" file into that folder with the following contents:
Code:
{
"policies":
  {
    "DisableAppUpdate": true
    }
}

For Tor Browser, placed "policies.json" in "C:\Users\your_user_name\Desktop\Tor Browser\Browser\distribution"

source: https://winaero.com/disable-updates-firefox-63-above/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to disable automatic updates in Firefox and Tor Browser Resurgence 0 8,646 Feb 06, 2023, 17:28 pm
Last Post: Resurgence
  Firefox 86 enhances user privacy with Total Cookie Protection - How to enable Resurgence 0 26,064 Mar 01, 2021, 18:12 pm
Last Post: Resurgence
  How To Disable Windows 10 Updates Mr.Masami 10 62,467 Jul 10, 2019, 07:20 am
Last Post: January
  Disable Windows Defender in Windows 10 Pro 19H1 theSEMAR 0 26,749 May 25, 2019, 19:00 pm
Last Post: theSEMAR
  Turn off automatic updates in Windows 10 theSEMAR 11 61,744 Nov 09, 2015, 14:35 pm
Last Post: theSEMAR



Users browsing this thread: 1 Guest(s)