当前位置:网站首页>Solution to the problem that the keypad light does not light up when starting up

Solution to the problem that the keypad light does not light up when starting up

2022-07-01 15:55:00 Uaena_ An

Solution to the problem that the keypad light does not light up when starting up

Many people enter the login interface when they boot up and enter their password , Use the numeric keypad , But many times it will appear numlock The light is not bright , That is, the keypad light is not on , You have to press it every time , Is it troublesome ? Now let's tell you the comprehensive solution . 
①: 
Start ---- function ---- Input regedit---- enter ---- find HKEY_USERS→ .DEFAULT→Control Panel→Keyboard On the right InitialKeyboardIndicators Change the numerical data to 2     OK, Close the registry , Restart the computer . 
②: 
You can't change the registry , Just start up BIOS Set in the , Press after power on Del Key or F2,F8,F12 Get into BIOS, Different models , Please enter in your own way . find Advanced BIOS Features Open and find Boot UP Numlock status Set to ON that will do  
③: 
The above two methods can basically solve , I haven't tried the following methods , stay config.sys Add the command to start the keypad light when starting up , Start ---- function ---- Input sysedit ---- Just opened the “ System configuration editor ” window ,. single click “Config.sys” The title bar , Switch it to the current editing window , Then type “NumLock=ON” Again Save your changes and close “ System configuration editor ” window . 
④: 
Create a new text document , Write the following code  
set WshShell=CreateObject("WScript.shell") 
WshShell.SendKeys"{NUMLOCK}" 
After saving the file , Any name ( Don't repeat it ), Modify the extension bit “vbs”, double-click , Restart the computer . 
⑤: 
Delete registry entries  
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ 
Explorer\MyComputer\NameSpace\{3D6BE802-FC0D-4595-A304-E611F97089DC 
The following is transferred from the Internet , For reference only .. 
============================================================== 
Method 1 . Don't do anything after entering the desktop , Press light Num Lock The lamp , Shut down the system , Try restarting again. In addition, if the system has a password , When logging in to enter user name and password , Don't type , Press light first Num Lock The lamp , Then click close the system , Then restart .( It is strongly recommended that this method be tried first ). 
Method 2 . Open registry editor , find HKEY_USERS.DEFAULTControlPanelKeyboard, Put it under InitialKeyboardIndicators The key value of is changed to “2”, Exit Registry Editor , Restart the computer , You will find that the light on the numeric keypad is no longer off . 
Method 3 . Just be right config.sys This can be achieved by minor surgery . The setting method is as follows : 
1. single click “ Start ” Menu “ function ” command , And then in “ open ” Box “sysedit”, Press enter , open “ System configuration editor ” window . 
2. single click “Config.sys” The title bar , Switch it to the current editing window , Then type “NumLock=ON” This line of command . 
3. Save your changes and close “ System configuration editor ” window . 
Method four , First, in the BIOS Zhongba NumLock Item is set to Enable, And then in BIOS Lieutenant general PnPWithOS Item is also set to Enable that will do . However, when logging off the user NumLock The keypad lock is closed , Open it manually

原网站

版权声明
本文为[Uaena_ An]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/182/202207011542171808.html