Computer Technology & New Google: How to turn your Num lock Forever?

Saturday, May 14, 2016

How to turn your Num lock Forever?

How to turn your Num lock Forever?



You can set your Num.  lock to stay on by default when you logon your system. There are two different techniques to set Num. lock stay on default.



1.  If you can use Registry Editor correctly then Click on start button and type regedt32.exe in Run     command. Here Navigate to HKEY_USERS\.Default\Control panel\Keyboard and change the       value for InitialkeyboardIndicators from 0 to 2.
2. You can do same by configuring the script to change the NUM LOCK state. Click start button and then open Notepad. Copy the giving code and paste in Notepad.
Set Wshshell=CreateObject("WScript.Shell")
WshShell.SendKeys"{NUMLOCK}"
Now save this file with name "num.vbs" must including the quotes. At the end copy this file to user     startup folder. The path for this folder is Documents and settings\AllUsers\startMenu\Programs\Startup.

 Now restart the computer.Num lock should come on and stay on.

No comments:

Post a Comment