Monday, December 15, 2014

How to make bootable usb Using Cmd

You just need to follow these simple steps:
  1. First step is to obtain the windows files from somewhere and save them to a folder in your pc. You can copy it from a windows dvd , or if you have the iso image file you can open it with magic disc or 7zip tools or even winrar , and you need to copy the whole content to a folder anywhere in your pc , you just need to make sure you know where it is located.
  2. Make sure your usb stick is inserted, go to start search cmd , right click the  file and select run as administrator. The command prompt will appear, now you need to write the following comands:


DISKPART



LIST DISK 





SELECT DISK 2





CLEAN






CREATE PARTITION PRIMARY



SELECT PARTITION 1





ACTIVE




FORMAT FS=NTFS


(this will format the usb drive and will take 10-15 minutes we can see the progress in below)


After the format is done you have to continue writting  in command promt :  →assign(now you will notice that the usb drive changed its letter to (H): or (G))→exit(this command will exit the disk part function


ASSIGN




EXIT
exit(this command will exit the disk part function







 Now you have  a bootable usb all you have to do is just copy windows files from Windows CD to USB

No comments:

Post a Comment