[PATCH 0/1] MR5701: wine.inf: Add Explorer\Advanced registry key.
From: Paul Gofman <pgofman(a)codeweavers.com> --- loader/wine.inf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 256a24bc5a1..f952ef84f43 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -359,6 +359,7 @@ HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57d HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57da},"Class",,"HIDClass" [CurrentVersion] +HKCU,%CurrentVersion%\Explorer\Advanced,,16 HKCU,%CurrentVersion%\Run,,16 HKCU,%CurrentVersionNT%\Winlogon,,16 HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%" @@ -373,6 +374,7 @@ HKLM,%CurrentVersion%\Control Panel\Cursors\Schemes,,16 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMax",,"3600" HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMin",,"3" HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"LastID",,"5" +HKLM,%CurrentVersion%\Explorer\Advanced,,16 HKLM,%CurrentVersion%\Explorer\AutoplayHandlers,,16 HKLM,%CurrentVersion%\Explorer\DriveIcons,,16 HKLM,%CurrentVersion%\Explorer\KindMap,,16 -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5701
KinitoPET doesn't start without that (and works with it added). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5701#note_71091
participants (2)
-
Paul Gofman -
Paul Gofman (@gofman)