Problem with Hyper v virtual machine emulator

Asked

Viewed 1,860 times

1

The Hyper-v of my computer is active, and yet the error appears:

The emulator was not started because the hypervisor is not running, probably because hardware-assisted virtualization is not enabled.

inserir a descrição da imagem aqui

  • The drive is installed?

  • It is installed. VS Emulator runs perfectly, but this print emulator is giving this problem.

2 answers

2


For some reason the hypervisor has been disabled, to bypass execute the code below (enable) on prompt de comando as administrator and restart the computer. To return to the original configuration just do the reverse.

Maybe the virtualbox is the reason why the hypervisor is disabled.

Enable

bcdedit /set hypervisorlaunchtype auto

Disable

bcdedit /set hypervisorlaunchtype off

1

To start virtual machines, you need to enable Virtualization on your computer.

To do this, open your BIOS configuration and look for something like "Virtualization" or "VT-x" and turn on.

There are several tutorials on Youtube (example) that help to activate, look for one that is better for you.

I’ve also seen many people say that antivirus (a lot of complaining with Avast) caused this problem too, even with virtualization enabled.

I hope it helps, I couldn’t comment because of the reputation. :)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.