mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-20 15:30:28 +01:00
SteamController: Require administrator privileges
This commit is contained in:
parent
4bcefc703e
commit
2f2f17ad05
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue