2021-07-04 PowerShell命令行安装PotPla

2021-07-04  本文已影响0人  硅谷少年

 推荐一个安装 Potplayer 的方法,在 powershell 里运行以下代码安装 chocolatey

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

然后重启 powershell,输入

cinst -y potplayer

就可以直接安装了

国内网络会安装的很慢,不推荐,只是这种方法比较方便。

上一篇 下一篇

猜你喜欢

热点阅读