Choco Chocolatey
Chocolatey – like yum or apt-get, but for Windows
Create a file named
installChocolatey.cmd
with content from File https://chocolatey.org/installchocolatey.cmd
Run installChocolatey.cmd from an elevated cmd.exe command prompt and it will install the latest version of Chocolatey.
You can not run this from powershell.exe without making changes to your execution policy:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
more info: https://github.com/chocolatey/choco/wiki/Installation



