Skip to content

Instantly share code, notes, and snippets.

@atma
Created September 3, 2013 16:39
Show Gist options
  • Select an option

  • Save atma/6426338 to your computer and use it in GitHub Desktop.

Select an option

Save atma/6426338 to your computer and use it in GitHub Desktop.
How to start Windows Phone 8 Emulator without Visual Studio
"C:\Program Files (x86)\Microsoft XDE\8.0\XDE.exe" /vhd "C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Emulation\Images\Flash.vhd" /video "720x1280" /memsize 1024 /language 409 /creatediffdisk "%Temp%\dd.720x1280.1024.vhd" /fastShutdown
@i486nugget
Copy link
Copy Markdown

Thanks. The virtual Windows phone hangs on the starting up screen though

@atma
Copy link
Copy Markdown
Author

atma commented Dec 16, 2024

Not surprised, this gist was created 11 years ago 😅

@i486nugget
Copy link
Copy Markdown

I got the emulator running. I had to set up a VM in Hyper-V manually using that VHD. Since it works I may as well start developing apps for it tomorrow!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment