コンテンツにスキップ

Chocolatey インストール

Mac でいう homebrew に該当するもの。

PowerShell 管理者起動で以下コマンド https://chocolatey.org/install

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'))

インストールの確認 choco

インストールできるソフトのリスト https://community.chocolatey.org/packages

基本的な使い方 choco install googlechrome

ショートカットも使用できます cinst googlechrome git visualstudiocode azure-data-studio 7zip slack notion -y

cup googlechrome

choco uninst docker-desktop

choco install googlechrome -y --ignore-checksums
choco install visualstudiocode -y --ignore-checksums
choco install notion -y --ignore-checksums
choco install 7zip.install -y --ignore-checksums
choco install slack -y --ignore-checksums
choco install discord -y --ignore-checksums
choco install docker-desktop -y --ignore-checksums
choco install clibor -y --ignore-checksums
choco install gcloudsdk -y --ignore-checksums
choco install azure-data-studio -y --ignore-checksums
choco install paint.net -y --ignore-checksums