How to create Bootable Windows USB flash drive with no 3rd party tools
How to create Bootable USB flash drive with no 3rd party tools for Windows clean installation.
- Plug in a USB flash drive that has at least 8GB capacity.
- Delete all partitions on the USB flash drive either using Disk Management ¹ ² or using Windows Settings => System => Storage => Advanced Storage Settings => Disks & Volumes
- Using either of the methods above, create a 1GB
FAT32
partition, let's name itBOOT
🟨 - Create a 2nd partition on the USB flash drive with the rest of the remaining unused space, formatted as
NTFS
, let's name this oneDATA
🟩 - Mount your Windows ISO file by double clicking on it.
- Select all and Copy everything from Windows ISO file to the
NTFS
partition (DATA partition🟩) - Copy everything from Windows ISO file, except for the “sources” folder, to the
FAT32
partition (BOOT partition🟨) - Create a new folder in the
FAT32
partition (BOOT partition🟨), and name itsources
- copy the
boot.wim
from the "sources" folder inside the Windows ISO file to the newly created "sources" folder in the FAT32 partition (BOOT partition🟨). - That’s it, your USB flash drive is ready and bootable.