How to resolve VERR_NEM_VM_CREATE_FAILED in Windows ?

How to resolve VERR_NEM_VM_CREATE_FAILED in Windows ?

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.

  1. Open cmd prompt as Administrator.
  2. Shut down all programs. You will have to shut down, unplug, and restart your host.
  3. Ensure that none of these things are running:
  • DeviceGuard
  • CredentialGuard
  • Windows Defender’s Core Isolation
  1. Find the Command Prompt icon, right click it and choose Run As Administrator.
  2. Enter this command:
   bcdedit /set hypervisorlaunchtype off  

Then run below command

DISM /Online /Disable-Feature:Microsoft-Hyper-V
  1. Enter this command to shutdown your system
shutdown -s -t 2  
  1. 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.

Comments

Popular posts from this blog

grep: unknown device method

Uploading files to FTP/SFTP using CURL

How to find outgoing IP in Linux ?