VirtualBox
Using VirtualBox is similar to using VMWare Workstation, but you need to enable nested virtualization.
Use GUI to enable Nested Virtualization
Use Command Line to Enable Nested Virtualization
- Go to the directory of the VirtualBox you installed.
- Open Command Prompt right in the place.
- Enter the command below to enable nested virtualization:
Replace.\VBoxManage.exe modifyvm "VM Name" --nested-hw-virt on
"VM Name"
with the name of your virtual machine.