mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
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
This commit is contained in:
parent
8cc22a60c3
commit
b381f9d095
Notes:
Alexandre Julliard
2024-08-22 23:19:03 +02:00
Approved-by: Hans Leidekker (@hans) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/wine/-/merge_requests/5118
1 changed files with 1 additions and 1 deletions
|
@ -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%"
|
||||
|
|
Loading…
Reference in a new issue