mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
uppercase NLS key to cure booting problems
svn path=/trunk/; revision=6377
This commit is contained in:
parent
f9d7f36bfe
commit
eaf5358cf8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ HKLM,"SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName","ComputerName"
|
|||
; NLS Codepage settings
|
||||
|
||||
;; Currently selected language for input
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\Nls\Locale","(Default)",0x00000000,"00000409"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\NLS\Locale","(Default)",0x00000000,"00000409"
|
||||
|
||||
;; Keyboard Layouts
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\KeyboardLayouts\00000409","Layout File",0x00000000,"kbdus.dll"
|
||||
|
|
Loading…
Reference in a new issue