Sunday, August 19, 2018

Create Bootable USB Via CMD

To create a bootable USB drive manually, we will use the Command Prompt as a Windows default program. Here are step by step to create a bootable USB drive as the Windows installation media.



To Format USB Flash Drive from Command Prompt?

Caution Any form of disk formatting will completely erase data, so backup as many as important files before the start.
                                                                            
Step 1 Open CMD by start menu search bar

Step 2 On the Command Prompt window, type diskpart and press Enter.

Step 3 click to Yes for administrator premission.

Step 4 Type list disk and press Enter

Step 5 Now type select disk 1 and press Enter.

Step 6 Type clean. Wait some time for disk erasing.

Step 7. Type create partition primary and press Enter.

Step 8 Type select partition 1 and press Enter

Step 9 type format fs=ntfs and press enter. If you prefer other file system formats, change the command ntfs to the desired one such as fat32, exfat, etc.
It will take Some Time Based On USB storage Size, So Be Patience.
Step 10 Type Active and press Enter.
Step 11 Type Assign and press Enter.
GO Exit from the CMD .
Copy All the Windows Files in USB.
Now The USB is Ready For Boot.






Related Posts:

  • Basic Components Of Motherboard Motherboard: Definition A motherboard is one of the most essential parts of a computer system. It holds together many of the crucial components of a computer, including the central processing unit (CPU), memory and connec… Read More
  • Make A Bootable ISO With PowerISO Add Boot Information Using PowerISO In Non-Bootable ISO In common use, an "ISO File" is a file that contains the complete image of a disc. Such files are often used when transferring CD/DVD images over the Internet. Dep… Read More
  • Create Bootable USB Via CMD To create a bootable USB drive manually, we will use the Command Prompt as a Windows default program. Here are step by step to create a bootable USB drive as the Windows installation media. To Format USB Flash Drive … Read More
  • Some commenly used operating system Over the years, many operating system have been developed for different purpose. the most typically operating system in ordanary desktop computers and laptops are windows, linux and Mac os. Let us learn about… Read More
  • Create A usb For Installing OS- Windows, Linux, Android To create A bootable USB for installing Oses.  we can use PowerISO or RUFUS or CMD. There are several things that need to happen for your PC to boot from a USB drive. First you need a USB stick that has b… Read More

4 comments: