
Wanna turn on or turn off numlock after logon,Then continue reading this small tweak
In order to turn on the numlock after logon,open up notepad and copy paste the following
Windows Registry Editor Version 5.00 [HKEY_USERS\.DEFAULT\Control Panel\Keyboard] "InitialKeyboardIndicators"="2" |
Save the file as “numlockon.reg”.You can choose any name but the name must be enclosed in double quotes and .reg extension should be present.
Now double click the reg file just created and press Yes.
Similary to turn off numlock,open up notepad and copy paste the following
Windows Registry Editor Version 5.00 [HKEY_USERS\.DEFAULT\Control Panel\Keyboard] "InitialKeyboardIndicators"="0" |
Save the file as “numlockoff.reg”.You can choose any name but the name must be enclosed in double quotes and .reg extension should be present.
Now double click the reg file just created and press Yes.
That’s it…
A Restart is required for the changes to takes place

0 comments ↓
Leave a Comment