From 587e8a2a78d768b9524078b70fda16624990428d Mon Sep 17 00:00:00 2001 From: Rob Reynolds Date: Tue, 6 Jun 2017 15:22:55 -0500 Subject: [PATCH] (GH-1324) requestedExecutionLevel = asInvoker After much deliberation on the topic, it was decided to move requested execution level back to `asInvoker` while determining more advanced scenarios to run privileged tasks from. --- src/chocolatey.console/choco.exe.manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/chocolatey.console/choco.exe.manifest b/src/chocolatey.console/choco.exe.manifest index 64942be2a6..ed065cf93d 100644 --- a/src/chocolatey.console/choco.exe.manifest +++ b/src/chocolatey.console/choco.exe.manifest @@ -10,7 +10,7 @@ Set level to "asInvoker" when you want choco to run under the context of the user invoking. This is the same as Chocolatey behavior prior - to 0.10.4. + to 0.10.4 and after 0.10.7. Set level to "requireAdministrator" to only allow administrators to run Chocolatey. @@ -18,7 +18,7 @@ Set level to "highestAvailable" to allow non-admins to run in non-administrative context, but require administrators to always run with administrative privileges. This is the recommended and default - behavior of Chocolatey v0.10.4+. + behavior of Chocolatey v0.10.4-0.10.6.1. NOTE: Currently you will need to make this change every time Chocolatey is re-installed or upgraded (every new version). At least @@ -28,7 +28,7 @@ and Registry Virtualization for backward compatibility then delete the requestedExecutionLevel node. --> - +