Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Cut and Paste from Mac to Windows in Windows Remote Desktop RDC

When using Microsoft Remote Desktop on Mac, Command+V doe not work to paste into the RDP session. On Mac, I use Command+C to copy the password, but when I switch over to the RDP session and click Command+V, nothing happens.

My questions is, how do I cut/copy and paste from Mac to Windows using Mac keyboard?

like image 331
Saeed D. Avatar asked Dec 30 '17 00:12

Saeed D.


3 Answers

I use command+C to copy the password, but when I switch over to the RDC session and click command+V, nothing happens.

  1. Use command+C to copy on the mac
  2. Switch over to the RDP session
  3. Use control+V to paste in the RDP session using your mac keyboard

Try testing it out using TextExit on the Mac to paste to Notepad on Windows. As where you'r trying to paste the Password may have restrictions/issues.

If you are still having issues.

Select the RDP from the main menu (close current session)

  1. Click 'Edit'

  2. Click 'Session'

  3. Check that 'Limit copy and paste to remote session' is Unticked.

  4. Reconnect session and test again.

like image 117
Iphiclus Avatar answered Sep 30 '22 17:09

Iphiclus


You cannot copy/paste the password on the login screen. To go around this, you can set both the user name and password in the options. Select the RDP from the main menu (close current session) 1. Click 'Edit' 2. Click 'General' 3. Add user name and password under Credentials 4. Close and start your RDP session, it should login automatically

like image 24
Newalp Avatar answered Sep 30 '22 18:09

Newalp


With Microsoft Remote Desktop 10 app I have noticed that to paste something to a PowerShell window I had to perform sort of a "double paste":

  1. hit Command+V keys
  2. in the PowerShell window's context menu (top left window corner, the app icon) click Edit -> Paste (This option is not active until you do step 1.)
like image 41
Greg Dubicki Avatar answered Sep 30 '22 16:09

Greg Dubicki