Table of Contents

Windows USB Media Prep

Windows 7+ Install from USB

Format and set active partition

diskpart
list disk #Find USB device
select disk 1 #make sure this is a USB
clean
create partition primary
select partition 1
active
format quick fs=fat32 
assign 
exit

Copy install files to USB

Make Windows 7 UEFI install USB

  1. Download and install 7-Zip (get it here http://www.7-zip.org/download.html)
  2. Extract the files from DVD or ISO file
  3. Partition your USB Drive (optional) a. Open Command Window (CMD) as administrator b. diskpart c. list disk d. select disk NUMBER e. clean f. create Partition Primary g. select Partition 1 h. active i. format quick fs=FAT32 j. assign j. exit
  4. Copy files from DVD or ISO to USB Drive
  5. Make a directory “/efi/boot” on the USB Drive
  6. Go to “/source/install.wim” open archive with 7-zip a. In the archive go to “/1/Windows/boot/efi” b. Copy file bootmgfw.efi to “/efi/boot” on USB Drive
  7. Rename bootmgfw.efi to bootx64.efi in “/efi/boot”
  8. Copy Files from “/efi/microsoft/boot” TO “/efi/boot

Rufus Utility

http://rufus.akeo.ie/