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 install
choco search
=apt-cache search
choco remove
=apt-get remove
choco upgrade all
=apt-get upgrade