mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #153] Select Monitor in MultiMonitor Support #127
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#127
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 @AnTri on GitHub (Oct 4, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/153
Originally assigned to: @VShawn on GitHub.
Hi,
is it possible to specify the monitors for the rdp session? I can only select "All Screens". In a .rpd file I can use "selectedmonitors:s:1,2" to select the monitors to display the RDP session.
Thanks
AnTri
@AnTri commented on GitHub (Oct 4, 2021):
Sorry I can't remove the "bug" label...
@VShawn commented on GitHub (Oct 6, 2021):
Good suggestion, In fact my colleagues have suggested that I support this feature before. But we didn't find any about this feature in the activatex control:
https://docs.microsoft.com/en-us/windows/win32/termserv/remote-desktop-activex-control
The other things is how do we specify which monitors to display? How do the user know the monitor number
1,2inselectedmonitors:s:1,2? I think it is too hard core to let our user input the1,2but I dont have any good idea for this.@AnTri commented on GitHub (Oct 8, 2021):
I think it would be a function for "experts". To get the monitor number, you can use "mstsc.exe /l" to display a list of monitors and their resolution/number.
In my opinion, this function (to get the monitor numbers) should not be implemented in the program. A textbox with a tooltip for manual input would be sufficient here.
@VShawn commented on GitHub (Nov 26, 2021):
Hi @AnTri in next version, PRM will allow you to customize rdp file options. So that the
selectedmonitors:scan be set.Sorry for the slowly approach, I just too busy on work these days.
@VShawn commented on GitHub (Dec 8, 2021):
@AnTri hi, here is our new beta release, try it to edit the rdp file template to select monitors.