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.
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
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'))
choco --version
choco --version
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.