Start a Conversation

해결되지 않음

이 게시글은 5년 이상 된 게시글입니다.

N

1095

March 11th, 2009 17:00

XP와 Vista에서 Caps Lock Key 무효화하기

 
 
아래 기사를 먼저 참고합니다.

There are no default keys to disable the Caps Lock function in Windows. However, if you need to do so for whatsoever reason, e.g. to avoid keying in cap-locked password, to play tricks on your friends, etc., you can make some changes to your Registry and get your Caps Lock key disabled.

To disable Caps Lock in your Windows XP or Vista, you can follow the steps below: -

a. Open your Notepad and copy the following lines into it:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Keyboard Layout]
“Scancode Map”=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00

b. Save it as “nocapslock.reg“. Make sure the file’s format is “.reg” but not “.txt”, e.g. nocapslock.reg.txt.

c. Double click the “nocapslock.reg” file. You will be prompted with a message to confirm whether you want to add this file to the Registry. Click “Yes”.

d. Reboot your computer and you will find the Caps Lock key no longer in function.

In the event you want to restore the Caps Lock key:

a. Open your Registry. Go to HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Keyboard Layout

b. Delete the entire “Scancode Map” file or delete Scancode Map value. Alternately, open your Notepad can copy these lines into it. Execute the file like what you did earlier.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Keyboard Layout]
“Scancode Map”=-

c. Reboot your computer and you will find your Caps Lock is enabled again.  



메시지가 03-19-2009 09:05 AM에 nompang에 의해 편집되었습니다.

메시지가 03-19-2009 10:43 AM에 nompang에 의해 편집되었습니다.
No Responses!
이벤트를 찾을 수 없습니다!

Top