Last active
November 1, 2024 07:50
-
-
Save pwlin/88ebfd0ad686d0ca78c3a0907d835a53 to your computer and use it in GitHub Desktop.
virtualbox keyboard numlock problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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