Skip to main content

Create Bootable Pendrive using command prompt

Hey guys ! Today i will explain "How to create Bootable Pendrive using command prompt".

 

1) Insert a USB flash drive into  running computer.

2) Open Command prompt as Administrator.
            

3)    Type diskpart in command prompt and hit ENTER and wait until the diskpart program RUN.

4)    Now type list disk to view active disks on your System and hit ENTER.

5)     Type select disk 1 Now your disk 1  is selected.

          Note: disk 0 is your hard drive and disk 1 is your USB drive.



6)    Type clean. (To remove all the data from flash drive).

7)    Type create partition primary

8)    Type select partition 1  and hit ENTER.

9)    Type  active  and hit ENTER to activate the current selected partition.

10)  Type  format fs=ntfs quick and hit ENTER.

11) Type exit    !!!

Comments

Popular posts from this blog

HOW TO HIDE DRIVES USING COMMAND PROMPT?

Have some personal data in your window drive?? no worry!!   Today i'll tell you, how to hide any drive using cmd  Step 1:  ( Method 1)   Search   cmd  in search bar and open it in admin mode.                       OR Step 1:  ( Method 2)   Click on  start->run  (if you are using windows 7 or 8), else hold down  windows key , and hit "R" . now type cmd  and hit enter. Step 2:  Now You will see command prompt window, Type diskpart and Hit Enter. Step 3: Now you Have to type list volume  , it will list all the drives and its details. Step 4:  Now i have some personal data in " Drive D " which i don't want any other person to access. To hide this particular drive Type select volume D  and hit Enter. Now you will see something like below picture: Step 6: To hide the drive you have to Type  Remove letter D  ...