mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #189] Support remote copy/paste #162
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#162
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 @stevelongRBC on GitHub (Jan 24, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/189
Originally assigned to: @VShawn on GitHub.
I was considering switching from mRemoteNG to PRemoteM. However, in my first session using RDP I found that I could not copy text from my local PC and paste it on the remote PC.
@VShawn commented on GitHub (Jan 25, 2022):
Hi
Did your copy/paste works with MSTSC.exe? if MSTSC.exe works, then PRemoteM's copy/paste would works. (PRemoteM's RDP calling the wrapper of mstsc.exe). As far as I know the copy/paste service of server side may die sometime(my Win2016), I have to reboot the server to bring it to life.
if MSTSC.exe works and PRemoteM not, you can contact me by Email for further diagnose.
@majkinetor commented on GitHub (Jan 25, 2022):
Do you have this setting on:
If so, this happened to me on one server and restarting it (or remote desktop service) resolved it.
@stevelongRBC commented on GitHub (Jan 25, 2022):
That was the issue. I had imported my connection list from mRemoteNG csv and didn’t realize that there were separate settings for these features. mRemoteNG has settings for the other resources, but I don’t see a setting for clipboard, so I guess that software enables clipboard by default maybe. Anyway, once I checked the Clipboard box, it worked. I will keep giving PRemoteM a try!
Thanks!
@majkinetor commented on GitHub (Jan 25, 2022):
Note that you can select all connections, go to Edit and bulk set this option for all of them in case you have lots of them.
@VShawn commented on GitHub (Jan 26, 2022):
Wait a minute, I remember that the import function should have the clipboard checked by default.
EnableClipboard will be enabled if the field "RedirectClipboard" from mRemoteNG is TRUE.
github.com/VShawn/PRemoteM@4c28cd0444/PRM.Core/Utils/mRemoteNG/mRemoteNGImporter.cs (L307-L309)