ci / rust (push) Canceled after 0s
ci / web (push) Canceled after 0s
ci / package-preview (push) Canceled after 0s
ci / package-installer (push) Canceled after 0s
ci / linux-agent (push) Canceled after 0s
ci / edge-service (push) Canceled after 0s
ci / coturn-pop (push) Canceled after 0s
ci / package-windows-host (push) Canceled after 0s
795 B
795 B
Windows Agent 应用配置
Windows Agent 的“应用”连接模式只允许启动被控端管理员配置的白名单应用。
配置文件:
%ProgramData%\RemoteDesk\Host\applications.json
示例:
[
{
"id": "notepad",
"name": "记事本",
"path": "C:\\Windows\\System32\\notepad.exe",
"arguments": []
},
{
"id": "calculator",
"name": "计算器",
"path": "C:\\Windows\\System32\\calc.exe",
"arguments": []
}
]
修改配置后重启 Windows Agent。控制端探测 Agent 时会读取应用 ID 和名称,连接模式切换为“应用”后即可选择。控制端只发送应用 ID,不会发送任意 EXE 路径或命令行。
Windows Agent 当前仍是未认证的可信网络开发链路,不应直接暴露到公网。