Creating Windows 10 installation media

Creating Windows 10 installation media is essential for situations where you need to restore or reset your operating system. There are several methods to create Windows 10 installation media, and here are three common ones:

Method 1: Using the Media Creation Tool

  1. Download the Media Creation Tool:
    • Visit the official Microsoft website. Link given below.
    • https://support.microsoft.com/en-us/windows/create-installation-media-for-windows-99a58364-8c02-206f-aa6f-40c3b507420d
  2. Run the Media Creation Tool:
    • Double-click the downloaded file to run the tool.
  3. Accept License Terms:
  4. Read and accept the license terms.
  5. Select “Create Installation Media for Another PC”:
  6. Choose the language, edition, and architecture for Windows 10. If you’re creating media for the PC you’re currently using, leave the options selected by default
  7. Choose Media Type:
  8. Select “USB flash drive” to create a bootable USB drive. Alternatively, you can choose “ISO file” to create a Windows 10 ISO image that you can later burn to a DVD.
  9. Insert USB Drive (If Applicable) and Start Download:
  10. If you chose USB flash drive, insert your USB drive into the computer. Click “Next” and the tool will download the necessary files and create the installation media.
  11. Completion:
    • Once the process is complete, you’ll have a bootable USB drive with Windows 10 installation files.
  12. If the computer that you want to install Windows 10 has a DVD player, you can also select ISO file to burn the ISO file to a DVD later.

13. Just follow the step-by-step prompts on the Media Creation Tool to download Windows 10 installation files and save the ISO file to a specific location. When it is finished, you can burn the ISO file to a DVD.

Method 2: Using Rufus (For Advanced Users)

  1. Download Rufus: https://rufus.ie/en/
    • Download Rufus, a free and open-source tool for creating bootable USB drives.
  2. Insert USB Drive:
    • Insert your USB drive into the computer.
  3. Run Rufus:
    • Double-click Rufus to run the program.
  4. Configure Rufus Settings:
    • In Rufus, select your USB drive from the device dropdown menu.
    • Under “Boot selection,” click “Select” and browse to the location where you have the Windows 10 ISO file.
    • Configure other settings if necessary, such as Partition Scheme and File System.
  5. Start Rufus:
    • Click “Start” in Rufus. It will format the USB drive and make it bootable with Windows 10 installation files.

Method 3: Using Command Prompt (For Advanced Users)

  1. Open Command Prompt as Administrator:
    • Right-click the Start menu and select “Command Prompt (Admin)”.
  2. Run Diskpart:
    • In Command Prompt, type diskpart and press Enter.
  3. List Disks:
    • Type list disk and press Enter to see a list of available drives.
  4. Select the USB Drive:
    • Type select disk X (replace X with the number of your USB drive) and press Enter.
  5. Clean the USB Drive:
    • Type clean and press Enter. This will erase all data on the USB drive.
  6. Create a Bootable Partition:
    • Type create partition primary and press Enter.
  7. Select the Partition:
    • Type select partition 1 and press Enter.
  8. Format the Partition:
    • Type format fs=ntfs quick and press Enter.
  9. Assign a Drive Letter:
    • Type assign and press Enter.
  10. Copy Windows 10 Files:
    • Mount the Windows 10 ISO file and copy all files to the USB drive.
  11. Completion:
    • After the file copy is complete, your USB drive is bootable with Windows 10 installation files.

Remember, creating Windows 10 installation media will erase all data on the USB drive. Make sure to back up any important files before proceeding.