Wednesday, September 11, 2019


Create bootable USB Pendrive with out using any software or tools
  1. Open command prompt from Start > Run > type cmd .
  2. The Command Prompt Window opens, use the following command:
  3. DISKPART and press enter
  4. DISKPART > LIST DISK and press enter.
  5. (After then you see the LIST DISK command, it shows the disk number of your USB drive.)
  6. DISKPART > SELECT DISK 1 (The USB drive disk number is taken as Disk 1)
  7. DISKPART > CLEAN
  8. DISKPART > CREATE PART PRI
  9. DISKPART > SELECT PART 1
  10. DISKPART > ACTIVE
  11. DISKPART > FORMAT FS=NTFS QUICK
  12. (If your pc supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32, type format fs=fat32 quick, then click ENTER. )
  13. DISKPART > ASSIGN
  14. DISKPART > EXIT
  15. At last save window all file in to the root of the USB flash drive.
  16. (Open your window image file > copy all file > then paste in your pendrive)