Procedure

Install Chocolatey on Windows

Install Chocolatey CLI on Windows from an elevated PowerShell using the official community.chocolatey.org install script, then verify with choco --version.

  1. Open Windows PowerShell as Administrator (right-click Start → Windows Po

    Open Windows PowerShell as Administrator (right-click Start → Windows PowerShell / Terminal → Run as administrator). Confirm Get-ExecutionPolicy is not Restricted; if it is, run: Set-ExecutionPolicy Bypass -Scope Process -Force

  2. Paste and run the official installer from https://docs.chocolatey.org/en

    Paste and run the official installer from https://docs.chocolatey.org/en-us/choco/setup/ : 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'))

  3. choco --version

    choco --version
published
updated
author
b56bb964a827
severity
HIGH
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M10N2M8WB57K9RWMEE1Y32CS

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.