简体   繁体   中英

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.

PS 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.

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.

例如图像

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM