Skip to content

Instantly share code, notes, and snippets.

@mrmt
Created October 21, 2012 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrmt/3925570 to your computer and use it in GitHub Desktop.
Save mrmt/3925570 to your computer and use it in GitHub Desktop.
Registry to force Windows 7 to use US keyboard
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\i8042prt\Parameters]
"LayerDriver JPN"="kbd101.dll"
"OverrideKeyboardIdentifier"="PCAT_101KEY"
"OverrideKeyboardType"=dword:00000007
"OverrideKeyboardSubtype"=dword:00000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment