3 Different Ways To Create Windows 10 Bootable

3 different ways to create windows 10 bootable

There are several ways to create a bootable Windows 10 USB drive. Here are a few options:

  1. Using the Windows 10 media creation tool:
    • The Windows 10 media creation tool is a free utility from Microsoft that allows you to create a bootable Windows 10 USB drive.
    • To use the media creation tool, download it from Microsoft’s website and follow the prompts to create a bootable USB drive.
  2. Using a third-party utility:
    • There are several third-party utilities available that can create a bootable Windows 10 USB drive. Some popular options include Rufus and UNetbootin.
    • To use one of these utilities, download and install it on your computer, and then follow the prompts to create a bootable USB drive.
  3. Using the command prompt:
    • You can also use the command prompt to create a bootable Windows 10 USB drive.
    • To do this, open the command prompt as an administrator and type the following commands:
      1. diskpart
      2. list disk (note the number of the USB drive)
      3. select disk n (replace n with the number of the USB drive)
      4. clean
      5. create partition primary
      6. select partition 1
      7. active
      8. format fs=ntfs quick
      9. assign
      10. exit
      11. xcopy d:\*.* g:\ /e /f /h (replace d: with the letter of the DVD drive and g: with the letter of the USB drive)

Regardless of which method you use, make sure to use a USB flash drive with at least 8GB of storage and a copy of the Windows 10 installation media.

READ MORE  How To Read Input Line Separated With Spaces To Store User Address C++ Windows Console Application Programming

Leave a Reply

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