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: 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- 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- 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- 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- 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- 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, and click on the corresponding result to open Local Group Policy Editor. Then, navigate to the following path- 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.