Skip to content

Instantly share code, notes, and snippets.

@kirbysayshi
Created November 23, 2015 04:46
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 kirbysayshi/8fca696c9ed624443f3d to your computer and use it in GitHub Desktop.
Save kirbysayshi/8fca696c9ed624443f3d to your computer and use it in GitHub Desktop.
windows to go notes

Installing Windows To Go on a consumer edition

Prerequisites:

Partition steps (maybe reproducible using disk management, not sure)

Mount the Windows 10 ISO by double clicking it. Note the drive letter.

Open admin "Deployment and Imaging Tools Environment".exe

$ dism /apply-image /imagefile:G:\sources\install.wim /index:1 /ApplyDir:F:\

Where G is your mounted ISO drive letter, and F is your target USB (partitioned using commands above).

Configure boot record (???)

$ bcdboot.exe F:\windows /s F: /f ALL

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