How to make bootable pendrive using diskpart. Command Line Interface

you don't have to move mountain here, just follow these simple steps..and let me know in the comments if there is any problem...

Step 1: open "cmd" as administrator .
Step 2: type "diskpart".
Step 3: now type "list disk ".
Step 3: "select disk 1" 
choose your pendrive from the listed disks(note the disk number).
Step 4: now type "clean".
Step 5: "creat partition primary" 
this will mark the pendrive as primary partition memory..which will be detected by the bootloader during the booting process..
Step 6: "select partition 1"
Step 7: "active"
Step 8: "format fs=ntfs quick"
Step 9:"assign"
Step 10: "exit"
Step 11: now copy the windows distribution files to the pendrive directly.

Note: All the texts in the double quotes are the command and you must perform it in the sequence.

Comments

Popular posts from this blog

Contest Leaderboard: hackerrank problem (Level medium)

Placements: SQL Advance join (Hackerrank Problem)

The Occupation: hackerrank problem