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

commit abf9bd2d68131a94a57f2a31ee82dbc97c705181
Author:     Eric Kohl <[email protected]>
AuthorDate: Sat May 12 12:38:27 2018 +0200
Commit:     Eric Kohl <[email protected]>
CommitDate: Sat May 12 12:38:27 2018 +0200

    [BOOTDATA] Register the CriticalDeviceCoInstaller for the keyboard device 
class
---
 boot/bootdata/hivesys.inf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf
index 5fe7b84ce3..038beb96a4 100644
--- a/boot/bootdata/hivesys.inf
+++ b/boot/bootdata/hivesys.inf
@@ -384,6 +384,11 @@ 
HKLM,"SYSTEM\CurrentControlSet\Control\Class\{9D6D66A6-0B0C-4563-9077-A0E9A7955A
 
HKLM,"SYSTEM\CurrentControlSet\Control\Class\{9D6D66A6-0B0C-4563-9077-A0E9A7955AE4}","Class",0x00000000,"Ramdisk"
 
HKLM,"SYSTEM\CurrentControlSet\Control\Class\{9D6D66A6-0B0C-4563-9077-A0E9A7955AE4}","Icon",0x00000000,"-5"
 
+; Class Co-Installers
+HKLM,"SYSTEM\CurrentControlSet\Control\CoDeviceInstallers",,0x00000012
+HKLM,"SYSTEM\CurrentControlSet\Control\CoDeviceInstallers","{4D36E96B-E325-11CE-BFC1-08002BE10318}",0x00010000,"syssetup.dll,CriticalDeviceCoInstaller"
+
+
 ; Default computer name settings
 HKLM,"SYSTEM\CurrentControlSet\Control\ComputerName",,0x00000012
 
HKLM,"SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName","ComputerName",0x00000002,"COMPUTERNAME"

Reply via email to