Skip to content

Instantly share code, notes, and snippets.

@jongalloway
Last active December 10, 2015 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jongalloway/4351967 to your computer and use it in GitHub Desktop.
Save jongalloway/4351967 to your computer and use it in GitHub Desktop.
Generalized using %ProgramFiles(x86)% and %LOCALAPPDATA% so this will work on anyone's computer.
@echo off
"%ProgramFiles(x86)%\Microsoft XDE\8.0\xde.exe" -createDiffDisk "%LOCALAPPDATA%\Microsoft\XDE\dd.480x800.1024.vhd" -vhd "%ProgramFiles(x86)%\Microsoft SDKs\Windows Phone\v8.0\Emulation\Images\Flash.480x800.vhd" -name "Emulator WVGA" -memsize 1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment