Control the state of Numlock during startup

Control the state of Numlock during startup

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… :D A Restart is required for the changes to takes place :)


Similar Regtweaks

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment