How to Completely Disable ‘Inline Compose’ (Copilot Compose) via Group Policy in Microsoft Edge

Microsoft Edge includes an ‘Inline Compose’ (also known as ‘Compose with Copilot’) feature that embeds an AI-powered text generation assistant directly into web-based text fields, rich text editors, and form inputs across any website. When a user right-clicks or focuses within a text area, Edge surfaces a Copilot compose panel that can generate, rewrite, or expand text using large language model (LLM) inference hosted on Microsoft’s Azure cloud infrastructure. While designed to accelerate content creation, this AI-assisted inline composition introduces a catastrophic operational security (OPSEC), intellectual property (IP) leakage, and compliance liability in highly restricted enterprise, legal, financial, or government environments. Every invocation transmits the surrounding context of the text field – potentially including confidential contract terms, patient health information, or classified briefings – to external Azure LLM endpoints for processing, constituting an uncontrolled data exfiltration vector.

This guide explains how to completely disable the ‘Inline Compose’ (Copilot Compose) feature via Group Policy in Microsoft Edge, enforcing a strict block that prevents the AI text generation panel from appearing in any web-based text input.

Disable Inline Compose via Group Policy

To enforce a strict configuration that explicitly strips the browser of its ability to inject AI-powered text generation interfaces into web forms, overriding any user preference or Copilot subscription status, we must deploy an administrative template.

  1. Log into Windows with an Administrator account.
  2. Press the Windows Key + R to open the Run dialogue box.
  3. Type gpedit.msc and press Enter to launch the Local Group Policy Editor.
  4. In the left-hand navigation pane, strictly follow this exact path:
    Computer Configuration > Administrative Templates > Microsoft Edge
  5. In the right-hand pane, locate the policy named Enable Compose feature in Microsoft Edge (internally known as ComposeInlineEnabled).
  6. Double-click the policy to open its configuration window.
  7. Select the radio button next to Disabled. (By explicitly disabling this policy, we instruct the Edge Copilot service layer to completely suppress the inline compose panel, preventing any text field context from being transmitted to Azure LLM endpoints for AI processing).
  8. Click Apply, then click OK.

Verify the Configuration Lockdown

Group Policy changes modifying Edge AI features require the browser to update its local policy state.

Close all active instances of Microsoft Edge. To force the policy update immediately across the OS, open Command Prompt as Administrator and run gpupdate /force. To verify the restriction is actively enforced, launch Microsoft Edge and navigate to edge://policy. Search for ComposeInlineEnabled and confirm its value is set to false. Furthermore, navigate to any website with a text input field (such as an email compose window or a search box), right-click within the field, and inspect the context menu. The “Compose with Copilot” option will be completely absent. The browser’s AI text generation pipeline is now strictly severed from all web form interactions.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.