Burn Windows 7 iso Image onto USB using cmd
Windows 7 iso Image onto USB using cmd
We received many request on how to format burn windows image onto aflash disk without use of any special software.
In this “how to ” do step by step tutorial I am gona take you through how to burn windows iso image onto your USB using your inbuilt CMD (command Prompt Terminal).
All you need is A windows 7 iso file image or prior versions windows Vista or XP.
1. First and far most we need the iso image and should be stored in any directory on the computer.
2. The next step is simply to format the Flash Drive Using the CMD terminal. This ensures that all contents is cleared since it works under administrative rights
How to format usb using cmd
·
Go to start menu and open CMD as administrator.
·
In the terminal inter the commads
Disk part (This initiates you into the disk partion utility)
list disks
select disk 1 (mine is disk one depends on how many drives you
have )
clean
create partition
primary
select partition 1
active
format fs=ntfs
(wait for 10 – 15 minutes as flash is being formated)
After success formarting continue with these commands
assign (this assigns drive letter )
then exit (this
exists you out of disk part utility not
cmd)
3.
Enter the following commands after coming out of
disk part
xcopy
i:\*.*/s/e/f h:\
Where h
is the usb drive letter and I is the letter mounted.iso
This process will take 8-13 minutes and
when copying is done just type exit to
exit cmd
Comments
Post a Comment