

We already know it's safe, but you should verify the security and contents of any script from the internet you are not familiar with. Please inspect prior to running any of these scripts to ensure safety. Set-ExecutionPolicy Bypass -Scope Process -Force ::SecurityProtocol = ::SecurityProtocol -bor 3072 iex ((New-Object ).DownloadString('')) If it returns Restricted, then run Set-ExecutionPolicy AllSigned or Set-ExecutionPolicy Bypass -Scope Process. We suggest using Bypass to bypass the policy to get things installed or AllSigned for quite a bit more security. You must ensure Get-ExecutionPolicy is not Restricted. With PowerShell, there is an additional step. Run the following -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "::SecurityProtocol = 3072 iex ((New-Object ).DownloadString(''))" & SET "PATH=%PATH% %ALLUSERSPROFILE%\chocolatey\bin"

Installing the licensed edition? See install licensed edition.Need completely offline solution? See Completely Offline Install.If you are behind a proxy, please see Installing behind a proxy.Type choco or choco -? now, or see Getting Started for usage instructions.If you don't see any errors, you are ready to use Chocolatey CLI!.Wait a few seconds for the command to complete.Paste the copied text into your shell and press Enter.


NET Framework 4.5+ is required for installing directly from the Chocolatey Community Repository, due to the TLS 1.2 requirement
