1. 윈도우 powershell 관리자 권한으로 실행
2. 명령어 입력
Set-ExecutionPolicy Bypass -Scope Process -Force
3. 명령어 또 입력
Set-ExecutionPolicy Bypass -Scope Process -Force; `
[System.Net.ServicePointManager]::SecurityProtocol = `
[System.Net.ServicePointManager]::SecurityProtocol -bor 3072; `
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
4. 설치 확인
choco --version'오픈소스' 카테고리의 다른 글
| Apache + PHP-FPM flie not found , AH01071: Got error 'Primary script unknown' (0) | 2025.07.29 |
|---|---|
| rsnapshot - 오픈소스 백업 솔루션 (0) | 2025.07.17 |
| Warpgate - 사용자 관리 툴 (0) | 2025.07.09 |
| SoftEhter VPN - 윈도우 설치 public ip (0) | 2025.03.05 |
| airflow webserver pod 구조(DAG 파일 기준) (0) | 2024.12.30 |