mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 21:46:00 +03:00
[GH-ISSUE #685] 功能请求:remoteapp添加mstsc模式,以实现更多的自定义参数 #562
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#562
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PR2403 on GitHub (Jul 11, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/685
Originally assigned to: @VShawn on GitHub.
像RDP里的mstsc模式一样即可,个人主要用于remotefx usb重定向。
感谢开发者。
@VShawn commented on GitHub (Jul 11, 2024):
正好请教如何在 .rpd 文件中配置 remotefx?
@PR2403 commented on GitHub (Jul 11, 2024):
https://learn.microsoft.com/zh-cn/azure/virtual-desktop/configure-device-redirections
因为remoteapp没有设备选择的ui,必须手动指定usb设备,以下是我使用的配置,重定向了一个JLINK调试器
usbdevicestoredirect:s:-USB\VID_1BCF&PID_28CC\01.00.00;USB\VID_1366&PID_0105\000601012352
前一个是笔记本的摄像头,没有重定向。后一个就是JLINK
@VShawn commented on GitHub (Jul 11, 2024):
OK了, 麻烦你测试一下
@PR2403 commented on GitHub (Jul 12, 2024):
没有问题