Skip to content

Instantly share code, notes, and snippets.

@shanenin
Last active August 29, 2015 14:27
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 shanenin/75819916dfee712b94f4 to your computer and use it in GitHub Desktop.
Save shanenin/75819916dfee712b94f4 to your computer and use it in GitHub Desktop.
#disable that damn caps lock key
#this just creates a harmless reg entry to accomplish this
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\Keyboard Layout' -Name "scancode map" -value ([byte[]](0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x3a,0x00,0x00,0x00,0x00,0x00))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment