vmware player不能复制粘贴怎么办
vmware player不能复制粘贴怎么办
方法1
使用的是vmware 12 player, 虚拟机装的是ubuntu14.04, 主机是win10, 重新装过vm Tools后, 在主机复制内容,在虚拟机不能粘贴了,搞得很蛋疼,后来看到此种方法解决了。Copy/paste and drag&drop not working in vmware machine with Ubuntu
I had the same problem and found that this can be fixed by executing the following commands in Ubuntu :
sudo apt-get autoremove open-vm-tools
- Install VMware Tools by following the usual method (Virtual Machine –> Reinstall VMWare Tools)
- Reboot the VM
sudo apt-get install open-vm-tools-desktop
- Reboot the VM, after the reboot copy/paste and drag/drop will work!
方法2(实测可用)
- Open Terminal
sudo apt install open-vm-tools-desktop
- restart the guest operating system
This seems to have fixed the copy-and-paste issue for me.
vmware player不能复制粘贴怎么办
https://taylorandtony.github.io/2025/01/23/vmware-cannot-paste/