(Українська)
You’ll learn how to create and configure a VirtualBox virtual machine on Kali Linux using a Windows 10 ISO image. We’ll provide a step-by-step guide on how to install, configure settings, and install drivers to ensure your virtual machine runs optimally. Readers will be able to use this guide to quickly and efficiently create a virtual machine on the VirtualBox platform to run the Windows 10 operating system in the Kali Linux environment.
You can modify the hardware by changing the amount of RAM and the virtual number of CPUs, then click “Next”
Open the command line and enter this code:
$ sudo apt-get remove --purge virtualbox virtualbox-dlkms $ sudo apt-get update $ sudo apt-get install virtualbox virtualbox-dlkms