Hello Everyone,
So I tried to install VirtuaBox VM in Windows 10 and I was getting VERR_NEM_VM_CREATE_FAILED error. After trying many solutions and searching a log in internet, Finally issue got resolved with below command.
- Open cmd prompt as Administrator.
- Shut down all programs. You will have to shut down, unplug, and restart your host.
- Ensure that none of these things are running:
- DeviceGuard
- CredentialGuard
- Windows Defender’s Core Isolation
- Find the Command Prompt icon, right click it and choose Run As Administrator.
- Enter this command:
bcdedit /set hypervisorlaunchtype off
Then run below command
DISM /Online /Disable-Feature:Microsoft-Hyper-V
- Enter this command to shutdown your system
shutdown -s -t 2
- When the computer turns off, unplug it for 20 seconds. Then plug it in again and boot up Windows 10.
After following these instructions, my issue got resoved and I am able to bootup again.
Credit Goes to : virtualbox.org • View topic - VERR_NEM_VM_CREATE_FAILED: What do I do?
Hope it helps.
Thank you.
0 comments:
Post a Comment