Just for fun, testing and learning blocking FF updates trought EIS

Page 3 of 3 FirstFirst 123

  1. SPB
    Posts : 78
    Windows 10 Home 22H2 x64
       #21

    Hi @camelia, BackgroundAppUpdate"=dword:00000000 means not enabled because its value is zero (i.e. false).
    My above registry changes may include some privacy (hardening) settings that are maybe too strict for your taste, well just go ahead and check it out.
    You can always remove what you don't like and be careful when doing surgery in the registry.
      My Computer


  2. Posts : 295
    Windows 10 Pro
       #22

    It's an integer value. 0 for OFF and 1 for ON.

    Boolean would be YES or NO, TRUE or FALSE and a sting is a data value. Like some text for something.

    And JSON is a human readable code. JSON stands for JavaScript Object Notation. You can read a JSON file in any text editor. I use Notepad++.
      My Computer


  3. Posts : 318
    Windows 10 x64 bits
    Thread Starter
       #23

    Firefox continue checking for updates every 7 hours or first start computer windows!

    How do I know? Because SBIE Plus v1.12.5 is not empty every 7 hours or when first start computer.

    I would like to add to my registry something like:
    "FF Don't Check Background Updates every 7 hours OR When first start"
    Code:
    Windows Registry Editor Version 5.00
    
    ; Disable/Enable Firefox Updates (from v63 and upwards): 1 = Disabled / 0 = Enabled
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox]
    "FF Don't Check Background Updates every 7 hours OR When first start"=dword:00000001
    My actual Disable FF Reg File looks like
    Code:
    Windows Registry Editor Version 5.00
    
    ; Disable/Enable Firefox Updates (from v63 and upwards): 1 = Disabled / 0 = Enabled
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox]
    "DisableAppUpdate"=dword:00000001
    ;--------------------------------------------------
    Maybe a Key from this Reg File can do the job, but I do not have any idea which one could be, and I don't need all the Keys enabled or disabled of the following REG file at this moment until I fully understand them.
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox]
    "DisableAppUpdate"=dword:00000001
    "BackgroundAppUpdate"=dword:00000000
    "DisableFirefoxAccounts"=dword:00000001
    "DisableFirefoxStudies"=dword:00000001
    "DisableMasterPasswordCreation"=dword:00000001
    "DisablePocket"=dword:00000001
    "DisableSetDesktopBackground"=dword:00000001
    "DisableTelemetry"=dword:00000001
    "AppAutoUpdate"=dword:00000000
    "SSLVersionMin"="tls1.2"
    "NoDefaultBookmarks"=dword:00000001
    "OfferToSaveLogins"=dword:00000000
    "PasswordManagerEnabled"=dword:00000000
    "PromptForDownloadLocation"=dword:00000001
    "SearchSuggestEnabled"=dword:00000000
    "SearchBar"="separate"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\Permissions]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\Permissions\Camera]
    "BlockNewRequests"=dword:00000001
    "Locked"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\Permissions\Location]
    "BlockNewRequests"=dword:00000001
    "Locked"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\Permissions\Microphone]
    "BlockNewRequests"=dword:00000001
    "Locked"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\Permissions\Notifications]
    "BlockNewRequests"=dword:00000001
    "Locked"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\Preferences]
    "browser.urlbar.suggest.bookmark"=dword:00000000
    "browser.urlbar.suggest.history"=dword:00000000
    "browser.urlbar.suggest.openpage"=dword:00000000
    "browser.urlbar.suggest.engines"=dword:00000000
    "browser.urlbar.suggest.searches"=dword:00000000
    "browser.urlbar.suggest.topsites"=dword:00000000
    "browser.taskbar.lists.enabled"=dword:00000000
    "browser.taskbar.lists.frequent.enabled"=dword:00000000
    "browser.taskbar.lists.tasks.enabled"=dword:00000000
    "keyword.enabled"=dword:00000000
    "browser.fixup.alternate.enabled"=dword:00000000
    "browser.urlbar.speculativeConnect.enabled"=dword:00000000
    "network.IDN_show_punycode"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox\UserMessaging]
    "ExtensionRecommendations"=dword:00000000
    "FeatureRecommendations"=dword:00000000
    "UrlbarInterventions"=dword:00000000
    "WhatsNew"=dword:00000000
    Thanks
    Camelia

    Just for fun, testing and learning blocking FF updates trought EIS-sbiefull.jpg
    Just for fun, testing and learning blocking FF updates trought EIS-02-ffupdates.jpg
      My Computers


  4. SPB
    Posts : 78
    Windows 10 Home 22H2 x64
       #24

    Hi, does your Firefox at least recognize the administrative rules / policies?
    It should show them if you enter about:policies in the URL bar.

    The following registry entry should be good enough to stop it from looking for updates.
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Firefox]
    "DisableAppUpdate"=dword:00000001
    "BackgroundAppUpdate"=dword:00000000
    "DisableTelemetry"=dword:00000001
    Did you check for (maybe orphaned) Mozilla Firefox update tasks in Windows task scheduler?
    I have only Mozilla\Firefox Default Browser Agent and I disabled it.

    If Firefox in combination with Sandboxie does not follow the registry imposed rules, then maybe try policies.json.
    Just for fun, testing and learning blocking FF updates trought EIS Attached Files
      My Computer


  5. Posts : 6,853
    22H2 64 Bit Pro
       #25

    Maybe you didn't uninstall Mozilla Maintenance Service?

    Enable background updates on Firefox for Windows when Firefox is not running | Firefox Help

    If it's installed it might be the reason.

    What is the Mozilla Maintenance Service? | Mozilla Support

    Also I can't see any files in your screenshot but maybe there are other reasons for what you are seeing:

    [Tip] Disable Telemetry and Data Collection in Mozilla Firefox Web Browser – AskVG

    EDIT: In addition do you see this screen if you manually run a check for updates?

    Just for fun, testing and learning blocking FF updates trought EIS-about.jpg
    Last edited by Callender; 03 Jan 2024 at 06:50.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:04.
Find Us




Windows 10 Forums