1. window에 PowerShell을 관리자권한으로 실행한다.
2. PowerShell 실행 후 설치 명령어를 입력한다.
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
설치 주소 : chocolatey.org/install