[BOOTDATA] Set the 'BootExecute' SMSS value to an empty value as we do not want AutoC...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 20 May 2018 16:32:59 +0000 (18:32 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 20 May 2018 16:34:35 +0000 (18:34 +0200)
Add also a missing closing quote.

boot/bootdata/hivesys.inf
boot/bootdata/livecd.inf

index 0fdd69a..31f50ed 100644 (file)
@@ -1396,7 +1396,7 @@ HKLM,"SYSTEM\CurrentControlSet\Control\ServiceGroupOrder","List",0x00010000, \
  "Parallel arbitrator", \
  "Extended Base" \
  "PCI Configuration", \
- "MS Transactions
+ "MS Transactions"
 
 ; Set the timeout for directx/ReactX graphic surface lock see _EDD_DIRECTDRAW_GLOBAL struct for more info
 HKLM,"SYSTEM\CurrentControlSet\Control\GraphicsDrivers\DCI","Timeout",0x00010001,0x00000007
index 7b1336a..f826a7f 100644 (file)
@@ -19,6 +19,9 @@ 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,""
+
 ; Shell
 HKLM,"SYSTEM\Setup","CmdLine",0x00020000,"setup -mini"