π« Disable Copilot
β¨οΈ 1. Command Prompt¶
Follow these steps:
1. Press Windows + S to open the search bar.
2. Type cmd, then right-click Command Prompt and select Run as administrator.
π§ 2. Add the Registry Key to Disable Windows Copilot¶
Run the following command in Command Prompt to disable Windows Copilot by adding a registry key to your system:
reg add HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f
To ensure the changes take effect, itβs a good idea to restart your computer.
β Outcome¶
Once your system has restarted, you can verify that Windows Copilot is disabled by attempting to launch it (usually via the Windows + C shortcut). If itβs disabled successfully, Copilot should not open, and youβll see no response from that key combination.
Alternatively, you can open Settings β Privacy & Security β Windows Copilot to check if the feature is disabled.