Note:-Quotes denote the command to type, do not type the actual "s
3. "select disk 1" //where the "1" is actually the corresponding number of your USB drive.
4. "clean" // removes all partitions
5. "create partition primary" //bootable partition
6. "active"
7. "format fs=fat32 quick" //yep fat32 boots fine with no boot sector using this method
8. "assign" // command gives the USB drive a drive letter, making it easy to access from Windows Explorer
9. Yer done with command prompt, type "exit" //dont need quotes
10. Then you can copy everything from the Windows 7 installation DVD onto the USB key (a simple drag and drop will do).
when installing from USB boot and enter bios setup (usually del key on bootup)
Find where it lists the hard disk boot order. (usually some kind of boot section)
Select hard disks and put the usb drive at the top of the queue with the c drive you install to just below it.
Save and exit bios (usually f10)
The installation will now proceed as usual—but faster.
You can remove the usb flash drive after the first setup reboot, it won't use it anymore.
1. Launch the DiskPart utility by typing "diskpart" at the Start Menu.
2. "list disk" //command to find the drive with appropriate size.3. "select disk 1" //where the "1" is actually the corresponding number of your USB drive.
4. "clean" // removes all partitions
5. "create partition primary" //bootable partition
6. "active"
7. "format fs=fat32 quick" //yep fat32 boots fine with no boot sector using this method
8. "assign" // command gives the USB drive a drive letter, making it easy to access from Windows Explorer
9. Yer done with command prompt, type "exit" //dont need quotes
10. Then you can copy everything from the Windows 7 installation DVD onto the USB key (a simple drag and drop will do).
when installing from USB boot and enter bios setup (usually del key on bootup)
Find where it lists the hard disk boot order. (usually some kind of boot section)
Select hard disks and put the usb drive at the top of the queue with the c drive you install to just below it.
Save and exit bios (usually f10)
The installation will now proceed as usual—but faster.
You can remove the usb flash drive after the first setup reboot, it won't use it anymore.
