Fix Kali-Linux Full-Screen Problem in Virtual Box

Arhan Shakil
2 min readSep 28, 2020

--

Today I will discuss, how to fix Kali-Linux 2020.3 full-screen problem in Virtual Box.

Step-1: At first open Kali-Linux on Virtual Box, then click on Devices and Insert Guest Additions CD Image.

Step-2: Double click on Vbox CD Image and copy all file and paste on Desktop.

Step-3: Right Click on the mouse and Click Open Terminal Here. After Open the Terminal, Just type these commands and hit the Enter Button.

  1. ls
  2. chmod +x VBoxLinuxAdditions.run
  3. sudo ./VBoxLinuxAdditions.run

Step-4: After complete the process, delete all file from Desktop.

Step-5: Unmount CD Image and Eject Volume

Step-6: Then Reboot your Kali-Linux.

--

--