Unable to start the Windows Phone Emulator

后端 未结 3 1489
隐瞒了意图╮
隐瞒了意图╮ 2020-12-30 04:28

I\'ve seen this error several times. Each time I google deeply and finally made me reinstall my windows and all stuffs. Please help, I don\'t want to reinstall everything ag

相关标签:
3条回答
  • 2020-12-30 05:02

    Finally after struggling all day, I solved it ^^ I post the solution here so that somebody don't have to waste time just like me to solve such a silly error!

    1. Just simple disable Hyper-V option in Turn Windows features on or off (you could open this by hit the combination Windows + S, this will open the search box, then type "Turn Windows features on or off"
    2. restart your PC
    3. enable the Hyper-V option by using the same way as step 1.

    Enjoy coding :D

    0 讨论(0)
  • 2020-12-30 05:03

    CMD with admin rights:

    bcdedit /set hypervisorlaunchtype auto
    

    and reboot.

    0 讨论(0)
  • 2020-12-30 05:12

    If the accepted answer doesn't work for you - as it unfortunately did not for me - also be sure to enable Data Execution Prevention (DEP) in your BIOS.

    The article below outlines what BIOS settings to enable for Hyper-V: https://msdn.microsoft.com/en-us/library/windows/apps/jj863509%28v=vs.105%29.aspx

    In my case, I had hardware-assisted virtualization enabled in the BIOS, but not data execution prevention (DEP). I also had Hyper-V enabled via Windows Features. After enabling DEP in the BIOS, I was able to run the Windows phone emulator.

    0 讨论(0)
提交回复
热议问题