Create bootable USB Pendrive with out using any software or tools
- Open command prompt from Start > Run > type cmd . The Command Prompt Window opens, use the following command:
- DISKPART and press enter
- DISKPART > LIST DISK and press enter. (After then you see the LIST DISK command, it shows the disk number of your USB drive.)
- DISKPART > SELECT DISK 1 (The USB drive disk number is taken as Disk 1)
- DISKPART > CLEAN
- DISKPART > CREATE PART PRI
- DISKPART > SELECT PART 1
- DISKPART > ACTIVE
- DISKPART > FORMAT FS=NTFS QUICK (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. )
- DISKPART > ASSIGN
- DISKPART > EXIT
- At last save window all file in to the root of the USB flash drive. (Open your window image file > copy all file > then paste in your pendrive)