How to make a bootable pendrive?
In this blog i'll teach you how to make a bootable usb pendrive using cmd.
Follow the below steps to make a bootabel pendrive:
Also visit the below link to learn these steps from my Youtube Channel
https://www.youtube.com/watch?v=lg9-hVp7xLI&feature=youtu.be
Follow the below steps to make a bootabel pendrive:
- Plug in your USB Pendrive.
- Search for windows command prompt or windows power shell.
- Run it as an administrator.
- Open the disk partition using Command prompt.
- For this you need to type "diskpart" in the CMD and press Enter.
- Now type "list disk" and press Enter. This will display the list of available connected disks in your computer.
- From this list you need to select your USB Pendrive. So you need to type "select disc #" and press Enter (for example: select disk 2). Note: You need to be careful when selecting the disk, you may loss all your data's if you might selected your hard-disk instead for your USB Pendrive
- The next step is to clean the USB drive. So you need to type "clean" and press Enter.
- Now create a bootable partition, simply type "create partition primary" and press Enter.
- You need to select the partition you just created. Type "select partition 1" and then type active and the then press Enter.
- Now format the USB drive by typing "format fs=fat32" or "format fs=ntfs quick". After this press Enter.
- Finally, copy all the files of Windows 10 and paste them in the USB drive.

Also visit the below link to learn these steps from my Youtube Channel
https://www.youtube.com/watch?v=lg9-hVp7xLI&feature=youtu.be
Comments
Post a Comment