create bootable usb cmd

How To Make Bootable Usb Windows 10 Using Cmd?

Are you looking to upgrade your laptop or desktop computer to the new Windows 10 Operating System? Making a bootable USB Windows 10 using Command Prompt (CMD) is a great way to install a fresh copy of the OS and ensure a smooth, trouble-free experience. In this article, we will provide step-by-step instructions on how to make a bootable USB Windows 10 using CMD. We will also discuss the advantages and disadvantages of using this method for installation. So, read on to learn more about this useful method of creating a bootable USB drive.

How to Make Bootable Usb Windows 10 Using Cmd?

How to Make Bootable USB Windows 10 Using Cmd?

Making a bootable USB drive for Windows 10 is a process that requires a few steps in order to complete. Using the command prompt, you can create a bootable USB drive that can be used to install Windows 10, or to repair an existing installation. Here’s how to create a bootable USB drive with the Windows 10 command prompt.

Step 1: Download the Windows 10 ISO File

The first step in the process is to download the Windows 10 ISO file. This is a full version of the operating system, which can be downloaded from Microsoft’s website. Once you have the ISO file, you’ll need to extract the contents of the file to a folder on your computer. This can be done by right-clicking on the ISO file and selecting “Extract All” from the menu.

Step 2: Open the Command Prompt

Once you have the ISO file extracted, open the Command Prompt by typing “cmd” into the Windows search bar. From the Command Prompt, you’ll need to navigate to the folder that contains the ISO file. To do this, use the “cd” command to change the directory. For example, if the ISO file is located in “C:\Users\YourName\Downloads\Windows10”, then you would type “cd C:\Users\YourName\Downloads\Windows10” into the Command Prompt.

Step 3: Create the Bootable USB Drive

Once you’ve navigated to the folder that contains the ISO file, you’ll need to use the “dism” command to create the bootable USB drive. To do this, type the following command into the Command Prompt: “dism /Apply-Image /ImageFile:install.wim /Index:1 /ApplyDrive:F:”. This command will create the bootable USB drive on the “F:” drive. If your USB drive is located on a different drive letter, be sure to change the command accordingly.

Step 4: Format the USB Drive

After the USB drive has been created, you’ll need to format it before you can use it. To do this, type the following command into the Command Prompt: “format F: /fs:ntfs /q”. This will format the USB drive using the NTFS file system. Once the formatting is complete, you’ll be able to use the USB drive to install Windows 10.

Step 5: Copy the Windows 10 Files to the USB Drive

Once the USB drive has been formatted, you’ll need to copy the Windows 10 files to the drive. To do this, type the following command into the Command Prompt: “xcopy install.esd F:\ /s /e /h /f”. This will copy the Windows 10 files to the USB drive. When the files have been copied, you’ll be able to use the USB drive to install Windows 10.

Step 6: Activate the USB Drive

The final step in the process is to activate the USB drive. To do this, type the following command into the Command Prompt: “bcdboot F:\Windows /s F:”. This will activate the USB drive, allowing you to boot from it and install Windows 10.

Conclusion

Creating a bootable USB drive for Windows 10 using the command prompt is a relatively simple process. With a few simple commands, you can create a bootable USB drive that can be used to install Windows 10, or to repair an existing installation. Follow the steps above to create your own bootable USB drive for Windows 10.

Frequently Asked Questions

1. What is a Bootable USB?

A bootable USB is a data storage device, such as a flash drive or external hard drive, that contains an operating system (OS) that can be used to boot or start a computer. It is a convenient way to install an operating system onto a computer, as it can be done without the need for a CD or DVD. The USB may also contain additional data or programs that a user wants to have available when the computer starts.

A bootable USB is also useful for troubleshooting a computer, as it can be used to access the computer’s system files and settings without running the normal operating system. This is especially helpful when the computer is having trouble booting from the primary hard drive.

2. What is Command Prompt?

Command Prompt is a command line interpreter application that is included in most Windows operating systems. It is used to execute entered commands and perform advanced administrative functions. It can be used to perform various tasks, such as creating and deleting files, formatting drives, and managing network settings.

Command Prompt is also used to run batch files, which are scripts that execute multiple commands in sequence. Batch files are useful for automating repetitive tasks, such as creating multiple user accounts or performing system backups.

3. What do I need to make a Bootable USB Windows 10 using CMD?

In order to make a bootable USB Windows 10 using CMD, you will need a USB flash drive with at least 4GB of storage, as well as an ISO image of the Windows 10 operating system. You will also need to have a working internet connection, as some of the commands require downloading files from Microsoft’s servers. Additionally, you will need a computer running a compatible version of Windows 10, as the commands will not work on older versions.

You will also need to open an elevated Command Prompt window in order to execute the necessary commands. To do this, press the Windows key + X and select “Command Prompt (Admin)” from the menu.

4. How do I make a Bootable USB Windows 10 using CMD?

The process of making a bootable USB Windows 10 using CMD is fairly straightforward. First, you will need to open an elevated Command Prompt window and enter the command “diskpart” to open the disk partition utility. This will allow you to select the USB flash drive and partition it for the Windows 10 installation.

Next, you will need to enter the command “clean” to erase any existing data on the drive. After that, you will need to enter the command “create partition primary” to create a new partition on the drive. Finally, you will need to enter the command “format fs=ntfs quick” to format the partition as NTFS, which is the file system used by Windows 10.

5. How do I install Windows 10 on the Bootable USB?

Once the USB flash drive is properly partitioned and formatted, you will need to copy the Windows 10 ISO image to the drive. To do this, you will need to enter the command “dism /apply-image /imagefile: /index:1 /applydir::\”, replacing with the location of the ISO image and with the letter assigned to the USB flash drive.

Once the ISO image is copied to the drive, you will need to enter the command “bcdboot :\windows /s :\ /f ALL” to install the bootloader. This will complete the process of making a bootable USB Windows 10 using CMD. The USB flash drive can then be used to boot any compatible computer and install Windows 10.

How To Create A Bootable USB in Windows 10 Using CMD

In conclusion, making a bootable USB Windows 10 using CMD is not a difficult task. With a few simple steps, you can easily create a bootable USB drive that can be used to install Windows 10 on your computer. Make sure that you have the correct version of the Windows 10 ISO file and the correct version of CMD. With the correct tools and instructions, you can use CMD to create a bootable USB drive and install Windows 10 in no time.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *