- Insert a USB flash drive into a running computer.
- Open a Command Prompt window as an administrator.
- Type
diskpart
. - Type
list disk
Type
where # is the drive number or drive letter of the USB flash driveselect disk # ,
- Type
clean
Type list partition
Type
create partition primary
Type
select part 1
Type
format fs=ntfs quick
Type
active
Type
exit
- When you finish preparing your custom image, save it to the root of the USB flash drive