[PATCH 0/1] MR10580: wine.inf: Add HKCU\Software\Classes key.
From: Louis Lenders <xerox.xerox2000x@gmail.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59627 --- loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index fc3f085e68b..aece31f8dc1 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -615,6 +615,7 @@ HKLM,System\Select,"Default",0x10003,1 HKLM,System\Select,"Failed",0x10003,0 HKLM,System\Select,"LastKnownGood",0x10003,1 HKCU,AppEvents\Schemes\Apps\Explorer\Navigating\.Current,,,"" +HKCU,Software\Classes,,16 HKCU,Software\Microsoft\Protected Storage System Provider,,16 ; Some apps requires at least four subkeys of Active Setup\Installed Components HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},,2,"DirectDrawEx" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10580
participants (2)
-
Louis Lenders -
Louis Lenders (@xe)