How to Make Bootable Pendrive for Windows 10 using CMD
Introduction
Are you looking to make bootable pendrive for Windows 10 using CMD (Command Prompt)? You can easily make bootable pendrive for Windows 10 using CMD. It can be a useful way to install the operating system or to repair, and recover a system that is not functioning correctly. This process involves using the Command Prompt to format a USB flash drive and copy the necessary installation files onto it. following these steps, you can make bootable pendrive for Windows 10 using CMD.
Make Bootable Pendrive for Windows using CMD?
- Connect your USB drive to your computer.
- Open command prompt as administrator.
Note: Be careful when using the Diskpart tool, as it can delete data from other disks if used improperly. Make sure you select the correct disk before executing any commands.
Follow these steps
- Type “diskpart” and press Enter.
- Type “list disk” and press Enter. (To see a list of connected disks)
- Type “select disk X”, where “X” is the number of your USB drive.
- Type “clean” to erase all data from the drive.
- Type “create partition primary” to create a new partition on the drive.
- Type “format fs=ntfs quick” to format the partition to the NTFS file system.
- Type “active” to activate the partition.
- Type “exit” to close the current tab.
Now, you need to copy the files from the Windows image of the operating system you want to use onto the USB flash drive. Once the files are copied, you can eject your USB drive.
Your bootable pendrive is now ready. You can use it to boot up your computer and install the operating system of your choice.
Recommended Video
FAQs
2 Comments