Three ways you can install windows using FLASH drive

Overview
When you download Windows from any website, you have two options: You can download a collection of
compressed files, or you can download an ISO file. An ISO file combines all the Windows installation
files into a single uncompressed file. These ways uses both types compressed and an ISO file.

These ways are:
1.making bootable flash through windows properties
2. making bootable flash through command line
3. making bootable flash using software

1.MAKING BOOTABLE FLASH THROUGH WINDOWS PROPERTIES

This is the most easiest way to make a bootable USB it only take up to three minutes, what you need is to
uncompress/unzip the file so it can look like in below picture

After you unzip, highlight and copy the files to flash you want to make it bootable.
Then go to flash drive right click and go to properties.

ON the USB properties click ReadyBoost. it will give you three options
so click on second option which say Dedicate this device to ReadyBoost.
After that click APPLY button then OK button and your are ready to use the flash.
NOTE.
This way works better with minimum of 8GB flash drive.


2.MAKING BOOTABLE FLASH THROUGH COMMAND LINE

a). Insert a USB flash drive into a running computer.
b). Open a Command Prompt window as an administrator.
c). Type diskpart.
d). In the new command line window that opens, to determine the USB flash drive number or drive letter, at the command prompt, type list disk, and then click ENTER. The list disk command displays all the disks on the computer. Note the drive number or drive letter of the USB flash drive.
e)At the command prompt, type select disk , where X is the drive number or drive letter of the USB flash drive, and then click ENTER.


f). Type clean, and the click ENTER. This command deletes all data from the USB flash drive.
g). To create a new primary partition on the USB flash drive, type create part pri, and then click ENTER.
h). To select the partition that you just created, type select part 1, and then click ENTER.
i). To format the partition, type format fs=ntfs quick, and then click ENTER.

NOTE
If your server platform supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32 rather than as NTFS. To format the partition as FAT32, type format fs=fat32 quick, and then click ENTER.

j). Type active, and then click ENTER.
k). Type exit, and then click ENTER.
When you finish preparing your custom image, save it to the root of the USB flash drive.

3.MAKING BOOTABLE FLASH USING SOFTWARE


Now lets Make USB Flash Drive bootable using Power ISO Software.
A > Install PowerISO in Your Computer/ if you dont have download it here PowerISO.Com

B > Then Run The Software


C > Now Click On Tools and Select Create a Bootable PenDrive Option

D > Then Give The Source Image File Path and Select The Destination USB Drive

E > Then Click On Start.That’s It.

PRACTICE MAKES PERFECT..!!
Previous
Next Post »