https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0c222cfe961018657fd75cb2c0eac9c707c4f82c

commit 0c222cfe961018657fd75cb2c0eac9c707c4f82c
Author:     Serge Gautherie <[email protected]>
AuthorDate: Wed Jul 22 19:02:26 2020 +0200
Commit:     GitHub <[email protected]>
CommitDate: Wed Jul 22 20:02:26 2020 +0300

    [BOOTDATA] Enable 'REG_EXPAND_SZ' for 'kbswitch.exe' (#3004)
    
    CORE-12973
---
 boot/bootdata/hivedef.inf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/boot/bootdata/hivedef.inf b/boot/bootdata/hivedef.inf
index 56416fd4537..a333d0b670d 100644
--- a/boot/bootdata/hivedef.inf
+++ b/boot/bootdata/hivedef.inf
@@ -1917,8 +1917,7 @@ 
HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony",,0x00000012
 HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall",,0x00000012
 
 ; Keyboard layout switcher
-;HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","kbswitch.exe",0x00020002,"%SystemRoot%\system32\kbswitch.exe"
-HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","kbswitch.exe",2,"kbswitch.exe"
+HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","kbswitch.exe",0x00020002,"%SystemRoot%\system32\kbswitch.exe"
 
 HKCU,"SOFTWARE\Microsoft\Windows NT",,0x00000012
 HKCU,"SOFTWARE\Microsoft\Windows NT\CurrentVersion",,0x00000012

Reply via email to