Skip to main content

Posts

Showing posts from November, 2016

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 ENTE...