|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
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 "Rachel L Chipman" <RachelLChipman@discussions.microsoft.com> wrote in message news:AFF0C762-9BA6-444F-8C7D-E982C3AC14E7@microsoft.com... > 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 |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows XP - Force Feedback 2 - Adjustments and Test Forces CAN WORK! | phuzzy_davis@yahoo.com | Windows XP Games | 2 | 01-05-2006 07:53 AM |
| Turning off Caps Lock | Paul | Windows XP Customize | 0 | 01-05-2006 06:39 AM |
| Turning off Caps Lock | Paul | Windows XP Customize | 7 | 01-05-2006 06:34 AM |
| lock down available networks | Tony | Windows XP Network Web | 2 | 01-05-2006 04:12 AM |
| Re: Number lock setting on boot-up | Baptist Secretary | Windows XP New Users | 1 | 01-05-2006 03:59 AM |