
Cygwin is a collection of tools which provide a Linux look and feel environment for Windows. Cygwin is also a DLL (cygwin1.dll) which acts as a Linux API layer providing substantial Linux API functionality.
/InstallDir - Set install location/DesktopIcon - Set to true to install desktop icon/Proxy - Set to "proxy:port". Otherwise system proxy or explicit chocolatey proxy will be used/Pubkey - URL of extra public key file (gpg format)/Site - Download site/NoStartMenu - Set to true to prevent installation of start menu items/NoAdmin - Do not check for and enforce running as administratorExample: choco install cygwin --params "/InstallDir:C:\your\install\path /NoStartMenu"