Skip to content

Instantly share code, notes, and snippets.

@pwlin
Last active May 17, 2017 13:05
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 pwlin/88ebfd0ad686d0ca78c3a0907d835a53 to your computer and use it in GitHub Desktop.
Save pwlin/88ebfd0ad686d0ca78c3a0907d835a53 to your computer and use it in GitHub Desktop.
virtualbox keyboard numlock problem
https://martinvanbeurden.nl/blog/virtualbox-numlock-weirdness/
VBoxManage setextradata "<machine-name>" GUI/HidLedsSync "0"
for /f "tokens=*" %G in ('dir /b /a:d ".\*"') do (VBoxManage setextradata "%G" GUI/HidLedsSync "0")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment