祎开发桌面端内网安装

1、以管理员方式打开Windows Powershell

2、运行安装命令(复制粘贴回车)

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;

iwr http://10.107.4.158:808/download/yidev-cert.ps1 | iex

[system.net.webrequest]::DefaultWebProxy = new-object system.net.webproxy('10.107.4.158:809')

$script = iwr https://yidev.cn/download/yidev-install.ps1

icm -ScriptBlock ([scriptblock]::Create($script)) -ArgumentList "10.107.4.158:809", "http://10.107.4.158:808/download/"