CHOCOLATEY - kylessukaichang/kylessukaichang.github.io GitHub Wiki

  • Introduction
    • THE PACKAGE MANAGER FOR WINDOWS
    • Modern Software Automation
  • Installation
    1. using an administrative shell
    2. Install with powershell.exe
    3. Get-ExecutionPolicy
      • If it returns Restricted, then
        • Set-ExecutionPolicy AllSigned or
        • Set-ExecutionPolicy Bypass -Scope Process.
    4. 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'))
    5. Type
      • choco or
      • choco -?
  • Getting Started
  • Guides
⚠️ **GitHub.com Fallback** ⚠️