推荐一个安装 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
就可以直接安装了
国内网络会安装的很慢,不推荐,只是这种方法比较方便。
网友评论