Last active
May 24, 2024 14:39
-
-
Save nuvious/3f0c395d400a193dc92cdc755f9ccb9d to your computer and use it in GitHub Desktop.
Disable Widnows Copilot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; References: | |
; https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-windowsai#turnoffwindowscopilot | |
; | |
; Only works on non-Home editions of Windows 11 (Pro and up) | |
; Requires a restart | |
; If this becomes out of date please comment with any corrections to key/value path information and @-me so I can correct it. | |
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot] | |
"TurnOffWindowsCopilot"=dword:00000001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment