How to prevent users from installing extensions in Edge
You can prevent others from installing extensions in Microsoft Edge using the Registry Editor and the Local Group Policy Editor. Although extensions are supposed to enhance your user experience, at times, they might make things worse. You can therefore block others from installing external or official extensions in the Edge browser.
Before getting started with the steps, you should know that there are two sections of this tutorial. First, you can block the installation of extensions overall; and second, you can prevent others from installing only external extensions that are not available in the official Edge repository or Chrome Web Store.
You will have to first download and add Group Policy Templates for Microsoft Edge. Otherwise, the Group Policy method won’t work.
Prevent users from installing extensions in Edge using GPEDIT
To prevent users from installing extensions in Edge using Group Policy Editor:
- Press Win+R to open the Run prompt.
- Type gpedit.msc and hit the Enter button.
- Go to Extensions in Computer Configuration.
- Double-click on Control which extensions cannot be installed setting.
- Select the Enabled option.
- Click the Show button.
- Enter * in the Value box.
- Click the OK button.
To get started, press Win+R, type gpedit.msc
, and press the Enter button to open the Local Group Policy Editor on your computer. Following that, navigate to this path-
Computer Configuration > Administrative Templates > Classic Administrative Templates > Microsoft Edge > Extensions
Double-click on Control which extensions cannot be installed setting, and choose the Enabled option. Then, click the Show button and enter * as the Value.
Click the OK button twice to save the change. After doing the last step, you won’t be able to install any extension in Edge.
The same thing can be done via Registry Editor. Before changing a value in the registry file, it is recommended to backup all Registry files.
Block users from installing extensions in Edge using Registry
To block users from installing extensions in Edge using Registry, follow these steps-
- Press Win+R to open the Run prompt.
- Type regedit and hit the Enter button.
- Click the Yes button.
- Navigate to Microsoft in HKEY_LOCAL_MACHINE.
- Right-click on Microsoft > New > Key.
- Name it as Edge.
- Right-click on Edge > New > Key.
- Name it as ExtensionInstallBlocklist.
- Right-click on ExtensionInstallBlocklist > New > String Value.
- Name it as 1.
- Double-click on 1 and set the value data as *.
- Click the OK button.
Let’s check out these steps in detail.
At first, press Win+R, type regedit
, and hit the Enter button. You can find the User Account Control pop-up window on your screen. If so, click the Yes button to open Registry Editor. Following that, navigate to this path-
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoft
Right-click on Microsoft > New > Key, and name it as Edge. Then, right-click on Edge > New > Key and name it as ExtensionInstallBlocklist.
Following that, right-click on ExtensionInstallBlocklist, choose the New > String Value option and name it as 1.
Now, double-click on 1 to set the Value data as *.
Click the OK button to save changes.
If you follow these aforementioned steps, you can prevent users from install extensions from the official repository and Chrome Web Store. However, there is another method to install extensions in the Edge browser – importing the .crx file. These are called external extensions. If you want to block that, the following steps would be helpful.
Prevent users from installing External extensions in Edge using REGEDIT
To prevent users from installing External extensions in Edge, follow these steps-
- Search for regedit in the Taskbar search box.
- Click on the individual result.
- Click the Yes button.
- Navigate to Microsoft in HKEY_LOCAL_MACHINE.
- Right-click on Microsoft > New > Key.
- Name it as Edge.
- Right-click on Edge > New > DWORD (32-bit) Value.
- Name it as BlockExternalExtensions.
- Double-click on it to set the Value data as 1.
- Click the OK button.
Let’s delve into these steps in detail.
At first, search for regedit
in the Taskbar search box and click on the Yes button followed by clicking on the respective result. After opening the Registry Editor, navigate to this path-
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoft
Right-click on Microsoft > New > Key, and call it Edge. Following that, right-click on Edge > New > DWORD (32-bit) Value, and name it as BlockExternalExtensions.
Then, double-click on BlockExternalExtensions and set the Value data as 1.
Click the OK button to save all changes.
Prevent users from installing external extensions in Edge using Group Policy
To prevent users from installing external extensions in Edge using Group Policy, follow these steps-
- Search for gpedit.msc in the Taskbar search box.
- Click on the result.
- Navigate to Extensions in Computer Configuration.
- Double-click on Blocks external extensions from being installed setting.
- Select the Enabled option.
- Click the OK button.
Search for gpedit.msc
in the Taskbar search box, and click on the corresponding result to open Local Group Policy Editor. Then, navigate to the following path-
Computer Configuration > Administrative Templates > Classic Administrative Templates > Microsoft Edge > Extensions
Double-click on the Blocks external extensions from being installed setting, and choose the Enabled option.
Click the OK button to save changes.
Hope these guides help.