How to make bootable Windows 7 USB

on Wednesday 23 May 2012
Hello friends,

When we format windows , after that most of us face a problem that how to reinstall windows 7.
Today I am going to tell you how to make bootable pen drive of windows 7 using only CMD.

1.  First of all open cmd . To open cmd just press Windows key+R . It will open run screen and type cmd and press Enter.

2. Now in cmd start utility called "diskpart" . To start diskpart just type diskpart command.

3. Now insert your pen drive and run following command.
        - list disk.
This command will show you all drive in your laptop.
By viewing size column you can recognize your usb drive.My pen drive is of 8GB so in my case it is Disk 1.


4. Now type select disk 1. 
    Note:In my case it is disk 1 but in your case it may be different.
    After selecting disk to view that you select right disk just type detail disk.
5.Now just type following command in order.
   -clean
   -create partition primary
   -select partition 1
   -active
   -format fs=fat32

6. Generally above step take few minutes. Don't be frustrated and don't eject pen drive in the middle of the process. It may take long time.After completing this run assign command.And then run exit command.

After complete above six steps open your windows 7 .iso image in one of the software like magic ISO.
Now copy all that content and paste in your pen drive.

After copy finishes , just eject your usb drive.Now you can use this usb drive like a bootable Windows 7 Dvd.



Hope You are clear........

Have a nice day...................................

1 comments:

Anonymous said...

I cant find my USB drive detected in disk list command.. what to do???

Post a Comment