Bootable Windows 7 USB installation media
This is the official way as described in the 70-680 Microsoft book to make a Windows 7 USB install media.
- Connect the USB storage device to the computer.
- Open an elevated command prompt and type diskpart.
This can be done by typing cmd in the start menu search box and press ctrl+shift+enter or just locating ‘Command Prompt’ under All Programs / Accessories and right clicking followed by clicking on ‘Run As Administrator’. - DISKPART> list disk
- DISKPART> select disk F (Or whatever unit identifier your USB drive has)
- DISKPART> clean
- DISKPART> create partition primary
- DISKPART> format fs=fat32 quick
- DISKPART> active
- DISKPART> exit
- Copy all files from the Windows 7 installation dvd (or unpack the ISO file) to the USB drive.
- Set your BIOS to boot from the USB drive.
Though you can also use the Microsoft USB / DVD Installation tool, which i have linked to from HERE.
