설치
https://chocolatey.org/install
Installing Chocolatey
Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.
chocolatey.org
1. powershell을 관리자 권한으로 실행한다.
2. "Get-ExecutionPolicy" 을 치고 엔터 => "Restricted" 가 나온다면 "Set-ExecutionPolicy AllSigned" 을 치고 엔터
3. 홈페이지에 나와있는 명령어를 복붙하고 엔터
4. powershell 창을 끄고 다시 관리자 권한으로 실행 => "choco" 를 치고 엔터
5. 설치 완료
'개발자의 윈도우 초기 설정' 카테고리의 다른 글
6. WSL 설치 ( Windows Subsystem for Linux ) (0) | 2022.04.23 |
---|---|
5. windows terminal 설치 (0) | 2022.04.23 |
4. chocolatey로 파이썬 설치 (0) | 2022.04.23 |
2. git 설치 (0) | 2022.04.23 |
1. VS Code 설치 및 Extensions 설정 (0) | 2022.04.22 |