Module: wine Branch: master Commit: b381f9d095b2a2377c8b61f734b576ac6083a742 URL: https://gitlab.winehq.org/wine/wine/-/commit/b381f9d095b2a2377c8b61f734b576a...
Author: Zebediah Figura z.figura12@gmail.com Date: Fri Feb 26 22:41:35 2021 -0600
wine.inf: Set the EnableLUA value to 1.
This signifies that UAC is active.
Foobar2000 checks this value, and won't even try to elevate itself otherwise.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50727
---
loader/wine.inf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/loader/wine.inf.in b/loader/wine.inf.in index b1c0aad6821..4aed3e73e06 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -378,7 +378,7 @@ HKLM,%CurrentVersion%\Explorer\DriveIcons,,16 HKLM,%CurrentVersion%\Explorer\KindMap,,16 HKLM,%CurrentVersion%\Group Policy,,16 HKLM,%CurrentVersion%\Installer,"InstallerLocation",,"%11%" -HKLM,%CurrentVersion%\Policies\System,"EnableLUA",0x10003,0 +HKLM,%CurrentVersion%\Policies\System,"EnableLUA",0x10001,1 HKLM,%CurrentVersion%\PreviewHandlers,,16 HKLM,%CurrentVersion%\Run,,16 HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"