To make bootable pendrive some softwares are also available. But today we are going to see how to make bootable pendrive using CMD - Command Prompt in Windows.
We wil use some commands in cmd.
So first insert USB Drive wich you want to make bootable .
NOTE:- This will Format Your USB so backup files from USB Device.
After that open cmd (In the run menu type :- cmd)
Now follow some commands :-
Step 1 :- In the cmd Type "Diskpart". A new cmd windows will open
Step 2 :- Now type "list disk" in the new window.
Step 3 :- A list of Disk will be shown. Select you disk by typing "select disk 1". Replace 1 with your disk.
(Be careful while choosing your Disk).
Step 4 :- Now enter "clean".
Step 5 :- Now enter/type "create partition primary".
Step 6 :- Now enter/type "Active"
Step 7 :- Now enter/type "format fs=ntfs quick". It will take some sec to complete this step so wait for a min.
Step 8 :- Now enter/type "Assign".
Step 9 :- Enter/type "exit" to exit cmd.
Done ! You choosen USB disk is bootable now.
The words inside the quotes are commands {""} so be careful while entering them.
0 comments:
Post a Comment