mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[BOOTDATA] Use HKCU instead of HKU\.DEFAULT to simplify the livecd.inf file
`HKU\.DEFAULT` is equivalent to `HKCU` for the LiveCD hives.
This commit is contained in:
@@ -8,12 +8,12 @@ HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
|
||||
[AddReg]
|
||||
|
||||
; Default locale for the keyboard layout
|
||||
HKU,".DEFAULT\Keyboard Layout\Preload","1",0x00000000,"00000409"
|
||||
HKCU,"Keyboard Layout\Preload","1",0x00000000,"00000409"
|
||||
|
||||
; Toggle keys (Alt+Shift etc.)
|
||||
HKU,".DEFAULT\Keyboard Layout\Toggle","Hotkey",0x00000000,"1"
|
||||
HKU,".DEFAULT\Keyboard Layout\Toggle","Language Hotkey",0x00000000,"1"
|
||||
HKU,".DEFAULT\Keyboard Layout\Toggle","Layout Hotkey",0x00000000,"2"
|
||||
HKCU,"Keyboard Layout\Toggle","Hotkey",0x00000000,"1"
|
||||
HKCU,"Keyboard Layout\Toggle","Language Hotkey",0x00000000,"1"
|
||||
HKCU,"Keyboard Layout\Toggle","Layout Hotkey",0x00000000,"2"
|
||||
|
||||
; Cdrom class driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Cdrom","Start",0x00010001,0x00000000
|
||||
|
||||
Reference in New Issue
Block a user