Hi,
That really clears things up for a lot of stuff. Now, if you are:
On Windows 11 Pro 24H2 or newer
The TurnOffWindowsCopilot Group Policy is applied (also present in the Registry)
You don't find Copilot.Exe or the SystemApps\MicrosoftWindows.Client.* folder expected. But still, typing "copilot" in the Start menu launches something Copilot-ish...
Then most likely:
Web-based Copilot Integration is launched (not local app)
In newer builds, particularly in 24H2/26100+ onward, the integration with Copilot is essentially being made a web experience within Edge (Bing Chat or Copilot for Microsoft 365). The "Copilot" entry in the Start menu is just a shortcut linking to a web instance through Edge sidebar or ms-edge:// URI.
Thus, there is no local Copilot.Exe, but the system catches "Copilot" and routes it to Edge, usually through:
Edge Sidebar (Copilot integration)
Webview2
Start menu deep link (ms-copilot:, ms-edge-copilot:)
Here's How to Actually Block This Type of Copilot
- Disable Microsoft Edge Sidebar Copilot
Even with the local app gone, Edge has now included a Copilot in the sidebar.
Disable from the Group Policy:
GPO path:
Computer Configuration > Administrative Templates > Microsoft Edge > Sidebar
Configure the following settings:
Show or hide side panel: Enabled then set to Disabled
Allow Microsoft Edge Sidebar: Disabled
Allow Copilot in Microsoft Edge: Disabled
Configure Copilot in Microsoft Edge: Disabled
Registry equivalents (for reference):
reg
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
"EdgeSidebarEnabled"=dword:00000000
"ShowHubsSidebar"=dword:00000000
"AllowCopilot"=dword:00000000
"ConfigureCopilot"=dword:00000000
- Block ms-copilot: or ms-edge-copilot: URI Handlers (Advanced)
These are system URI handlers that launch Copilot. You can remove or disable their registry entries.
Search for:
Computer\HKEY_CLASSES_ROOT\ms-copilot
Computer\HKEY_CLASSES_ROOT\ms-edge-copilot
Delete or restrict those keys via GPO/script to prevent routing those calls to Edge.
- Block Copilot via Firewall or Host Redirection (for web versions)
In case STIG required complete shutdown:
Block network access to:
bash
copilot.microsoft.com
bing.com/search?q=Copilot
or to add it into C:\Windows\System32\drivers\etc\hosts:
hosts
127.0.0.1 copilot.microsoft.com
127.0.0.1 www.bing.com
Could you please try out these steps and let me know if it works out? And, in case that any other error arises, I would love to have more information it.
Best regards,
Tin