Skip to content

Instantly share code, notes, and snippets.

@pwlin
Last active November 1, 2024 07:50
Show Gist options
  • 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