Skip to content

Instantly share code, notes, and snippets.

@denji
Created September 29, 2020 00:21
Show Gist options
  • Save denji/8e739bea28437ff8380c5afa6d194c15 to your computer and use it in GitHub Desktop.
Save denji/8e739bea28437ff8380c5afa6d194c15 to your computer and use it in GitHub Desktop.
Keyboard flags and indicators when start Windows 10

HKEY_USERS\.DEFAULT\Control Panel\Keyboard and edit the string value InitialKeyboardIndicators to one of the following values:

InitialKeyboardIndicators bitmask list:

  • 0 — turns off Scroll Lock, Num Lock, Caps Lock (default)
  • 1 — turn on Caps Lock
  • 2 — turn on Num Lock
  • 3 — turn on both Num Lock and Caps Lock
  • 4 — turn on Scroll Lock
  • 5 — turn on both Scroll Lock and Caps Lock
  • 6 — turn on both Scroll Lock and Num Lock
  • 7 — turn on all three
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment