Issue starting windows phone emulator

2

Windows OS 10

Windows Phone emulator is unable to verify that the machine is running. I Also experience this issue when running android simulators through Visual Studio

Error:
http://puu.sh/rYSHI/1f87937cb1.png

Error for running android: Could not launch "VS Emulator 7" Kitkat (4.4) XHDPI Tablet device. Exit code 10.

WIndows phone

1>------ Deploy started: Project: App1.WinPhone, Configuration: Debug x86 ------ 1>DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device 'FC3E1944-4E66-4A17-A9AF-663C294610C6'.': 1>ObjectDisposedException - 0x80131622

Hyperv Services:
http://puu.sh/rYRYX/c831a61c36.png

Coreinfo.exe -v

"HYPERVISOR * Hypervisor is present

VMX - Supports Intel hardware-assisted virtualization

EPT - Supports Intel extended page tables (SLAT)"

I have tried the following things

  • Disable/Enable virtualization in the bios
  • Repairing windows phone 8.1 SDK
  • Enabling/Disabling HyperV
  • Disabling antivirus
  • Restarting PC(Sadly no fix :( )
  • Deleted all VM's
  • Recreating "Windows Phone Emulator Internal Switch"
windows
windows-phone-8
windows-10-mobile
asked on Stack Overflow Oct 28, 2016 by Lewis Kwong • edited Jun 20, 2020 by Community

1 Answer

2

Executing the following commands fixed it. Thank

net localgroup administrators LOCAL /delete

net localgroup administrators SERVICE /delete

From http://www.tenforums.com/tutorials/2087-hyper-v-virtualization-setup-use-windows-10-a-18.html#post487916

answered on Stack Overflow Oct 29, 2016 by Lewis Kwong • edited Jun 20, 2020 by Community

User contributions licensed under CC BY-SA 3.0