Show Menu
Cheatography

Chocolatey Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Easy Install

PS:\>Set-ExecutionPolicy Unrestricted
PS:\>iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))

Instal­lation

choco install sysint­ernals
choco install notepa­dpl­usplus --force --forc­e-d­epe­nde­ncies
choco install git --para­ms=­"­/Gi­tAn­dUn­ixT­ool­sOnPath /NoAut­oCr­lf" -y
choco install bash --source cygwin
choco install IIS-We­bSe­rve­rRole --source window­sfe­atures