Installing Chocolatey on Windows
It is actually very simple.
Run the below command in Windows Powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))