how to make bootable pen drive without rufus || how to make bootable pen drive with cmd

HOW TO MAKE BOOTABLE PEN DRIVE WITHOUT RUFUS || HOW TO MAKE BOOTABLE PEN DRIVE WITH CMD



Step 1: First of all, open CMD (Command Prompt) as an Administrator.

COMMAND PROMPT AS ADMIN


Step 2: After opening the CMD as an Admin type Diskpart and press Enter.

DISKPART


Step 3: A new window will be opened in front of you with this diskpart> (console).

Step 4: list disk


LIST DISK


Step 5: select disk <disk no> .


SELECT DISK


Step 6: clean

CLEAN


Step 7: create partition primary

PARTITION PRIMARY


Step 8: select partition 1

SELECT PARTITION


Step 9: format fs=<ntfs/fat32> quick

FORMAT FS=FAT32 QUICK


Step 10: assign letter=<any alphabet except the given one>

ASSIGN LETTER


Comments