29 lines
1 KiB
Diff
29 lines
1 KiB
Diff
From dc1f602da6ed3a574697fe8b5bc4590d74e344f5 Mon Sep 17 00:00:00 2001
|
|
From: Zebediah Figura <z.figura12@gmail.com>
|
|
Date: Fri, 26 Feb 2021 22:41:35 -0600
|
|
Subject: [PATCH] wine.inf: Set the EnableLUA value to 1.
|
|
|
|
This signifies that UAC is active.
|
|
|
|
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50727
|
|
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
|
|
---
|
|
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 24da6f3af6b..a72279e9881 100644
|
|
--- a/loader/wine.inf.in
|
|
+++ b/loader/wine.inf.in
|
|
@@ -526,7 +526,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%"
|
|
--
|
|
2.30.2
|
|
|