CHOCOLATEY - kylessukaichang/kylessukaichang.github.io GitHub Wiki
- Introduction
- THE PACKAGE MANAGER FOR WINDOWS
- Modern Software Automation
-
Installation
- using an administrative shell
- Install with powershell.exe
-
Get-ExecutionPolicy
- If it returns Restricted, then
-
Set-ExecutionPolicy AllSigned
or
Set-ExecutionPolicy Bypass -Scope Process.
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'))
- Type
- Getting Started
- Guides
⚠️ **GitHub.com Fallback** ⚠️