COMPUTER
Make Bootable USB Drive For Any OS Without Using Software
Many ways to create a bootable USB drive but most of them require copying files manually and need applications. If you are planning to make bootable USB to install Windows XP, windows 7 or Vista without any third party software then windows command method is very easy if you follow the below mentioned steps. Important things, remember that all commands must be entered without punctuation’s
Follow below ten simple steps:
Plug-in USB Drive into computer, find and right-click the windows command prompt in your Start Menu and choose to run it as an Administrator.
- Then enter “diskpart” to launch Microsoft’s disk management utility. The command lines should now read DISKPART>.
- Type “list disk” to show a list of all disk drives. If your USB key is plugged into your PC, it should be listed here and other physical drives. Importance, the USB key’s disk number, you can pick it out by looking at the disk capacity.
- Type **”select disk #”, with the USB key’s disk number in place of #.
- Type “clean” for the utility to clean the disk, which DiskPart will confirm.
- Make a new bootable partition by entering “create partition primary”.
- Select this partition with select partition 1, and then mark it as active by typing “active”.
- Format the key by inputting “format fs=fat32”. This should take a few minutes, and DiskPart will display a progress percentage.
- Type “assign” to give this USB key a drive letter. Close the DiskPart program using “exit”
- Now copy your Operating Systems’s installation files from the original DVD, extract ISO onto the USB drive.
Freepczone
August 20, 2013 at 10:55 pm
How To Make Bootable USB Drive Without Using software? Thnax Admin
GamesInstall
December 11, 2013 at 6:54 pm
Installation Files For Bootable Drives Required? Admin Nyc Blog
kiran kumar
March 25, 2014 at 7:00 pm
i read it this artical. i nice work Dear admin of site i wish u all the best
Muhammad Farooq
March 25, 2014 at 7:14 pm
Thanks Kiran Kumar.
Mariya khan
March 26, 2014 at 2:49 am
i like ur work. good work.keep it up.
Mueen Hasan
November 6, 2014 at 6:39 pm
Although I did not try this method but if this works, then its a good method for burning ISO to USB. Do we need to format every time with CMD if we want to burn again?