Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 374 Bytes

chocolatey.md

File metadata and controls

11 lines (7 loc) · 374 Bytes

Chocolatey

Setup and install Chocolatey.

Install

How to install Chocolatey

    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'))