Hello guys today I'll tell you that how can you make your pendrive bootable. All you need is your PC and Pendrive. So let's start-
All commands-
1. DISKPART
2. LIST DISK
3. SELECT DISK X (Replace X with your Disk Number)
4. CLEAN
5. CREATE PARTITION PRIMARY
6. SELECT PARTITION 1
7. ACTIVE
8. FS=NTFS
9. ASSIGN
10. EXIT
Detailed process-
Step 1 -
Plug in your Pendrive.
Step 2 -
Press Win + R, type CMD and hit enter or you can simply open command prompt by navigating to command prompt.
For win10 - Start > Windows System > Command Prompt
In command prompt window, Type - DISKPART and press enter a new Window will appear.
You may be asked for Administrator Permission, Click Yes
![]() |
| DISKPART Window |
Step 4 -
In new DISKPARt Window, Type LIST DISK and press enter. Don't forget to put space between "list" and "disk".
| List Disk |
Step 5 -
Now Type - SELECT DISK 1 and press enter. (Disk number of your pendrive may be different from mine so you will have to replace 1 with your Disk Number.)
Step 6 -
Now type - CLEAN and press enter. This step will erase all data of your pendrive so back up your data.
Step 7 -
Now type CREATE PARTITION PRIMARY and press enter.
Step 8 -
Now type SELECT PARTITION 1 and press enter.
Step 9 -
Now type ACTIVE and press enter.
Step 10 -
Now type FS=NTFS and press enter.
Step 11 -
After some time process will complete (100%), Now type ASSIGN and press enter.

Comments
Post a Comment