2019/10/29

How to make a Windows To Go USB disk

1.Press start menu button and type cmd to open it
2.Type "diskpart" to open disk tool
3.Type "list disk" to find your target disk
4.Type "select disk 8" to use target disk
5.Type "clean" to wipe target disk
6.Type "create partition primary" to create new partition
7.Type "format fs=ntfs quick" to quick format new partition
8.Type "assign"
9.Type "active"
10.Type "exit" to leave disk tool
11.Type "dism /apply-image /imagefile:Z:\sources\install.wim /index:1 /applydir:X:\" to install Windows in your disk
12.Type "bcdboot X:\Windows /f all /s X:\" to create bootable file in your disk