mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[FLTMGR]
- Change the start type to demand. - Should stop free loader from throwing a tantrum because it can't load a non-existant boot driver svn path=/trunk/; revision=70414
This commit is contained in:
parent
07f2fe8cb5
commit
98a34bceb7
1 changed files with 1 additions and 1 deletions
|
@ -1947,7 +1947,7 @@ HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs\Parameters","AutoMount",0x0001000
|
|||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","ErrorControl",0x00010001,0x00000003
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","Group",0x00000000,"Boot File System"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","ImagePath",0x00020000,"system32\drivers\rosfltmgr.sys"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","Start",0x00010001,0x00000000
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","Start",0x00010001,0x00000003
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","Type",0x00010001,0x00000002
|
||||
|
||||
; ControlSet selection settings
|
||||
|
|
Loading…
Reference in a new issue