0%

chocolatey

windowns 上的软件安装管理工具, 类似于 osx 上的 homebrew, debian 上的 apt 等工具

它能够在无需人工干预的情况下自动安装超过20种Windows软件包类型, 而且开箱即用, 支持配置超过7000款主流软件.

1. 安装

安装
1
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

https://chocolatey.org/