Chocolatey 설치

miiin_sseong·2022년 11월 21일
0

PowerShell

Choco를 사용하기 위해선 PowerShell을 관리자권한으로 접속해야한다.
Get-ExecutionPolicy
ExcutionPolicy를 AllSigned로 설정
Set-ExecutionPolicy AllSigned
ExcutionPolicy를 Bypass로 설정
Set-ExecutionPolicy Bypass -Scope Process
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'))

ChocoDocs

profile
Github잔디를 채우기 위해 Github에서 적는중

0개의 댓글