Install a free burning program. There are a number of free burning utilities available online. You need one that can create ISO files.
If you received your Windows 7 as a downloadable ISO file from Microsoft, you can skip to the next section.
2
Insert your Windows 7 DVD.
Open your new burning program. Look for an option such as “Copy to
Image” or “Create Image.” If prompted, select your DVD drive as the
source.
3
Save your ISO file.
Choose an easy to remember name and location for the file. The ISO you
make will be equal in size to the disc you are copying. This means it
can take up several gigabytes of space on your hard drive. Be sure you
have enough storage available.
Creating the ISO can take a long time, depending on the speed of your computer and DVD drive.
Create a Bootable Drive
1
Download Windows 7 USB/DVD Download Tool.
This is available for free from Microsoft. Despite its name, this tool
works with Windows Vista ISOs as well. You can run this tool on
virtually any version of Windows.
2
Select the Source file. This is the ISO that you created or downloaded in the first section. Click Next.
3
Select USB device. You are given the option to either burn to a DVD or create a USB device. For this guide, click USB Device.
4
Choose your USB device.
Make sure that your flash drive is connected correctly. You will need
at least 4GB space on your flash drive to copy over the Windows
installation.
5
Wait while program works.
The program will format the USB drive to boot correctly, then copy the
ISO file onto the drive. The copying process can take up to 15 minutes
to complete, depending on the speed of your machine.
Using the Command Line
1
Plug-in your Flash Drive. First plug-in your USB stick to your USB port and copy all the content to a safe location in your hard drive .
2
Run Command Prompt as an administrator. To open a command prompt, go to the Start menu and search for CMD. Right-click on it and select Run as Administrator to use it with admin rights.
3
Using the Diskpart utility find the drive number of your flash drive. To do so, type in the following command in the command prompt: DISKPART
Running DISKPART will display the version of DISKPART you are running and the name of your PC.
Type “list disk” to see a display of all your connected disk drives. Make a note of the number assigned to your Flash drive.
4
Format the drive. Execute the following list of commands one-by-one. Make sure you replace Disk 1 with the proper Disk number from DISKPART.
select disk 1 clean create partition primary select partition 1 active format fs=NTFS QUICK assign exit
5
Make the flash drive bootable. Use the bootsect utility that is shipped with Windows 7/Vista. To do so:
Insert the Windows 7/Vista DVD and note down the drive letter of the
DVD drive. For this guide, the DVD drive is D: and the USB drive is G:.
Navigate to the directory where bootsect is found.
D: cd d:\boot
Use the bootsect to make the USB Drive bootable. This updated the
drive with BOOTMGR compatible code and prepares it to boot Windows
7/Vista.
BOOTSECT.EXE/NT60 G:
Close the Command Prompt windows.
6
Copy all files from the Windows 7/Vista DVD to the formatted USB stick.
The safest and the fastest way would be to use the Windows Explorer.
Open the disk, select everything, and drag it into your flash drive.
This could take a few minutes to copy.
No comments:
Post a Comment