How to Create Windows Bootable USB without and Software

 

These days few people burn ISO images on disks and use them as bootable media. most of people get use to create a bootable usb drive and then use to format computers. so what happens if you don’d have any software to make your USB bootable then this is the best article for you to be a hero.

  1. Insert your USB flash drive into your computer.
  2. First of all format your USB and get ready to bootable it.
  3. Open Start Menu and type CMD to find Command Prompt. Right click on Command Prompt and click Run as Administrator.
    Alternatively (Windows+R > Type CMD > Press Enter)
  4. Once the Command Prompt window appears, type diskpart and hit enter. Wait until the diskpart utility starts running.
  5. In the new diskpart window, type list disk and hit enter. It will show you all active disks on your computer.
  6. Most probably, you will see two Disk types.
    Disk 0 is for the hard drive and,
    Disk 1 is for your USB Flash Drive with its total capacity.
  7. Since we are going to work on to create bootable USB using CMD, we will work with Disk 1.
  8. Type select disk 1 in the same window and hit Enter. You will get a message ‘Disk 1 is now the selected disk’. That means, any further operation that you do will affect your disk 1 directly.
  9. Type select partition 1 and hit Enter. It will choose partition 1 for setting up it as an active partition.
  10. Next, type active and hit Enter. It will activate the current partition.
  11. Type exit and hit Enter. Exit command will close the Diskpart program but it doesn’t close the CMD window.
  12. Assume Your Windows Image Mount to F:
  13. Just type F: on cmd then hit Enter, and then the active directory is changed to F.
  14. Type cd boot and hit Enter. Now the active directory is changed to F:\boot>
  15. Type bootsect /nt60 g: and hit Enter. It will create the boot sector on G: drive (G: is USB Flash driver letter).
  16. Type exit and hit Enter to close the Command Prompt.

 

And finally simple copy the all the files and folders of windows to the USB Driver. Now windows bootable USB is created successfully.

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *