리눅스 패키지 관리자에 익숙한 사용자에게는 yum 또는 apt-get과 같은 Windows의 바이너리 패키지 관리자인 것이다.
Cmd 또는 PowerShell 로 설치할 수 있으며 관리자권한으로 실행해야한다.
Cmd 설치명령
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"