mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #274] add rdp:// URI handler #3122
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#3122
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 @emtek-at on GitHub (Jul 28, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/274
Originally assigned to: @VShawn on GitHub.
No Problem, just a wish :-)
Describe the solution you'd like
It would be nice if I could open a rdp:// uri with premotem, because of the very good RDP Screen sizing capabilities.
So, please add a uri handler.
best regards
@VShawn commented on GitHub (Jul 30, 2022):
I've never heard of it. Can you show us how
rdp:// uriwroks?@VShawn commented on GitHub (Jul 30, 2022):
I see
rdp://is not an official protocol, Right?from
https://github.com/konradsikorski/RdpProtocolHandler/blob/master/RdpProtocolHandler/Program.cs#L121-L154
It needs AdministratorPrivilages to register a URL Protocol to the registry, so that the windows can call the too with start rdp parameter when it open uri which start with rdp:// using browser.
I don't see much benefit for integrating
rdp:// urisince we start sessions from the launcher.