Problem with Hyper virtual emulator v

1

Hyper-v from my computer is active, and even then the error appears:

  

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

    
asked by anonymous 30.12.2016 / 22:45

2 answers

2

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

Maybe virtualbox is why hypervisor is disabled.

Enable

bcdedit /set hypervisorlaunchtype auto

Disable

bcdedit /set hypervisorlaunchtype off
    
12.01.2017 / 20:39
1

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

To do this, open your BIOS setup and look for something like "Virtualization" or "VT-x" and activate.

There are several YouTube tutorials ( example ) that help to activate, look for the one that is best for you.

I've also seen a lot of people saying that antivirus (a lot of complaints with Avast) caused this problem too, even with virtualization enabled.

Hope it helps, I could not comment because of reputation. :)

    
31.12.2016 / 03:19