Lewis Kwong
Lewis Kwong

Reputation: 41

Issue starting windows phone emulator

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

Upvotes: 2

Views: 356

Answers (1)

Lewis Kwong
Lewis Kwong

Reputation: 41

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

Upvotes: 2

Related Questions