# 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="https://2274778196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq123bF1HPQPV35s5vHa1%2Fuploads%2FosepRj4Yp976UQScONiH%2Fimage.png?alt=media&#x26;token=5a2c886b-31af-4c8e-97ee-3669501ae5e2" 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)
