Install Chocolatey Package Manager
Chocolatey Official Installation Instructions
Summary of Installation Steps
- RunAsAdministrator - Windows Powershell
- From the Powershell prompt install chocolatey using the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
- If no errors occurred during installation, you can verify Chocolatey is installed using the following command:
choco -?
No comments:
Post a Comment