Erstellen Sie ein Archiv wie DisableNumlock.reg
und fügen Sie den folgenden Code ein:
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"
Wenn Sie die Numlock-Funktion aktivieren möchten, erstellen Sie ein anderes Archiv, EnableNumlock.reg, und fügen Sie den folgenden Code ein:
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"