User-friendly transformation of Windows XP login method

  
Windows 2000/XP/2003 After booting, you generally need to press "Ctrl+Alt+Del" to log in. If you want to use the keypad when entering the numeric password, you must click "Numlock" every time. "Open the keypad, it's very troublesome." Open the "NUMLock" setting can not solve in BiOS may be employed to solve the steps of:

1. Open Notepad enter the following (note where space):

Set WshShell = CreateObject ("WScript.Shell")

WshShell.SendKeys "{NUMLOCK}"

Save the file to the desktop location, the file name is "numlock.vbs". Go to the desktop and find the nUMLock.vbs file you just created. Select and copy the file.

2. Open the "Run" input "gpedit.msc" and open the "Group Policy" panel. In the "Local Computer Policy → Computer Configuration → Windows Settings → Script (Start /Close)" double-click "Start" in the right window to open the "Startup Properties" window.

3. Click "Add → Browse" to open the browse window. Right click in the blank space in the file display window and paste the nUMLock.vbs file you just copied (see Figure 1).
Figure 1
4. Select the file you just pasted, select "Open" and then press "OK", and finally press "Apply → OK" to close the "Group Policy" window. After restarting the computer, the keypad opens automatically.

In the same way, you can add the following at the end of the VB
S file:

WshShell.SendKeys "{SCROLLLOCK}"

WshShell.SendKeys "{ CAPSLOCK}”

Thus, the “Scroll Lock” and “Caps Lock” buttons can also be “self-started”.

Copyright © Windows knowledge All Rights Reserved