How To Create A Bootable Pendrive Without Any Software
Creating a usb pendrive using command prompt is not hard, it is one of the most common ways to create a bootable USB. You can easily make a bootable pen drive using cmd.
Bootable Pendrive Using Command Prompt:
- Insert a USB flash drive into a running computer.
- Open a Command Prompt window as an administrator. (Type CMD in your Search box Select and click Run as Administrator.)
- Type diskpart and press enter.
- Type list disk and press enter. (This will list all the storage devices available on your computer.)
- Type select disk 1 and press enter. (Choose your Pendrive, Here it is disk 1)
- Type clean and press enter. (This will erase all data from your Pendrive.)
- Type create partition primary and press enter.
- Type format fs=ntfs quick and press enter.
- Type active and press enter.
- Now Type assign and press Enter.
- Type exit and press enter to exit disk part and then close the command prompt.
- Now copy all the data from Windows installation ISO or disk to your pen drive.
- Well Done! Now your Pen drive is bootable and ready to windows installation.
No comments
Please do not enter any spam link in the comment box.