复制下方命令,打开「终端」或「Windows PowerShell」粘贴后回车执行,即可直接安装 vmrp 协议打开方式:
cls;[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.ServicePointManager]::Tls12;$u='https://mrpweb.gddhy.net/vmrp_setup_v2.bat';$t="$env:TEMP\vmrp.tmp.bat";(iwr $u -UseBasicParsing).Content|Set-Content $t -Encoding Byte;cmd /c $t;Remove-Item $t -Force
如不想执行命令,也可下载 bat 脚本后手动双击运行。