# Deploy the Edge Extension on Windows

## How to Deploy:

To ensure a seamless deployment of Avanoo's Edge extension, follow the guidelines as advised by Google.&#x20;

The process involves utilizing the `ExtensionInstallForcelist` `ExtensionSettings` policies, which automatically downloads and installs the specified extension for Google Chrome users in your organization and pin it to the browser.

Guidelines:&#x20;

<https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-browser-policies/extensioninstallforcelist#registry-settings>

{% hint style="warning" %}
Be careful, if you already have some extension installed, please be aware that this will replace your configuration. Please insert the key after your current installation, or use Google Workspace deployment.
{% endhint %}

### Deploy: <a href="#deploy" id="deploy"></a>

To install the Avanoo Edge extension on devices running Windows:

Add the following key to the Windows registry (it should be under HKEY\_LOCAL\_MACHINE\Software\Policies\Microsoft\Edge\ExtensionInstallForcelist):

* **Name**: `1 (or any number if you already have a policy)`
* **Data**: `(the data communicated in the platform)`

<figure><img src="/files/E2r2L7LRAtlEiHoYy02v" alt=""><figcaption></figcaption></figure>

Add the following key to the Windows registry (it should be under HKEY\_LOCAL\_MACHINE\Software\Policies\Microsoft\Edge\ExtensionSettings):

* **Name**: edge\_extension\_id
* **Data**: `{"toolbar_state":"force_shown"}`

<figure><img src="/files/7SlBtCJBF6yAczNablW0" alt=""><figcaption></figcaption></figure>

### Verification <a href="#inspect" id="inspect"></a>

You can inspect and debug the policy on "edge://policy":

<figure><img src="/files/FLUchlIaTGMVNKpvzEyi" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avanoo.ai/public-knowledge-base/browsers-extensions/identified-browser-extension/deploy-the-edge-extension-on-windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
