[PATCH 0/1] MR7164: wine.inf: Add Explorer\FileExts registry key.
From: Paul Gofman <pgofman(a)codeweavers.com> --- loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index e3426b7ec95..28f243a55fe 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -360,6 +360,7 @@ HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57d [CurrentVersion] HKCU,%CurrentVersion%\Explorer\Advanced,,16 +HKCU,%CurrentVersion%\Explorer\FileExts,,16 HKCU,%CurrentVersion%\Run,,16 HKCU,%CurrentVersionNT%\Winlogon,,16 HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7164
That fixes an error in the end of Battle.net setup (which also prevents Battle.net to be started right away from setup). The presence of registry key is required to successfully complete one of its post-install steps. I observed this key under HKCU on Windows 11 but not under HKLM. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7164#note_92437
participants (2)
-
Paul Gofman -
Paul Gofman (@gofman)