Microsoft Edge supports a massive ecosystem of browser extensions and add-ons. These small programs can dramatically enhance your web experience by blocking ads, managing passwords, or translating pages. However, in a corporate, educational, or highly secure environment, extensions represent a massive security vulnerability. Malicious or poorly coded extensions can intercept web traffic, steal session cookies, inject unwanted advertisements into pages, or serve as a vector for malware delivery. If you are managing a fleet of Windows devices and need to ensure absolute browser integrity, you must block users from installing extensions entirely.
This guide explains how to completely disable the installation and execution of all extensions in Microsoft Edge using the Windows Registry, locking the browser down to its core functionality.
Disable All Extensions via Registry Editor
To enforce a strict “no extensions” policy, we will use the ExtensionInstallBlocklist registry key. By configuring this key with a wildcard character, we instruct Edge to block absolutely every extension ID from loading or installing. This method requires Administrator privileges.
- Ensure all Microsoft Edge windows are completely closed.
- Press the Windows Key + R to open the Run dialogue box.
- Type
regeditand press Enter to open the Registry Editor. Click Yes if prompted by User Account Control. - Navigate down the left-hand directory tree to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft - Check if a folder (Key) named
Edgeexists. If not, right-click theMicrosoftfolder, select New > Key, and name it exactlyEdge. - Right-click on the
Edgekey itself, select New > Key, and name this new sub-key exactly:ExtensionInstallBlocklist. - Select the new
ExtensionInstallBlocklistkey. In the empty space on the right, right-click and choose New > String Value. - Name this new string value exactly
1. - Double-click the
1string value to edit it. In the “Value data” field, type a single asterisk:* - Click OK and close the Registry Editor.
Verify the Extension Blocklist
When you next launch Microsoft Edge, the policy will immediately take effect. If you had any previously installed extensions, they will be forcefully disabled, and their icons will disappear from the toolbar.
To test the restriction, navigate to the Edge Add-ons store or the Google Chrome Web Store. Attempt to install any extension. The “Get” or “Add to Chrome” button will either be greyed out, or clicking it will result in an immediate error message stating: “Your admin has blocked ExtensionName.” Furthermore, if a user navigates to edge://extensions, they will see a banner indicating that their browser is managed by an organisation, and they will be entirely unable to toggle any disabled extensions back on.