# Group Policies

> If your organization uses Group Policies for browser extension management then follow the instructions from this page to ensure that the extension for Edge is installed correctly.

If your organization uses Group Policies for browser extension management then follow the instructions from this page to ensure that the extension for Edge is installed correctly.

The list of active policies on your machine can be viewed in Edge by navigating to `edge://policy`.

![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/standalone-docs-image-402066-c1ca9288.webp)

You can find out more information about Edge policy management [on this page](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies).

## Group Policies that affect the UiPath Extension for Edge

### ExtensionInstallForcelist

The [ExtensionInstallForcelist](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#extensioninstallforcelist) policy controls which extensions are force-installed in the browser.

This policy must contain the ID of the extension for Edge.

* For machines that are joined to a Windows Active Directory follow the installation steps for the Group Policy [Offline](https://docs.uipath.com/studio/standalone/2023.10/user-guide/extension-for-edge-chromium) installation method. For this installation method the [ExtensionInstallForcelist](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#extensioninstallforcelist) policy must contain the value:

`ndmegdjihnhfmljjoaiimbipfhodnbgf;file:///C:/ProgramData/UiPath/UiPath.Common/EdgeExtension_SelfHosted/extension_manifest_edge.xml`
* For machines that are not joined to a Windows Active Directory follow the installation steps for the Group Policy [Online](https://docs.uipath.com/studio/standalone/2023.10/user-guide/extension-for-edge-chromium) installation method. For this installation method the [ExtensionInstallForcelist](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#extensioninstallforcelist) policy must contain the value:

`aolkfhjgbinoablafekggeglohbacjih;https://edge.microsoft.com/extensionwebstorebase/v1/crx`

### DeveloperToolsAvailability

If the UiPath Extension for Edge is installed using [Group Policy](https://docs.uipath.com/studio/standalone/2023.10/user-guide/extension-for-edge-chromium#install-from-group-policy) then the [DeveloperToolsAvailability](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#developertoolsavailability) policy must be set to the value `1` (Allow usage of the Developer Tools) to enable the full extension functionality.

See more details about this setting in the [troubleshooting](https://docs.uipath.com/studio/standalone/2023.10/user-guide/microsoft-edge-extension-troubleshooting#troubleshooting) page.

### NativeMessagingBlocklist

The [NativeMessagingBlocklist](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#nativemessagingblocklist) policy prevents the UiPath NativeHost (`ChromeNativeMessaging.exe`) from working.

If the `NativeMessagingBlockList` policy is defined with the value of `*`, it means all native messaging hosts are denied, unless they are explicitly allowed through the `NativeMessagingAllowList` policy.

### NativeMessagingAllowlist

The [NativeMessagingAllowlist](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#nativemessagingallowlist) policy specifies which native messaging hosts are not subject to the deny list.

A deny list with the value of `*` means all native messaging hosts are denied. You can allow the UiPath NativeHost by adding the value `com.uipath.chromenativemsg_v2` to the `NativeMessagingAllowlist` policy.

### ExtensionInstallBlocklist

The [ExtensionInstallBlocklist](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#extensioninstallblocklist) policy prevents extensions from being installed on the machine.

To fix this, you can either:

* Install the UiPath Extension using [Group Policy](https://docs.uipath.com/studio/standalone/2023.10/user-guide/extension-for-edge-chromium#install-from-group-policy).
* Or allow the UiPath Extension to be installed from the Edge Web Store by adding the value `aolkfhjgbinoablafekggeglohbacjih` to the [ExtensionInstallAllowlist](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#extensioninstallallowlist) policy.

### NativeMessagingUserLevelHosts

If the [NativeMessagingUserLevelHosts](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#nativemessaginguserlevelhosts) policy is set to `false`, it prevents the UiPath extension from working correctly in the case it was installed without administrator privileges.

To fix this, you can either:

* Install the UiPath Extension using [Group Policy](https://docs.uipath.com/studio/standalone/2023.10/user-guide/extension-for-edge-chromium#install-from-group-policy).
* Set the **NativeMessagingUserLevelHosts** policy to `true`.

### BlockExternalExtensions

If the [BlockExternalExtensions](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#blockexternalextensions) policy is set to `true`, it prevents the UiPath extension from being installed in any other way except for by policy.

To fix this you can either:

* Install the UiPath Extension using [Group Policy](https://docs.uipath.com/studio/standalone/2023.10/user-guide/extension-for-edge-chromium#install-from-group-policy).
* Set the **BlockExternalExtensions** policy to `false`.

### ExtensionAllowedTypes

If the [ExtensionAllowedTypes](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#extensionallowedtypes) policy is set, it prevents the UiPath Extension from being installed. To fix this, you must add the value `extension` to the **ExtensionAllowedTypes** policy.

### ExtensionSettings

If the [ExtensionSettings](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#extensionsettings) policy is set to block all extensions it will prevent the UiPath Extension from being installed.

To fix this you can either:

* Install the UiPath Extension using [Group Policy](https://docs.uipath.com/studio/standalone/2023.10/user-guide/extension-for-edge-chromium#install-from-group-policy).
* Or allow the UiPath Extension to be installed from the Edge Web Store by adding the value `aolkfhjgbinoablafekggeglohbacjih` to the [ExtensionInstallAllowlist](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#extensioninstallallowlist) policy.
