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
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…
Add table
Reference in a new issue