Solve the problem that the number lights of the Windows 11 NumLock keyboard are not on

The motherboard BIOS settings have enabled the keyboard number lock, but the keyboard number light is not on after entering the Windows 11 system

Click  Run , enter: regedit to open the registry, open
HKEY_USERS \ .DEFAULT \ Control Panel\Keyboard
in turn , find the InitialKeyboardIndicators string, change the value: 2147483648 to 2

Value meaning:

numerical data meaning
2147483648 Defaults
0 lock all off
1 Turn on Caps Lock alone
2 Turn on Num Lock alone
3 Turn on caps and number lock
4 Turn on scroll lock ScrollLock separately
5 Turn on caps and scroll lock
6 Turn on number and scroll lock
7 turn on lock all

Guess you like

Origin blog.csdn.net/edsoki/article/details/127141053