Skip to content

Instantly share code, notes, and snippets.

@nuvious
Last active May 24, 2024 14:39
Show Gist options
  • Save nuvious/3f0c395d400a193dc92cdc755f9ccb9d to your computer and use it in GitHub Desktop.
Save nuvious/3f0c395d400a193dc92cdc755f9ccb9d to your computer and use it in GitHub Desktop.
Disable Widnows Copilot
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