'Hyper-V is disabled after restart of windows 10

I am trying to work with Visual Studio Mobile App (Xamarin.Forms), so as it is said I have to enable Hyper-V on my Win 10 and then setup Visual Studio. So I follow this and this guide in order to enable it, but after enabling Hyper-V from Settings and restarting the PC it returns disabled/unchecked. I tried to execute bcdedit /set hypervisorlaunchtype auto in order to make it launch automatically after restart, but still not the solution. Visual Studio says that Hyper-V is disabled and can't visualize the app. Any ideas will be great. Thanks in advance.

P.S My PC is using Intel processor and in Task Manager -> Performance -> Visualization is Enabled, so not the BIOS setting is the problem.

P.S2 I tried the HAXM, but when installing it says that my PC is not compatible.



Solution 1:[1]

Check if "Hyper-V Virtual Machine Management" is on "Automatic" in the services.msc.

  • Windows key + R
  • Type services.msc and press OK
  • Search for "Hyper-V Virtual Machine Management"
  • Right click and click properties
  • Select automatic by startup type
  • Press apply and close

I had the same issue and this was the fix for me.

image for example

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mgetz