助手设置中默认RDP使用mstsc.

pull/175/head^2
Apex Liu 2019-08-05 01:22:03 +08:00
parent 10142bfef6
commit c2f8b89de0
2 changed files with 7 additions and 1 deletions

View File

@ -71,12 +71,18 @@
"rdp" : {
"available" : [
{
"app" : "mstsc.exe",
"cmdline" : "\"{tmp_rdp_file}\"",
"display" : "微软RDP客户端系统自带",
"name" : "mstsc"
},
{
"app" : "{assist_tools_path}\\tprdp\\tprdp-client.exe",
"cmdline" : "/v:{host_ip}:{host_port} /u:{user_name} /t:\"TP#{real_ip}\"",
"display" : "FreeRDP内置",
"name" : "freerdp"
}
],
"selected" : "freerdp"
"selected" : "mstsc"
}
}

Binary file not shown.