


You can also use below command on a command prompt: -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object ).DownloadString(''))" & SET "PATH=%PATH% %ALLUSERSPROFILE%\chocolatey\bin"

Which should work on PowerShell v3 or higher. Or, if you want to use old fashined PowerShell, use this command: iwr -UseBasicParsing | iex Once you download it, open PowerShell (remote unsigned), navigate to the tools folder and run: &. You can also use NuGet command line to download Chocolatey: nuget install chocolatey or nuget install chocolatey -pre There are more than few ways to install it.One of the easiest ways is to use the built in package management inside PowerShell: Install-Package chocolatey If you don’t know about package manager, see my blog post here. Chef, Puppet, Boxstarter, PowerShell DSC, Ansible, Saltstack, Microsoft, etc all have ways for using Chocolatey to ensure the state of a computer and packages installed. As you know, Chocolatey is a very known and useful package manager for windows.
