How to Use the Microsoft Edge Chromium Blocker Toolkit

Written by

in

The Microsoft Edge Chromium Blocker Toolkit is a utility released by Microsoft to prevent the old, original version of Microsoft Edge (EdgeHTML) from being automatically replaced by the new Chromium-based version of Edge through Windows Update. ⚙️ Purpose and Context

Why it was created: When Microsoft rebuilt Edge using Google’s open-source Chromium engine in late 2019, they planned a forced rollout via Windows Update to replace the legacy EdgeHTML browser.

Target Audience: The toolkit was designed for organizations and IT administrators who needed to block this automatic delivery to prevent compatibility issues with internal, legacy web applications.

No Expiration: Microsoft stated that the blocker toolkit settings will not expire.

Manual Install Allowed: The toolkit only blocks automatic installation via Windows Update; it does not stop users from downloading and installing Chromium Edge manually. 🛠️ How the Toolkit Works

When downloaded from Microsoft Tech Community, the executable extracts three main components to automate the blocking process:

A Executable Script (EdgeChromium_Blocker.cmd): A command-line script that can be run locally or remotely. Running EdgeChromium_Blocker.cmd /B blocks the update. Running EdgeChromium_Blocker.cmd /U unblocks the update.

A Registry Modification: The script modifies the Windows Registry by adding a specific key: Path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate Key Value: DoNotUpdateToEdgeWithChromium

Value Data: 1 (Blocks the update) or 0 (Unblocks the update)

Group Policy Administrative Templates (.ADMX and .ADML): These allow network administrators to deploy the block across all managed computers simultaneously via centralized Group Policy Objects (GPOs). ⚠️ Current Relevance & Legacy Status

While the toolkit is a part of Windows history, it has very little practical use today: Microsoft Edge Update Policy Documentation

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *