网心云部署面板

当前入口:https://wxy.cxy8545.top:12302;多设备二维码会按 SN / 主机名自动分卡片显示。
下载总脚本下载安装包设备 JSON
Windows 下载命令
curl.exe -L -o run_onething_full_flow.cmd https://wxy.cxy8545.top:12302/run_onething_full_flow.cmd
curl.exe -L -o a.exe https://wxy.cxy8545.top:12302/a.exe

设备二维码 / 绑定状态

加载中...

无安全提示运行命令

复制到 PowerShell 执行,会下载最新版、解除 Windows 网络标记、再启动脚本。
powershell -NoProfile -ExecutionPolicy Bypass -Command "$u='https://wxy.cxy8545.top:12302/run_onething_full_flow.cmd';$p=Join-Path $env:USERPROFILE 'Downloads
un_onething_full_flow.cmd';Invoke-WebRequest -Uri $u -OutFile $p -UseBasicParsing;Unblock-File -LiteralPath $p;Start-Process -FilePath $p"