SteamController: Require administrator privileges

This commit is contained in:
Kamil Trzciński 2023-01-21 16:31:59 +01:00
parent 4bcefc703e
commit 2f2f17ad05
2 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,7 @@
## 0.6.x
- SteamController: Require administrator privileges
- PowerControl: Apply profile changes with a delay in bulk
- SteamController: Fix detection of the Steam client released around 2023-01-20, version: 1674182294
- All: Improve Anti-Cheat protection to allow to dismiss it

View file

@ -16,8 +16,7 @@
Remove this element if your application requires this virtualization for backwards
compatibility.
-->
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
<!--<requestedExecutionLevel level="requireAdministrator" uiAccess="true" />-->
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>