mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[BOOTDATA] Remove hackish entries that really caused the CDFS to be loaded twice in the LiveCD.
They date back from commita880f2ee
(r9611), and were the root cause for the bug that was tentatively fixed by commit81a9ce44e
(PR #755). On Windows, boot file system drivers have either the SERVICE_DEMAND_START or the SERVICE_DISABLED start type, and only the filesystem to access the boot media is manually loaded by the OS loader (other FSes that are needed later are loaded by the FSRecognizer). Also there is no need to disable NTFS anymore.
This commit is contained in:
parent
93d8a1b7b1
commit
02e659d248
1 changed files with 0 additions and 6 deletions
|
@ -10,15 +10,9 @@ HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
|
|||
; Default locale for the keyboard layout
|
||||
HKU,".DEFAULT\Keyboard Layout\Preload","1",0x00000000,"00000409"
|
||||
|
||||
; Cdfs (ISO96660) filesystem driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Cdfs","Start",0x00010001,0x00000000
|
||||
|
||||
; Cdrom class driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Cdrom","Start",0x00010001,0x00000000
|
||||
|
||||
; FIXME: Disable NTFS driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Ntfs","Start",0x00010001,0x00000004
|
||||
|
||||
; Reset BootExecute to an empty value: AutoChk should not start in MiniNT mode
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager","BootExecute",0x00010000,""
|
||||
|
||||
|
|
Loading…
Reference in a new issue