Windows Copilot is integrated into Windows 10 to assist with productivity and system tasks. Depending on your edition, you can enable, disable, or uninstall it using Group Policy, Registry Editor, or the Apps settings. Here’s a clean breakdown.
Method 1: Group Policy Editor (Pro, Enterprise, Education)
This disables Copilot system-wide.
Steps
- Press Windows Key + R, type gpedit.msc, and press Enter.
- Navigate to: User Configuration > Administrative Templates > Windows Components > Windows Copilot.
- Double-click Turn off Windows Copilot.
- Choose:
- Enabled to disable Copilot.
- Disabled or Not Configured to enable it.
- Click Apply and OK.
- Restart your PC to apply changes.
Method 2: Registry Editor (All Editions)
Use this if Group Policy Editor isn’t available.
Steps
- Open Command Prompt as Administrator.
- Run one of the following commands:
Disable Copilot:
Reg add "HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot" /v "TurnOffWindowsCopilot" /t REG_DWORD /d "1" /f
Enable Copilot:
Reg add "HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot" /v "TurnOffWindowsCopilot" /t REG_DWORD /d "0" /f
Restart your PC to apply changes.
Uninstall Copilot (Windows 10 July 2024 Update or Later)
If Copilot is installed as a standalone app:
- Go to Settings > Apps > Apps & features.
- Find Copilot, click Uninstall.
- Confirm removal.
Managing Windows Copilot in Windows 10 gives you flexibility over its availability. Use Group Policy or Registry Editor for enabling/disabling, and uninstall if you prefer not to keep it installed. These steps ensure control and customization depending on your workflow.
