# Microsoft Edge Mini Menu Configuration

In 2021, Microsoft Edge introduce a vertical Mini Menu menu that appears on text selection. Reasons to disable the Mini Menu:

* The Mini Menu includes actions that are non-compliant (e.g., "Ask Copilot", which transmits page data to Microsoft Copilot)
* In many cases, the Mini Menu location conflicts with the PixieBrix Action Menu

### Disable the Mini Menu for a Single Browser

1. Open `edge://settings/appearance`&#x20;
2. Under the "Context menus" section, toggle off "Show mini menu when selecting text"

<figure><img src="/files/Ah38LnTHq4ICqho1ATKl" alt=""><figcaption><p>Toggle off "Show mini menu when selecting text"</p></figcaption></figure>

### Disable the Mini Menu via Windows Registry

To disable the Mini Menu via the Windows Registry, configure the Edge value:

```
SOFTWARE\Policies\Microsoft\Edge
```

| Key                     |            | Value |
| ----------------------- | ---------- | ----- |
| QuickSearchShowMiniMenu | REG\_DWORD | 0     |

### Additional Resources

* [Microsoft Edge Reference >  Browser policy reference > QuickSearchShowMiniMenu](https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#quicksearchshowminimenu)


---

# 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.pixiebrix.com/enterprise-it-setup/browser-extension-installation-and-configuration/browser-extension-configuration-policy/microsoft-edge-mini-menu-configuration.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.
