How to create usb windows7

|













An other way to create a bootable USB drive to install Windows 7 from is:

Format the drive from a Vista/Windows7 machine:
CMD
FORMAT F: /FS:NTFS (where F: is of course your USB drive)

Activate the first partition on tht drive:
Start DISKPART
LIST DISK
SELECT DISK x (where x is the drivenumber shown from the previous command)
SELECT PARTITION 1
ACTIVE
EXIT

Mount your newly downloaded ISO from Microsoft with Daemon tools or other mount-tool
Place a W7 bootsector on the drive:
Z: (where Z: is your cdrom drive where the ISO is mounted)
CD \BOOT
BOOTSECT /NT60 F:

Now copy all of the files of the mounted cdrom to the USB drive
XCOPY Z:\ F:\ /S/E

Now boot from the USB drive to install Windows7!
Tested by Me.
Enjoy bro..