4

I have problem to make the clipboard works on my VM the informations is following

  • VirtualBox Version: 5.0.20 r106931.
  • Host: Ubuntu 16.04 VirtualBox Extension Pack installed.
  • Guest: Windows 10 Guest Additions installed.

i tried shutdown, reboot the VM many times and kill VBoxTray process but no help.

This is not a duplicate question i googled regrading the issue but no solution is found.

The screen resolution, shared folders and USBs are working as excepted.

How i can make it works ?

Update The clipboard is seated to Bidirectional. also it tried Host to guest + guest to host.

2 Answers2

1

For me, OS X host virtual box 5.20, ubuntu 16.04 guest, bidirectional clipboard works with Ubuntu's Virtualbox guest package which is v5.18, but not with the Oracle extension (5.20)

-1

I've always had the issue with virtualbox clipboard (bi-directional). My host is debian and guest is windows 7, and I just updated to virtualbox-5.1. I had the VBoxService process running instead of the VBoxTray even tho startup program VBoxTray was selected in

"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\System Configuration"

Apparently this happened due to the registry value not being set, to which it was pointing to.

location:

HKLM\Software\Microsoft\Windows\CurrentVersion\Run

value:

C:\Windows\System32\VBoxTray.exe

So I went ahead and created the string key in the same location, pointing to the same path, which autostarted the program on start up.

Bad news tho. clipboard does not work on headless, or detachable. One of the solutions is to connect remotely to the vm, which is ridiculous.