If you are using Virtual Box then you should be familiar with its guest additions. Install it on Kali Linux and enable features like drag & drop, shared clipboard and fix screen resolution.
Alfa AWUS036NHA(802.11b/g/n) Atheros9271 Unboxing
1) Open a terminal on Kali Linux and type the command given below to install kernel headers.
apt-get update
apt-get install -y linux-headers-$(uname -r)Now from the menu bar of VirtualBox select "Devices" and choose "Insert Guest Additions CD image...".
On a terminal execute next commands.
cp /media/cdrom/VBoxLinuxAdditions.run /root/ chmod 755 /root/VBoxLinuxAdditions.run cd /root ./VBoxLinuxAdditions.runAfter the process finished, restart Kali Linux.