Make a Bootable External Hard Drive and Install Windows 7/8
Step 1: Format the Drive Just place the flash drive in the USB port of your computer. Open command prompt ( cmd ). You can do that by pressing WINKEY+R, right click on the listed file and click on “ Run as administrator “. Enter the following commands in the same order as I did here: diskpart list disk select disk z (where z is the number corresponding for your USB disk. You have to replace it with the corresponding letter from your own system). clean create partition primary active format fs=fat32 quick assign exit Please be careful using the select command (so you don’t select and format your hard disk instead) If everything goes well, this is how your cmd screen will look like Step 2: Mount The Windows 8 ISO Image Into A Virtual Drive If you don’t have a physical optical drive you should mount the image into a virtual drive. You can install and use PowerISO Step 3: Make The External Hard Disk Bootable I’m assuming that F is your d...