From 5afea63e6618c1448a0372c0237703724a97eef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 27 Dec 2021 20:29:07 +0100 Subject: [PATCH] [BOOTDATA] hivesys.inf: remove UseNewKey setting Neither LiveCD nor BootCD 2nd stage are able to use new registry key for videoprt, as they depend of some PnP entries which are unavailable. This line was added in a7ebc6bd5c7a332bacce91594589d6bfaea2bce7 (r43711) Note that it doesn't change much for ReactOS yet, as neither videoprt.sys nor win32k.sys take care of this parameter. --- boot/bootdata/hivesys.inf | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf index 3647ab22fec..43142022444 100644 --- a/boot/bootdata/hivesys.inf +++ b/boot/bootdata/hivesys.inf @@ -1480,7 +1480,6 @@ HKLM,"SYSTEM\CurrentControlSet\Control\ServiceGroupOrder","List",0x00010000, \ ; 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 -HKLM,"SYSTEM\CurrentControlSet\Control\GraphicsDrivers\UseNewKey",,0x00000012 ; Group order, the first DWORD is the count of entries, ; the following dwords are the tag entries for the load order.