Locking the NumLoc key

Eallman63

Estimable
Jan 15, 2015
1
0
4,510
My new ASUS laptop has the NumLock key right next to the Delete key. I keep hitting it by accident. Is there any way to "lock" the key so it is not turned off by a simple key depression?
 
Solution
If you want to disable it you could edit the registry (assuming you're running windows)... go to start, and in the search box type regedit and then click on regedit.exe when it appears. On the left side, expand the following categories:

HKEY_CURRENT_USER --- Control Panel --- then click Keyboard

On the right you will see an entry called "InitialKeyboardIndicators". If you double click on it you can change the value to one of the numbers listed below:

0 = Num lock is turned off upon logging on
1 = Num lock is disabled
2 = Numlock is turned on upon logging on

If you change the number value to 1 num lock should be completely disabled. If you don't want to completely disable it you could use a program like SharpKeys...

JeckeL

Distinguished
Jul 19, 2009
223
1
18,910
If you want to disable it you could edit the registry (assuming you're running windows)... go to start, and in the search box type regedit and then click on regedit.exe when it appears. On the left side, expand the following categories:

HKEY_CURRENT_USER --- Control Panel --- then click Keyboard

On the right you will see an entry called "InitialKeyboardIndicators". If you double click on it you can change the value to one of the numbers listed below:

0 = Num lock is turned off upon logging on
1 = Num lock is disabled
2 = Numlock is turned on upon logging on

If you change the number value to 1 num lock should be completely disabled. If you don't want to completely disable it you could use a program like SharpKeys (https://sharpkeys.codeplex.com/) to re-map the num lock key to something farther away from its current location so that you won't press it accidentally
 
Solution