From: Vijay Kiran Kamuju Subject: [PATCH] wine.inf: Create CurrentControlSet\Control\Video in registry. Message-Id: <20190418130813.858-1-infyquest@gmail.com> Date: Thu, 18 Apr 2019 15:08:13 +0200 Based on a suggestion from Zhiyi Zhang and a patch from Michael Müller Registry key System\CurrentControlSet\Control\Video should be non-volatile From: Vijay Kiran Kamuju Signed-off-by: Vijay Kiran Kamuju --- loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 4d28a93c359..14814daf93f 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -694,6 +694,7 @@ HKLM,System\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\SSL 2 HKLM,System\CurrentControlSet\Control\ServiceGroupOrder,"List",0x00010000,"TDI" HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"StandardName",2,"" HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"TimeZoneKeyName",2,"" +HKLM,System\CurrentControlSet\Control\Video,,16 HKLM,System\CurrentControlSet\Control\VirtualDeviceDrivers,,16 HKLM,System\CurrentControlSet\Control\VMM32Files,,16 HKLM,System\Select,"Current",0x10003,1 -- 2.17.0