Create an archive like DisableNumlock.reg
, and paste the code below:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Keyboard] "InitialKeyboardIndicators"="0" "KeyboardDelay"="1" "KeyboardSpeed"="31" [HKEY_USERS\.DEFAULT\Control Panel\Keyboard] "InitialKeyboardIndicators"="0" "KeyboardDelay"="1" "KeyboardSpeed"="31"
When you want do ENABLE the numlock, create another archive EnableNumlock.reg and paste the code below:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Keyboard] "InitialKeyboardIndicators"="2" "KeyboardDelay"="1" "KeyboardSpeed"="31" [HKEY_USERS\.DEFAULT\Control Panel\Keyboard] "InitialKeyboardIndicators"="2" "KeyboardDelay"="1" "KeyboardSpeed"="31"