windows powershell 安装choco管理windows软件

LINUX下可以用yum,apt安装软件包,macos可以安装三方工具brew来进行软件包管理,windows下呢?

windows powershell并没有自带,有第三方的choco可以用

安装方式:

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

安装后,可以用

choco install speedtest

安装后,就可以用speedtest测试速度了

posted @ 2021-01-23 12:42  嗷嗷鹿鸣[VX|dshoub]  阅读(588)  评论(0编辑  收藏  举报