I want to create an iso that combines Win7x86, Win7x64, Win10x86, Win10x64, and Win11

李剑 0 Reputation points
2023-05-17T10:28:55.06+00:00

Hello! I want to create an iso that combines Win7x86, Win7x64, Win10x86, Win10x64, and Win11, and then store it on a USB drive for daily maintenance work. This iso structure is similar to the win10 installation disk (including x86 and x64 versions) iso provided by Microsoft's official website. The root directory only has the following files: autorun. inf, bootmgr, bootmgr. efi, setup.exe. The folders include boot, efi, and system, and the system folder contains Win7x86, Win7x64, and Win10x86 The win10x64 and win11 folders respectively store the installation files for each system. Please tell me the detailed steps and the tools needed.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
    2023-05-17T18:26:50.9133333+00:00

    Create a folder on your computer where you will gather and organize the installation files. Here's an example folder structure (I think you made):

    • The root folder (e.g., "Windows Multi-ISO"):
    • autorun.inf
    • bootmgr
    • bootmgr.efi
      • setup.exe
      • boot (folder)
      • efi (folder)
      • system (folder)
      • Win7x86 (folder)
      • Win7x64 (folder)
      • Win10x86 (folder)
      • Win10x64 (folder)
      • Win11 (folder)

    And copy the respective installation files for each Windows version into their corresponding folders within the "system" folder. For example, copy the files for Windows 7 x86 into the "Win7x86" folder, the files for Windows 7 x64 into the "Win7x64" folder, and so on (As you did).

    Optional: If you want to customize the behaviour of the autorun feature when the USB drive is inserted, you can modify the autorun.inf file using a text editor. You can specify the icon, labels, and actions for the USB drive. However, note that autorun functionality may be disabled on some systems for security reasons.

    To create the ISO file, you'll need a tool capable of creating bootable ISO files. One popular tool is "ImgBurn," which is free and widely used. Here's a general outline of the steps using ImgBurn:

    • Open ImgBurn.
    • Select "Create image file from files/folders."
    • Select the root folder ("Windows Multi-ISO") as the source.
    • Choose the destination folder and filename for the ISO file.
    • Adjust any other settings as desired.
    • Click "Build" to start creating the ISO.

    Once the ISO creation process is complete, you'll have a single ISO file containing Windows 7 x86, Windows 7 x64, Windows 10 x86, Windows 10 x64, and Windows 11. You can then write this ISO file to a USB drive using a tool like Rufus or the Windows USB/DVD Download Tool, making it bootable for installation or maintenance purposes.


  2. 李剑 0 Reputation points
    2023-05-18T04:35:05.07+00:00

    microsoft win10 x86 & x64 2 in 1 iso

    0 comments No comments

  3. 李剑 0 Reputation points
    2023-05-18T05:22:51.8566667+00:00

    microsoft win10 x86 & x64 2 in 1 iso

    User's image

    DIY win7(x86\x64)、win10(x86\x64)、win11 5 in 1 iso

    User's image

    User's image

    0 comments No comments

  4. Docs 16,071 Reputation points
    2023-05-19T06:24:35.28+00:00

    Find a flash drive that you can format (size approximately 8 GB per Windows iso).

    .

    .

    Ventoy has options so that each Media Creation Tool (MCT) (Windows iso) is bootable.

    https://www.ventoy.net/en/index.html

    .

    .

    https://www.heidoc.net/joomla/technology-science/microsoft/67-microsoft-windows-and-office-iso-download-tool

    .

    .

    --Please don't forget to upvote and Accept as answer if the reply is helpful--

    .

    .


  5. 李剑 0 Reputation points
    2023-05-23T13:51:31.1466667+00:00

    I hope experts can send detailed methods to my email ******@qq.com Thank you!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.