Clipboard Copy and Paste does not work in VMWare Player 12

Luk picture Luk · May 24, 2017 · Viewed 10.3k times · Source

i can copy and paste text and files between Virtuelle Maschine (Windows 7) and my local Windows 7. But I can't copy this what is in clipboard - for example between two displays the same program (on display in Virtuale Maschine and second display in local Windows).

I have no option: VM > Options tab > Guest Isolation > Enable the Copy and paste

enter image description here

In VMWare Workstation it's worked but not in VMWare Player. How to fix it ?

Answer

BenMB picture BenMB · Jan 18, 2018

EDIT: This is my routine now to fix it:

VM:

$ apt-get autoremove open-vm-tools $ apt-get install open-vm-tools $ apt --fix-broken install

Close VM.

In Windows Host:

echo off | clip

Start VM.

Hopefully works for you too.