mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
56 lines
4.6 KiB
Markdown
56 lines
4.6 KiB
Markdown
---
|
|
author: eavena
|
|
ms.author: eravena
|
|
ms.date: 10/02/2018
|
|
ms.reviewer:
|
|
manager: dansimp
|
|
ms.prod: edge
|
|
ms.topic: include
|
|
---
|
|
|
|
<!-- ## Allow sideloading of Extensions -->
|
|
>*Supported versions: Microsoft Edge on Windows 10, version 1809*<br>
|
|
>*Default setting: Enabled (Allowed)*
|
|
|
|
[!INCLUDE [allow-sideloading-of-extensions-shortdesc](../shortdesc/allow-sideloading-of-extensions-shortdesc.md)]
|
|
|
|
### Supported values
|
|
|
|
| Group Policy | MDM | Registry | Description | Most restricted |
|
|
|----------------------------|:---:|:--------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------:|
|
|
| Disabled or not configured | 0 | 0 | Prevented. Disabling does not prevent sideloading of extensions using Add-AppxPackage via PowerShell. To prevent this, you must enable the **Allows development of Windows Store apps and installing them from an integrated development environment (IDE)** group policy, which you can find:<p>**Computer Configuration\\Administrative Templates\\Windows Components\\App Package Deployment\\**<p>For the MDM setting, set the **ApplicationManagement/AllowDeveloperUnlock** policy to 1 (enabled). |  |
|
|
| Enabled<br>**(default)** | 1 | 1 | Allowed. | |
|
|
|
|
---
|
|
|
|
### ADMX info and settings
|
|
|
|
#### ADMX info
|
|
- **GP English name:** Allow sideloading of Extensions
|
|
- **GP name:** AllowSideloadingOfExtensions
|
|
- **GP path:** Windows Components/Microsoft Edge
|
|
- **GP ADMX file name:** MicrosoftEdge.admx
|
|
|
|
#### MDM settings
|
|
- **MDM name:** Browser/[AllowSideloadingExtensions](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-browser#browser-allowsideloadingofextensions)
|
|
- **Supported devices:** Desktop
|
|
- **URI full path:** ./Vendor/MSFT/Policy/Config/Browser/AllowSideloadingExtensions
|
|
- **Data type:** Integer
|
|
|
|
#### Registry settings
|
|
- **Path:** HKLM\Software\Policies\Microsoft\MicrosoftEdge\Extensions
|
|
- **Value name:** AllowSideloadingOfExtensions
|
|
- **Value type:** REG_DWORD
|
|
|
|
### Related policies
|
|
|
|
- [Allows development of Windows Store apps and installing them from an integrated development environment (IDE)](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-applicationmanagement#applicationmanagement-allowdeveloperunlock): When you enable this policy and the **Allow all trusted apps to install** policy, you allow users to develop Windows Store apps and install them directly from an IDE.
|
|
|
|
- [Allow all trusted apps to install](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-applicationmanagement#applicationmanagement-allowalltrustedapps): When you enable this policy, you can manage the installation of trusted line-of-business (LOB) or developer-signed Windows Store apps.
|
|
|
|
### Related topics
|
|
|
|
[Enable your device for development](https://docs.microsoft.com/windows/uwp/get-started/enable-your-device-for-development): Access development features, along with other developer-focused settings to make it possible for you to develop, test, and debug apps. Learn how to configure your environment for development, the difference between Developer Mode and sideloading, and the security risks of Developer mode.
|
|
|
|
<hr>
|