mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[CDROM_NEW] Add a registry file for use on livecd and setup
This commit is contained in:
parent
971cf12c9a
commit
2f6abcc4c3
1 changed files with 7 additions and 0 deletions
7
drivers/storage/class/cdrom_new/cdrom_reg.inf
Normal file
7
drivers/storage/class/cdrom_new/cdrom_reg.inf
Normal file
|
@ -0,0 +1,7 @@
|
|||
; Cdrom class driver
|
||||
[AddReg]
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\cdrom","ErrorControl",0x00010001,0x00000001
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\cdrom","Group",0x00000000,"SCSI CDROM Class"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\cdrom","ImagePath",0x00020000,"system32\drivers\cdrom.sys"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\cdrom","Start",0x00010001,0x00000001
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\cdrom","Type",0x00010001,0x00000001
|
Loading…
Reference in a new issue