Jul 27, 2017
First install Chocolatey Open PowerShell with admin privileges Check execution policy Type Get-ExecutionPolicy if it returns Restricted, type Set-ExecutionPolicy AllSigned Install Chocolatey Type iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1’)) Restart PowerShell with admin...
Read More