Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows » How to block automatic delivery of Microsoft Edge Chromium-based
  • screenshot 2020 03 31 at 22.22.43
    How to create, edit and delete a scheduled task via the Command Prompt Windows Server
  • Featured image Two Factor Authentication
    Change Two-Factor Authentication in Microsoft 365/Office 365 Network | Monitoring
  • Leave Slack
    How to remove a user from a Slack Channel JIRA|Confluence|Apps
  • ssh
    How to disable RC4 Cipher Algorithms support in SSH Server Linux
  • ztre23fsas
    Grant or Deny Microphone Access on Mac Mac
  • 1723152 3cc3 2 750x405 1
    Cluster creation in Proxmox VE Virtualization
  • Feature image LSA
    How to configure additional LSA Protection Security | Vulnerability Scans and Assessment
  • 2022 1
    Install Windows Server 2022 on VirtualBox Network | Monitoring

How to block automatic delivery of Microsoft Edge Chromium-based

Posted on 24/01/202022/09/2023 Christian By Christian No Comments on How to block automatic delivery of Microsoft Edge Chromium-based
block automatic delivery

Organizations that would like to block the automatic delivery of the new Microsoft Edge to devices on Home and Pro Editions with Windows update enabled can do so either via Group policies or by downloading and deploying the Blocker Toolkit.  

Note that Internet Explorer is not impacted by the automatic rollout.

There are two options (methods) to have this done, which are
– Group Policy Administrative Template (.ADMX and .ADML files) and
– Via the “Blocker Script”

You can download the Blocker Toolkit executable file from http://bit.ly/30PxyWN

Download the tool and double click it to extract the files executable.

Microsoft Edge Chromium-based

Accept the license by clicking on Yes.

prevent automatic installation

Below is the result of the extracted file.

Note: This blocker Toolkit will not prevent manually installation of Microsoft Edge (Chromium-based) from Internet download, or from external media. This toolkit contains the following components:
– Executable blocker script (.CMD)
– Group Policy Administrative Template (.ADMX and .ADML).

Blocker script
– The script when launched will create a registry key and sets the necessary value to block or unblock the automatic delivery of Microsoft Edge (Chromium-based) on either the local machine or a remote target machine.

Registry key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftEdgeUpdate

where 
- 0 means the distribution is not blocked and
- 1 means the distribution is blocked
- Key is not defined means the distribution isn't configured.

Below is the syntax on how the command is run

Group Policy Administrative Template (.ADMX and .ADML files):
– This allows you to import the new Group Policy settings to block or unblock automatic delivery of Microsoft Edge (Chromium-based) into their Group Policy environment, and use Group Policy to centrally execute the action across systems in their environment.

Take a look at the structure of the EdgeChromium_Blocker.admx file

<?xml version="1.0" encoding="utf-8"?>
<policyDefinitions revision="1.0" schemaVersion="1.0">
  <policyNamespaces>
   <target prefix="EdgeChromium" namespace="Microsoft.Policies.EdgeUpdate" />
   <using prefix="windows" namespace="Microsoft.Policies.Windows" />
   <using prefix="wuau" namespace="Microsoft.Policies.WindowsUpdate" />
  </policyNamespaces>
  <supersededAdm fileName="EdgeChromium_Blocker.adm" />
  <resources minRequiredRevision="1.0" />
  <categories>
    <category name="EdgeChromiumBlockers" displayName="$(string.EdgeChromiumBlockers)">
      <parentCategory ref="wuau:WindowsUpdateCat" />
    </category>
  </categories>
  <policies>
    <policy name="NoUpdate" class="Machine" displayName="$(string.NoUpdate)" explainText="$(string.NoUpdate_Explain)" presentation="$(presentation.NoUpdate)" key="SOFTWAREMicrosoftEdgeUpdate" valueName="DoNotUpdateToEdgeWithChromium">
      <parentCategory ref="EdgeChromiumBlockers" />
      <supportedOn ref="windows:SUPPORTED_Windows_10_0_RS4" />
      <enabledValue>
        <decimal value="1" />
      </enabledValue>
      <disabledValue>
        <decimal value="0" />
      </disabledValue>
    </policy>
  </policies>
</policyDefinitions> 
Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Edge, Edge Browser, microsoft, Microsoft Edge

Post navigation

Previous Post: How to use Hyper-V checkpoint to restore a VM to its previous state
Next Post: Enable Automatic Logon on Windows

Related Posts

  • How to Enable High Dynamic Range on Windows 11
    How to Enable High Dynamic Range on Windows 11 Windows
  • Convert PEM to PPK 1
    Convert a PEM Key to a PPK Key on a Linux and Windows AWS/Azure/OpenShift
  • WindowsCoreSecurity
    How to enable Smart App Control on Windows 11 Security | Vulnerability Scans and Assessment
  • Create Multiboot OS ISO files on a single bootable USB Disk
    Create Multiboot OS ISO files on a single bootable USB Disk Windows
  • Task Scheduler Greyed Out
    How to fix Task Scheduler Service Greyed Out in Service MMC Windows
  • How to Fix Application Error (0xc0000135) in Windows
    Fix the application was unable to start correctly (0xc0000135) error Windows

More Related Articles

How to Enable High Dynamic Range on Windows 11 How to Enable High Dynamic Range on Windows 11 Windows
Convert PEM to PPK 1 Convert a PEM Key to a PPK Key on a Linux and Windows AWS/Azure/OpenShift
WindowsCoreSecurity How to enable Smart App Control on Windows 11 Security | Vulnerability Scans and Assessment
Create Multiboot OS ISO files on a single bootable USB Disk Create Multiboot OS ISO files on a single bootable USB Disk Windows
Task Scheduler Greyed Out How to fix Task Scheduler Service Greyed Out in Service MMC Windows
How to Fix Application Error (0xc0000135) in Windows Fix the application was unable to start correctly (0xc0000135) error Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • screenshot 2020 03 31 at 22.22.43
    How to create, edit and delete a scheduled task via the Command Prompt Windows Server
  • Featured image Two Factor Authentication
    Change Two-Factor Authentication in Microsoft 365/Office 365 Network | Monitoring
  • Leave Slack
    How to remove a user from a Slack Channel JIRA|Confluence|Apps
  • ssh
    How to disable RC4 Cipher Algorithms support in SSH Server Linux
  • ztre23fsas
    Grant or Deny Microphone Access on Mac Mac
  • 1723152 3cc3 2 750x405 1
    Cluster creation in Proxmox VE Virtualization
  • Feature image LSA
    How to configure additional LSA Protection Security | Vulnerability Scans and Assessment
  • 2022 1
    Install Windows Server 2022 on VirtualBox Network | Monitoring

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.