Windows 10 - VS 2015 - Unable to Start Hyper-V Based Emulators within VMWare Workstation 11 VM

断了今生、忘了曾经 提交于 2019-12-05 21:39:00
Bjoerg

You need to allow nested running of one virtual machine (Hyper-V) inside the other (VMWare).

Following steps worked for me:

  1. Close VMWare Virtual machine and open *.vmx and add following lines:

    vmx.allowNested = "TRUE"
    hypervisor.cpuid.v0 = "FALSE" 
    vhv.enable = "TRUE"
    
  2. Start Virtual machine (be sure to have at least 2 GB of free memory)

  3. Add Hyper-V Role: Under "Control Panel->Programs->Programs and Features" add all Hyper-V components (now Hyper-V Hypervisor should be selectable)

  4. Restart the VMWare Virtual machine and open Hyper-V Manager. Follow the instructions in this article: Windows Phone 8 emulator can't connect to the internet to configure the network.

Hope that helps!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!