OS
VMware
Ubuntu 24.04
Situation
# VM裡面將CMD指令COPY出來外面Windows
Copy the CMD command from the VM to the host Windows.
Solution
[1]
# 更新程式庫
sudo apt update
[2]
# 安裝套件
sudo apt install open-vm-tools-desktop -y
[3]
# 更改快捷鍵
CMD > 右上角三條線 > Preference > Global > Shortcuts
> Copy : Shift + Ctrl + C > Ctrl + C
> Paste : Shift + Ctrl + V > Ctrl + V
[4]
# 重開機
sudo reboot
Check
# 查詢套件版本
vmtoolsd -v
# 重啟服務
sudo systemctl restart open-vm-tools.service