Monday 10 October 2016

How to Make USB Bootable using cmd in windows

Hey Guys,
Steps to make usb pendrive bootable using CMD in windows
  1. Run Command Prompt / CMD as "Run as Administrator"
  2. Type Diskpart and press Enter key.
  3. Type Below commands one by one & Press Enter:-3.1 list disk
    3.2 select disk 1
    3.3 clean
    3.4 create part pri
    3.5 select part 1
    3.6 format fs=ntfs quick ---To make usb in fat32 mode, use fs=fat32 ---
    3.7 active
    3.8 exit
  4. Exit
  5. Now copy and paste extracted files of OS to pendrive and ENJOY !!!