Today, I will tell you the best way to make a pen-drive boot-able for Windows-Installation purpose. Just Follow these steps :
- Open CMD.
- Type diskpart and press Enter.Now a new command prompt will open.(In windows 7)
- now type list disk and press Enter. It will show all the storage units connected to your computer.
- now type select disk # and press Enter where # is the number of your Pen Drive.(Eg : select disk 2)
- now type clean and press Enter, it will clean your Pen Drive for errors.
- After successfully cleaning type create partition primary and press Enter to create partition of your Pen Drive.
- After successfully partitioning type select partition 1 and press Enter. It will show that partition 1 is now selected partition.
- Now type active and press Enter to make selected partition active.
- Then type format fs=fat32 and press Enter to format the Pen Drive in fat32 format.It takes a few minutes to complete the formatting.
- After 100% formatting, type assign to assign a drive letter to the formatted flash disk or PD.
- Then type exit and press Enter to exit from current CMD prompt.
- Again type exit and press Enter to exit from previously opened CMD promt.
and Now you have done...Your flash drive is 100 % boot-able.
Now mount your windows CD or image file on any virtual drive application like Power ISO and after mounting run the following command in CMD.
N=your flash drive (destination drive, Pen Drive)
A step by step video Tutorial is shown below:-
- xcopy J:*.*/s/e/f N: and press Enter, it will start copying Windows files to flash drive in bootable format.
N=your flash drive (destination drive, Pen Drive)
A step by step video Tutorial is shown below:-
That's all done.
0 Response to "Make a PenDrive bootable, using CMD prompt."
Post a Comment