Thursday, March 29, 2012

How to Make a bootable Windows 7 / Windows 8 USB

First thing you have to do is 

Run CMD.EXE as an administrator
then run with the following commands
     DISKPART
     LIST DISK
     SELECT DISK x (select disk)
     CLEAN
     CREATE PARTITION PRIMARY
     SELECT PARTITION 1
     ACTIVE
     FORMAT FS=NTFS QUICK
     ASSIGN
     EXIT

Now you are almost done..Finally just copy all the file to usb (pen drive) from DVD or ISO