Skip to content

Instantly share code, notes, and snippets.

@Susko3
Last active May 28, 2023 18:17
Show Gist options
  • Save Susko3/a59aace42579222e351e57abfad0cef5 to your computer and use it in GitHub Desktop.
Save Susko3/a59aace42579222e351e57abfad0cef5 to your computer and use it in GitHub Desktop.
Disable mapping of XInput controllers to keyboard keys for UWP apps
Windows Registry Editor Version 5.00
; Disable mapping of XInput controllers to keyboard keys for UWP apps
; set Enabled to 00000001 to enable again
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Input]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Input\Settings]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Input\Settings\ControllerProcessor]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Input\Settings\ControllerProcessor\ControllerToVKMapping]
"Enabled"=dword:00000000
@Gavin-Gomel-Dunn
Copy link

Not working for me on windows 10, version 21H2, OS build 19044.2251

@Susko3
Copy link
Author

Susko3 commented Dec 9, 2022

@Gavin-Gomel-Dunn this only works in Windows 11 (specifically if the build number is >= 21286 as noted in the readme above)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment