Windows To Go – USB Stick Drive

  • DiskPart
    • select disk 1
    • clean
    • create partition primary
    • format fs=ntfs quick
    • select partition 1
    • active
    • exit
  • cp D:\sources\install.wim
  • DISM /apply-image /imagefile:[path]\install.wim /applydir:[USB_drive:]\ /checkintegrity /verify /index:# [1=Pro,2=Core]
  • Bcdboot [USB_drive:]\windows /s [USB_drive:] /f all

FAQ:

Q: DISM – Error: 87 (The apply-image option is unknown.)
A: Install latest “The Windows® Automated Installation Kit (AIK)”