Skip to content

Commit

Permalink
(GH-1054) Ensure Admin Runs w/Admin Context
Browse files Browse the repository at this point in the history
Ensure that Chocolatey runs with administrative context every time when
an administrative user is running Chocolatey.
  • Loading branch information
ferventcoder committed Jan 21, 2017
1 parent b954825 commit 5b13d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chocolatey.console/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
If you want to utilize File and Registry Virtualization for backward
compatibility then delete the requestedExecutionLevel node.
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
Expand Down

0 comments on commit 5b13d8d

Please sign in to comment.