Force CAPS LOCK

G

Guest

Hello -

We are looking for a way to force the CAPS LOCK on when the person using the
PC logs into Windows. I found the article on the web about changing the
registry Keyboard value however I have tried this on my machine and it does
not work. The value does not stay in the registry - it goes back to a 2
which automatically turns on the NUM LOCK. Is there any OTHER way to do
this?

Thank you.
Rachel
 
K

Keith Miller

Copy the following two lines into notepad and save as caplocks.vbs. Then put the script file in the startup folder or use group policy to set it as a login script.

Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.SendKeys "{CAPSLOCK}"

Keith
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

NUM Lock Quandry 4
CAPS LOCK Alert 10
Caps Lock & Num Lock 3
F Lock 3
I want caps lock on all the time 5
Num Lock 2
Caps lock and Num Lock 4
Enabling caps lock on login to Win2k TS 1

Top