[PATCH 0/1] MR11000: wine.inf: Add ImmersiveShell registry key.
Zoom Player depends on this key to exist. ``` [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell] "TabletMode"=dword:00000000 ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11000
From: Bernhard Kölbl <bkoelbl@codeweavers.com> Zoom Player depends on this key to exist. --- loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index aece31f8dc1..f66d4ead022 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -325,6 +325,7 @@ HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57d [CurrentVersion] HKCU,%CurrentVersion%\Explorer\Advanced,,16 HKCU,%CurrentVersion%\Explorer\FileExts,,16 +HKCU,%CurrentVersion%\ImmersiveShell,"TabletMode",0x10003,0 HKCU,%CurrentVersion%\Run,,16 HKCU,%CurrentVersionNT%\Winlogon,,16 HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11000
participants (2)
-
Bernhard Kölbl -
Bernhard Kölbl (@besentv)