To help keep our customers more secure and up-to-date, Microsoft will distribute Microsoft Edge (Chromium-based) through Automatic Updates for Windows 10 RS4 and newer. This Blocker Toolkit is for organizations that would like to block automatic delivery of Microsoft Edge (Chromium-based) to machines in environments where Automatic Updates is enabled. The Blocker Toolkit will not expire.
This toolkit contains the following components:
Windows 10 RS4 and newer
The script creates a registry key and sets the associated value to block or unblock (depending on the command-line option used) automatic delivery of Microsoft Edge (Chromium-based) on either the local machine or a remote target machine.
Registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate
Key value name: DoNotUpdateToEdgeWithChromium
Value |
Result |
Key is not defined |
Distribution is not blocked. |
0 |
Distribution is not blocked. |
1 |
Distribution is blocked. |
The script has the following command-line syntax:
EdgeChromium_Blocker.cmd [<machine name>] [/B] [/U] [/H]
The <machine name> parameter is optional. If not specified, the action is performed on the local machine. Otherwise, the remote machine is accessed through the remote registry capabilities of the REG command. If the remote registry can't be accessed due to security permissions or the remote machine can't be found, an error message is returned from the REG command.
Switches used by the script are mutually exclusive and only the first valid switch from a given command is acted on. The script can be run multiple times on the same machine.
Switch |
Description |
/B |
Blocks distribution |
/U |
Unblocks distribution |
/H (or /?) |
Displays the following summary help: This tool can be used to remotely block or unblock the delivery of Microsoft Edge (Chromium-based) through Automatic Updates. ------------------------------------------------------------ Usage: EdgeChromium_Blocker.cmd [<machine name>] [/B][/U][/H] B = Block Microsoft Edge (Chromium-based) deployment U = Allow Microsoft Edge (Chromium-based) deployment H = Help Examples: EdgeChromium_Blocker.cmd mymachine /B (blocks delivery on machine "mymachine") EdgeChromium_Blocker.cmd /U (unblocks delivery on the local machine) ------------------------------------------------------------ |
The Group Policy Administrative Template (.ADMX + .ADML files) allows administrators 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.
Users running Windows 10
RS4 and newer, will see the policy under
This setting is available only as a computer setting; there is no per-user setting.
Note: This registry setting is not stored in a policies key and is considered a preference. Therefore, if the Group Policy Object that implements the setting is ever removed or the policy is set to Not Configured, the setting will remain. To unblock distribution of Microsoft Edge (Chromium-based) by using Group Policy, set the policy to Disabled.