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'))
|
Installation
choco install sysinternals |
choco install notepadplusplus --force --force-dependencies |
choco install git --params="/GitAndUnixToolsOnPath /NoAutoCrlf" -y |
choco install bash --source cygwin |
choco install IIS-WebServerRole --source windowsfeatures |
|