美文网首页
2021-07-04 PowerShell命令行安装PotPla

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

作者: 硅谷少年 | 来源:发表于2021-07-04 10:57 被阅读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

    就可以直接安装了

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

    相关文章

      网友评论

          本文标题:2021-07-04 PowerShell命令行安装PotPla

          本文链接:https://www.haomeiwen.com/subject/upumultx.html