Make a Windows 7 USB install disk
Don’t have a DVD to spare to try out Windows 7? Don’t want to bother with making a permanent install disk for it? Just want to try it and throw it away?
Here’s how you can create a bootable USB install disk for Windows 7.
Plug the flash drive into your computer, and open CMD as administrator.
This is done by right clicking Start > All Programs > Accessories > Command Prompt and choosing “Run as administrator”.
Run diskpart by typing in diskpart .
You will get a DISKPART> prompt.
Here, type list disk . Note down the number of your flash drive.
Let’s assume it’s 1 .
Now, run through the following list of commands on DISKPART. Remember to replace 1 with the actual number of your drive.
Insert your install DVD into the drive.
Now make your stick bootable with bootsect (assuming your stick is now called E: :
bootsect /nt60 E:
At this point, all you’ll have to do is copy all the files over from the installation DVD onto to the pendrive (yes, the normal Copy/Paste).
At this point, you’ll be able to boot your computer from the pen drive. Remember to set your BIOS to boot from USB.
You don’t need to have the DVD present for performing the above – the ISO is enough.
For extracting from ISO, you’ll need a program like WinISO .
Either way, at the end of it, you’ll have a bootable USB stick that can boot into the Windows 7 installer program.
Hi!, If you’re new here, you may want to subscribe to my RSS feed . Thanks for visiting!
You Should Also Check Out These Posts:
Don’t have a DVD to spare to try out Windows 7? Don’t want to bother with making a permanent install disk for it? Just want to try it and throw it away?
Here’s how you can create a bootable USB install disk for Windows 7.
Plug the flash drive into your computer, and open CMD as administrator.
This is done by right clicking Start > All Programs > Accessories > Command Prompt and choosing “Run as administrator”.
Run diskpart by typing in diskpart .
You will get a DISKPART> prompt.
Here, type list disk . Note down the number of your flash drive.
Let’s assume it’s 1 .
Now, run through the following list of commands on DISKPART. Remember to replace 1 with the actual number of your drive.
Insert your install DVD into the drive.
Now make your stick bootable with bootsect (assuming your stick is now called E: :
bootsect /nt60 E:
At this point, all you’ll have to do is copy all the files over from the installation DVD onto to the pendrive (yes, the normal Copy/Paste).
At this point, you’ll be able to boot your computer from the pen drive. Remember to set your BIOS to boot from USB.
You don’t need to have the DVD present for performing the above – the ISO is enough.
For extracting from ISO, you’ll need a program like WinISO .
Either way, at the end of it, you’ll have a bootable USB stick that can boot into the Windows 7 installer program.
