diff --git a/patches/server-default_integrity/0003-wine.inf-Set-the-EnableLUA-value-to-1.patch b/patches/server-default_integrity/0003-wine.inf-Set-the-EnableLUA-value-to-1.patch index cc1a532a..8b0ccf78 100644 --- a/patches/server-default_integrity/0003-wine.inf-Set-the-EnableLUA-value-to-1.patch +++ b/patches/server-default_integrity/0003-wine.inf-Set-the-EnableLUA-value-to-1.patch @@ -1,4 +1,4 @@ -From 899085939fc7af0d53c5b1d4200a67acf12bb134 Mon Sep 17 00:00:00 2001 +From dc1f602da6ed3a574697fe8b5bc4590d74e344f5 Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Fri, 26 Feb 2021 22:41:35 -0600 Subject: [PATCH] wine.inf: Set the EnableLUA value to 1. @@ -12,18 +12,18 @@ Signed-off-by: Zebediah Figura 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/wine.inf.in b/loader/wine.inf.in -index d5dd2d5b66b..4294371c627 100644 +index 24da6f3af6b..a72279e9881 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in -@@ -550,7 +550,7 @@ HKLM,%CurrentVersion%\Explorer\DriveIcons,,16 +@@ -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",0x10003,1 ++HKLM,%CurrentVersion%\Policies\System,"EnableLUA",0x10001,1 HKLM,%CurrentVersion%\PreviewHandlers,,16 HKLM,%CurrentVersion%\Run,,16 HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%" -- -2.20.1 +2.30.2