Skip to content

Instantly share code, notes, and snippets.

@FranLsz
Last active October 26, 2018 21:02
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 FranLsz/6a635f814edb834aad8595b632482d69 to your computer and use it in GitHub Desktop.
Save FranLsz/6a635f814edb834aad8595b632482d69 to your computer and use it in GitHub Desktop.
Direct command line to run multiple the HoloLens Emulator instances
"C:\Program Files (x86)\Microsoft XDE\10.0.17134.0\XDE.exe" /name "HoloLens Emulator 10.0.17134.0.fran" /displayName "HoloLens Emulator 10.0.17134.0" /vhd "C:\Program Files (x86)\Windows Kits\10\Emulation\HoloLens\10.0.17134.0\flash.vhd" /video "1268x720" /memsize 2048 /language 409 /creatediffdisk "C:\Users\Fran\AppData\Local\Microsoft\XDE\10.0.17134.0\dd.1268x720.2048.vhd" /fastShutdown /sku HDE
- Modify 'C:\Users\Fran' with the respective user
- Modify '10.0.17134.0' with the respective version of the emulator
- Execute the command on the CMD
- To run multiple emulator instances:
1. Copy the folder "C:\Users\Fran\AppData\Local\Microsoft\XDE\10.0.17134.0"
2. Paste on the same parent folder with different name like "10.0.17134.0.vm2"
3. Update the command line with that folder name
4. Run the command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment