Windows10にChocoleteyをインストールする

環境
Windows 10 64bit

インストール方法
1.管理者権限でコマンドプロンプトを起動します。

2.以下のコマンドを実行します
開発元サイト
https://docs.chocolatey.org/en-us/choco/setup
以下のコマンドを実行します

c:\>cd study
c:\study>@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

3.バージョンを確認します

c:\study>choco  --version
0.12.1

 

Windows10

Posted by arkgame