How to make a pendrive bootable using CMD || using command prompt (CMD)

search 'cmd' and Run it as 'Run as administrator'

And then follow the following steps........

diskpart (press enter key)
list disk (press enter key and so on type these words )
select disk 1

clean

create partition primary


format fs=ntfs quick  (It can take less than 5 minutes so wait for complete 100%   )

active

exit
and your pan drive is become bootable and ready to use

Comments

Popular posts from this blog

Program for find average of five numbers

program for sorting array using selection sort technique || in c programming language

Program to calculate the sum of given number using array