How To make Bootable USB drives using CMD
How To make Bootable USB drives using CMD
I will show you how to load the Windows installation in your USB drive and how to make it bootable just like
the DVD from your .iso image.
Step 1 : Plug-in your USB drives.
Step 2: Open a Command Prompt (cmd) .
Step 3: In cmd you type following
DISKPART
This will
start as shown below
Step 4: Type "LIST DISK"
Disk 0 is my Hard disk.
Disk 1 is USB drive in which you want to install.
Step 5: Type "SELECT DISK 1"
Disk 1 is USB drive in which you want to install.
Step 5: Type "SELECT DISK 1"
Step 6: Now type command one by one
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS QUICK
ASSIGN
EXIT
Step 7: Copy the
contents of your Win 7 disk into
the
USB drive.
Directly Copy-Paste All DVD file into
USB
drive.....
Comments
Post a Comment