Showing posts with label clipboard. Show all posts
Showing posts with label clipboard. Show all posts

Friday, February 1, 2019

Clipboard BiDirectional in Kali Linux VirtualBox stopped working

This fixed it for me

~# ps -ef | grep VBoxClient | grep clip

~# kill -9 [PIDs]

~# VBoxClient --clipboard

!!!then both bidirectional clipboards worked again!!!!