From cb679a89176c48626515b617f1b6a629f9dc3d6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 20 May 2018 18:32:59 +0200 Subject: [PATCH] [BOOTDATA] Set the 'BootExecute' SMSS value to an empty value as we do not want AutoChk to start when booting the LiveCD. CORE-14633 Add also a missing closing quote. --- boot/bootdata/hivesys.inf | 2 +- boot/bootdata/livecd.inf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf index 0fdd69a32b5..31f50ed7737 100644 --- a/boot/bootdata/hivesys.inf +++ b/boot/bootdata/hivesys.inf @@ -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 diff --git a/boot/bootdata/livecd.inf b/boot/bootdata/livecd.inf index 7b1336a2123..f826a7f6c41 100644 --- a/boot/bootdata/livecd.inf +++ b/boot/bootdata/livecd.inf @@ -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" -- 2.17.1