mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
Windows.reg: enable numlock on boot
It makes writing the pin-codes a lot more easy.
This commit is contained in:
parent
0a390158a2
commit
f1ad46eea5
@ -22,3 +22,6 @@ Windows Registry Editor Version 5.00
|
||||
"Teredo_DefaultQualified"="Enabled"
|
||||
"Teredo_State"="Enterprise Client"
|
||||
"Teredo_ServerName"="teredo.trex.fi"
|
||||
|
||||
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
|
||||
"InitialKeyboardIndicators"="2147483650"
|
@ -56,3 +56,10 @@ This file is supposed to explain [Windows.reg](Windows.reg).
|
||||
* Enable Teredo
|
||||
* Enable Teredo even when joined to domain.
|
||||
* 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.
|
Loading…
Reference in New Issue
Block a user