Posted: 11 May 2024. At: 7:19 AM. This was 2 months ago. Post ID: 19587
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.

A simple way to disable Windows CoPilot in Windows 11.

There is an easy way to disable Windows Copilot in Windows 11. The Group Policy Editor may be used to disable it, but if you are using Windows 11 Home, this is not available.

Use an Administrator command prompt and run this command to disable the Copilot feature on Windows.

Microsoft Windows [Version 10.0.22621.3447]
(c) Microsoft Corporation. All rights reserved.
 
C:\Windows\System32>reg add HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f
The operation completed successfully.

This will disable Copilot easily.

To re-enable this feature, run this command.

reg delete HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /f

This is a very easy trick to enhance Windows. If you are using Google Gemini instead, you do not need Copilot.

This is the new Registry entry that was just created.

C:\Windows\System32>reg query HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot
 
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot
    TurnOffWindowsCopilot    REG_DWORD    0x1

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.