CAPS LOCK

  • Thread starter Thread starter Kevin G
  • Start date Start date
K

Kevin G

Is there a way to send a reg file to keep CAPS LOCK on durning bootup? If
so, what would the reg file contain? Thank you

Kevin
 
Is there a way to send a reg file to keep CAPS LOCK on durning bootup?
If so, what would the reg file contain? Thank you

Kevin

Yes,

HKEY CURRENT USER\Control Panel\Keyboard

You want to set InitialKeyboardIndicators to 1.

Here is a list of all options:

0 - all indicators off
1 - Caps Lock on
2 - Num Lock on
3 - Caps Lock and Num Lock on
4 - Scroll Lock on
5 - Caps Lock and Scroll Lock on
6 - Num Lock and Scroll Lock on
7 - Caps Lock, Num Lock, and Scroll Lock on

You could use a startup script to change it for all users.


HTH

JHayes
 
Back
Top