April 24, 2016
Chocolatey
its like apt-get but for windows
Install
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
Cheatsheet
choco install=apt-get installchoco search=apt-cache searchchoco remove=apt-get removechoco upgrade all=apt-get upgrade