Windows.reg: enable numlock on boot

It makes writing the pin-codes a lot more easy.
This commit is contained in:
Aminda Suomalainen 2015-09-20 07:20:08 +03:00
parent 0a390158a2
commit f1ad46eea5
2 changed files with 10 additions and 0 deletions

View File

@ -22,3 +22,6 @@ Windows Registry Editor Version 5.00
"Teredo_DefaultQualified"="Enabled" "Teredo_DefaultQualified"="Enabled"
"Teredo_State"="Enterprise Client" "Teredo_State"="Enterprise Client"
"Teredo_ServerName"="teredo.trex.fi" "Teredo_ServerName"="teredo.trex.fi"
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2147483650"

View File

@ -56,3 +56,10 @@ This file is supposed to explain [Windows.reg](Windows.reg).
* Enable Teredo * Enable Teredo
* Enable Teredo even when joined to domain. * Enable Teredo even when joined to domain.
* Use `teredo.trex.fi` as Teredo server as it's in Finland where I am. * Use `teredo.trex.fi` as Teredo server as it's in Finland where I am.
```
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2147483650"
```
* Enable numlock on boot.