본문 바로가기

개발자의 윈도우 초기 설정

3. chocolately 설치

설치

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. 설치 완료