> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/enterprise-it-setup/browser-extension-installation-and-configuration/browser-extension-configuration-policy/microsoft-edge-mini-menu-configuration.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
