maandag 27 mei 2024

Enable NumLock at windows startup using registry

 Instead of having to go into your bios to Activate NumLock at startup you can also change the following key in Registry:

HKEY_USERS\Default\Control Panel\Keyboard\InitialKeyboardIndicators

Change value from 2147483648 to  2147483650

 As Admin:
reg add "HKEY_USERS\.DEFAULT\Control Panel\Keyboard" /v "InitialKeyboardIndicators" /d 2147483650 /f /t REG_SZ

Geen opmerkingen:

Een reactie posten