You are just a few steps from running choco right now! • First, ensure that you are using an - you can also install as a non-admin, check out. • Copy the text specific to your command shell -. • Paste the copied text into your shell and press Enter. • Wait a few seconds for the command to complete. • If you don't see any errors, you are ready to use Chocolatey! Type choco or choco -?
Now, or see for usage instructions. NOTES: • If you are behind a proxy, please see. • Need completely offline solution? • Installing the licensed edition? • / Install with cmd.exe Run the following command.
@ '%SystemRoot% System32 WindowsPowerShell v1.0 powershell.exe ' -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command 'iex ((New-Object System.Net.WebClient).DownloadString(' && SET 'PATH=%PATH%;%ALLUSERSPROFILE% chocolatey bin ' Install with PowerShell.exe With PowerShell, there is an additional step. You must ensure is not Restricted. We suggest using Bypass to bypass the policy to get things installed or AllSigned for quite a bit more security. • Run Get-ExecutionPolicy. If it returns Restricted, then run Set-ExecutionPolicy AllSigned or Set-ExecutionPolicy Bypass -Scope Process. • Now run the following command.