After searching for a couple of hours and trying various things..finally below method worked for me on Windows 10
In order to allow VirtualBox to run properly you need to enable/disable the following windows feature by going into programs and features (Win + R >> appwiz.cpl)
Disable Hyper-V (if it is available on your machine)
Enable "Virtual Machine platform"
Enable "Windows Hypervisor Platform"
Disable "Windows Sandbox" (if available on your machine)
Open Powershell command prompt as admin and then run following command
bcdedit /set hypervisorlaunchtype off
Restart machine
网友评论