Forum Discussion
How to turn off or disable copilot in windows 11 permanently?
How to disable copilot Windows 11? You can try disabling it through the Taskbar settings and PowerShell commands. Here's a straightforward approach:
1. Disable the Copilot App via PowerShell:
Open PowerShell as an administrator. You can do this by searching for PowerShell, right-clicking it, and selecting "Run as administrator."
Enter the following command to disable the Copilot app:
Get-AppxPackage Microsoft.549981C3F5F10 | Remove-AppxPackage
This command removes the Copilot app from your system. If you ever want to re-enable it, you'll need to reinstall the app from the Microsoft Store.
2. Prevent Copilot from Popping Up:
To prevent it from opening automatically, you can also disable the relevant task in Task Scheduler:
Open Task Scheduler (search for it in the Start menu).
Look for tasks related to Copilot or Microsoft Edge (if it integrates there).
Right-click and choose Disable for those tasks.
Note: If you are searching for how to disable copilot Windows 11. These methods do not involve editing the Registry or Group Policy and are reversible by reinstalling the app or enabling the task again. This approach should help you enjoy a more distraction-free Windows 11 experience without extra features like Copilot getting in your way.