How To Use W10UI To Create Windows 10/Windows 11 ISOs With All Windows Updates Pre-Installed

Discussion in 'Windows 10' started by KedarWolf, Jul 12, 2021.

  1. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    374
    171
    10
  2. Famingpunk

    Famingpunk MDL Novice

    May 20, 2021
    32
    9
    0
    #3 Famingpunk, Jul 12, 2021
    Last edited: Jul 12, 2021
    Thank you very much for this guide
    :clap3:

    so if any update comes after making this ISO we just have to add the files in D:\3 folder and run the script again?
     
  3. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    870
    30

    You need to delete the earlier updates and add just the latest ones, then run the script on a fresh extracted 1****.1 ISO like the UUP Dump 19041.1 ISO, it's the cleanest way.

    If you don't you have the old updates AND the new and it's not ideal.
     
  4. Famingpunk

    Famingpunk MDL Novice

    May 20, 2021
    32
    9
    0
    umm so can this be done
    delete existing files in updates folder,add new ones there and re run?
    or i need to download another new iso like 19041.1 ISO and then add the new updates to that?
     
  5. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    870
    30
    #7 KedarWolf, Jul 12, 2021
    Last edited: Jul 12, 2021
    (OP)
    Just delete all the files in the D:\2 folder and use WinRar and extract the 19041.1 ISO again into that folder.

    And yes, the easiest way is to delete all the files in the D:\3 folder and redownload them including the new ones from the thread by Enthousiast.
     
  6. Famingpunk

    Famingpunk MDL Novice

    May 20, 2021
    32
    9
    0
    Thank you very much for clearing that up
    and once again thanks for the guide
     
  7. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,347
    2,302
    60
    W10UI also works with a Distribution Folder (Extracted ISO Files)

    I have found (from past experience) that keeping the original .1 base files (which never changes) in this folder and...
    The Updates in another (seperate) folder - Which users can monitor, keeping only the very latest updates using (as OP suggested) @Enthousiast 's thread
    .... don't forget to edit paths in script (as previously mentioned above)

    Then User can run the script every Patch Tuesday (Or whenever), and use the outcome to do an in-place upgrade (only really needed at every Service Stack update)
    Note: I (personally) don't create an ISO, I just copy the newly created stuff directly to my original (bootable) USB

    Keeps crap in the winSXS folder down to a minimum
     
  8. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    870
    30
    My experience is if you have the extracted files in the D:\2 folder, it adds all the updates to the install.wim and boot.wim, etc. in that folder, so you need to delete those files and extract the 19041.1 ISO to the D:\2 folder again or it adds the new updates and keeps all the old ones, which is not the cleanest way to make a W10UI ISO.

    You can see this when you run W10UI on the D:\2 folder you have NOT added fresh files, it'll only add the new updates, and not add and keep all the old ones.

    Like is there is a new SSU update, the new W10UI ISO will contain both SSUs, you don't want that.

    But I might be confusing what you are trying to say, it's unclear to me. :(
     
  9. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,347
    2,302
    60
    #11 drew84, Jul 12, 2021
    Last edited: Jul 12, 2021
    Addressing points (and hopefully clearing up some things) raised in post above


    Notes:
    1. Script tends to be more efficient (runs faster) if located on a different drive from the one containing the Updates and Base Files.
    2. An alternative solution would be to keep the original UUP Dump files, maintaining the updates within the UUPs folder, and running convertuup.cmd as needed.
    3. Script was run on build 21390 and using ADK from 22000

    W10UI_Updates (containing all the latest applicable updates)
    Code:
        defender-dism-x64_2021_07_01 (* by @steven4554) - Defender Platform and Anti-Malware definitions
                                                          (Offline Integration Only)
    
        Windows10.0-KB5003503-x64_SSU_19041.1022.cab    - Servicing Stack [Extracted] or simply use combined LCU below
    
        Windows10.0-KB5003537-x64_N48_19041.0250.cab    - .NET Security Update (for 3.5 and 4.8)
    
        Windows10.0-KB5000736-x64_H1E_19041.0844.cab    - 21H1 (19043) Enablement Package
    
        Windows10.0-KB5003637-x64_LCU_19041.1052.cab    - Latest Cumulative Update [Extracted] or simply use combined LCU below
    
        Windows10.0-KB5004945-x64_LCU_19041.1083.cab    - Latest Cumulative Update [SSU + LCU Combined]   <<<---
    
        Windows10.0-KB5003716-x64_DUS_19041.1081.cab    - Dynamic Update Sources
    
        Windows10.0-KB5004393-x64_FEP_19041.0692.cab    - 21H1 (19043) Feature Experience Pack
    
        Windows10.0-KB5000983-x64_DUB_19041.0899.cab    - Dynamic Update for SafeOS
                                                          (Offline boot.wim & winre.wim only [WinPE_Rejuv])
    

    W10UI_BaseFiles (Distribution Folder containing extracted ISO files)
    Code:
    (Boot)
    (efi)
    (sources)
    (support)
    setup.exe
    bootmgr.efi
    bootmgr
    autorun.inf
    

    W10UI.ini (or as @KedarWolf suggested, you can delete this and edit the W10UI.cmd directly)
    Code:
    
    [W10UI-Configuration]
    Target        =D:\W10UI_BaseFiles
    Repo          =D:\W10UI_Updates
    DismRoot      =dism.exe
    
    Net35         =1
    Net35Source   =
    Cleanup       =0
    ResetBase     =0
    WinRE         =1
    SkipEdge      =0
    
    _CabDir       =W10UItemp
    MountDir      =W10UImount
    WinreMount    =W10UImountre
    
    wim2esd       =0
    wim2swm       =0
    ISO           =0
    ISODir        =
    Delete_Source =0
    
    AutoStart     =1
    

    W10UI Output Log (please ignore updates listed (in log), simply forgot to remove some files prior to running script - ah well, we none of us are perfect)
    Code:
    ============================================================
    Running W10UI v10.4
    ============================================================
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/11: defender-dism-x64_2021_07_09.cab
    2/11: Windows10.0-KB5000736-x64_H1E_19041.0844.cab [Enablement]
    3/11: Windows10.0-KB5000983-x64_DUB_19041.0899.cab [WinPE]
    4/11: Windows10.0-KB5001679-x64_WMR_19041.0953.cab
    5/11: Windows10.0-KB5003240-x64_DUS_19041.1022.cab [Setup DU]
    6/11: Windows10.0-KB5003254-x64_N48_19041.0320.cab [NetFx]
    7/11: Windows10.0-KB5003537-x64_N48_19041.0250.cab [NetFx]
    8/11: Windows10.0-KB5003716-x64_DUS_19041.1081.cab [Setup DU]
    9/11: Windows10.0-KB5003742-x64_SSU_19041.1081.cab [SSU]
    10/11: Windows10.0-KB5004393-x64_FEP_19041.0692.cab [UX FeaturePack]
    11/11: Windows10.0-KB5004945-x64_LCU_19041.1083.cab [LCU]
    
    ============================================================
    Mounting sources\install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack~31bf3856ad364e35~amd64~~19041.1081.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 4 - Adding package Package_for_KB5000736~31bf3856ad364e35~amd64~~10.0.1.3
    [==========================100.0%==========================]
    Processing 2 of 4 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4360.1
    [==========================100.0%==========================]
    Processing 3 of 4 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4390.1
    [==========================100.0%==========================]
    Processing 4 of 4 - Adding package Package_for_WindowsExperienceFeaturePack~31bf3856ad364e35~amd64~~19041.692.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.1083.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding Defender update...
    ============================================================
    
    
    ============================================================
    Adding .NET Framework 3.5 feature
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19043.1083
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update(s)...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19043.1083
    
    Processing 1 of 3 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4360.1
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4390.1
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.1083.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack~31bf3856ad364e35~amd64~~19041.1081.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5000983~31bf3856ad364e35~amd64~~10.0.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5000736~31bf3856ad364e35~amd64~~10.0.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    [===================        33.2%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image File : D:\W10UI_10.4\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting sources\install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image File : D:\W10UI_BaseFiles\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding sources\install.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack~31bf3856ad364e35~amd64~~19041.1081.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5000983~31bf3856ad364e35~amd64~~10.0.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5000736~31bf3856ad364e35~amd64~~10.0.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.1083.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1083
    
    [=====================      37.7%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1083
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image File : D:\W10UI_BaseFiles\sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack~31bf3856ad364e35~amd64~~19041.1081.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5000983~31bf3856ad364e35~amd64~~10.0.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5000736~31bf3856ad364e35~amd64~~10.0.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.1083.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1083
    
    [=====================      37.7%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.19041.1083
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image File : D:\W10UI_BaseFiles\sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding sources\boot.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding setup dynamic update(s)...
    ============================================================
    
    Windows10.0-KB5003240-x64_DUS_19041.1022.cab
    Windows10.0-KB5003716-x64_DUS_19041.1081.cab
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 to exit.
    [/CODE}
    [/SPOILER]
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,876
    450
    #12 Enthousiast, Jul 12, 2021
    Last edited: Jul 12, 2021
    My project folder:
    Content:
    Code:
    D:\W11UI>
    Folder PATH listing for volume 860EVO_1TB
    
    D:.
    |   W10UI-ReadMe.txt
    |   W10UI_10.4_22000_NL.cmd
    |   W10UI_10.4_22000_US.cmd
    |
    +---22000_Base_x64_NL
    |   |Extracted 22000.1 nl-NL ISO <--- for safe keeping and project source
    |
    +---22000_Base_x64_US
    |   |Extracted 22000.1 en-US ISO <--- for safe keeping and project source
    |
    +---22000_SXS_x64
    |       microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab
    |
    +---22000_Updates_x64 <--- updated when new updates are released
    |       defender-dism-x64_steven4554_july_1_2021.cab
    |       ssu-22000.65-x64.cab
    |       windows10.0-kb5004034-x64-ndp48_CU_4395.3.cab
    |       windows10.0-kb5004567-x64.cab
    |       windows10.0-kb5004568-x64.cab
    |       windows10.0-kb5004569-x64.cab
    |       windows10.0-kb5004745-x64_LCU_65.cab
    |       windows10.0-kb5004745-x64_LCU_65.psf
    |
    +---22000_Work_x64_NL
    |   |Copy of the Extracted 22000.1 nl-NL ISO folder <--- target folder for nl-NL projects
    |
    +---22000_Work_x64_US
    |   |Copy of the Extracted 22000.1 en-US ISO folder <--- target folder for en-US projects
    |
    \---bin
            cdimage.exe
            PSFExtractor.exe
            PSFExtractor.exe.config
            SxSExpand.exe
    
    I always remove the ini file and set the cmd like this (en-US or nl-NL, depending on the project i run):
    Code:
    :: target distribution, wim file or offline image
    :: leave it blank to update current online os, or automatically detect wim file next to the script
    set "Target=%~dp022000_Work_x64_US"
    
    :: updates location
    :: leave it blank to automatically detect the current script directory
    set "Repo=%~dp022000_Updates_x64"
    
    :: dism.exe tool custom path (if Host OS is not Win10 and no Win10 ADK installed)
    set "DismRoot=dism.exe"
    
    :: enable .NET 3.5 feature
    set Net35=1
    
    :: optional, specify custom "folder" path for microsoft-windows-netfx3-ondemand-package.cab
    set "Net35Source=%~dp022000_SXS_x64"
    
    :: Cleanup OS images to "compress" superseded components (might take long time to complete)
    set Cleanup=1
    
    :: Rebase OS images to "remove" superseded components (warning: break "Reset this PC" feature)
    :: require first to set Cleanup=1
    set ResetBase=1
    
    :: update winre.wim if detected inside install.wim
    set WinRE=1
    
    :: 1 = do not install EdgeChromium with Enablement Package or Cumulative Update
    :: 2 = alternative workaround to avoid EdgeChromium with Cumulative Update only
    set SkipEdge=0
    
    :: optional, set directory for temporary extracted files (default is on the same drive as the script)
    set "_CabDir=c:\W10UItemp"
    
    :: optional, set mount directory for updating wim files (default is on the same drive as the script)
    set "MountDir=c:\W10UImount"
    set "WinreMount=c:\W10UImountre"
    
    :: start the process directly once you execute the script, as long as the other options are correctly set
    set AutoStart=0
    
    :: # Options for distribution target only #
    
    :: convert install.wim to install.esd
    :: warning: the process will consume very high amount of CPU and RAM resources
    set wim2esd=0
    
    :: split install.wim into multiple install.swm files
    :: note: if both options are 1, install.esd takes precedence over split install.swm
    set wim2swm=0
    
    :: create new iso file
    :: require Win10 ADK, or place oscdimg.exe or cdimage.exe next to the script, or inside bin folder
    set ISO=1
    
    :: folder path for iso file, leave it blank to create ISO in the script current directory
    set "ISODir="
    
    :: delete DVD distribution folder after creating updated ISO
    set Delete_Source=0
    
    Progress:
    Code:
    ============================================================
    Running W10UI v10.4
    ============================================================
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/7: defender-dism-x64_steven4554_july_1_2021.cab
    2/7: windows10.0-kb5004034-x64-ndp48_CU_4395.3.cab [NetFx]
    3/7: windows10.0-kb5004567-x64.cab
    4/7: windows10.0-kb5004568-x64.cab [WinPE]
    5/7: windows10.0-kb5004569-x64.cab [Setup DU]
    6/7: windows10.0-kb5004745-x64_LCU_65.cab [LCU]
    7/7: Windows10.0-KB5005011-x64.cab [SSU]
    
    ============================================================
    Mounting sources\install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack~31bf3856ad364e35~amd64~~22000.65.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 2 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4395.3
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB5004567~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22000.65.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting OS image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.65
    
    [=====                      10.0%                          ]
    [===========================98.8%========================= ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.65
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding Defender update...
    ============================================================
    
    
    ============================================================
    Adding .NET Framework 3.5 feature
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.65
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update(s)...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.65
    
    Processing 1 of 2 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4395.3
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22000.65.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack~31bf3856ad364e35~amd64~~22000.65.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_KB5004568~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_KB5004567~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    [==================         32.6%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image File : D:\W11UI\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting sources\install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image File : D:\W11UI\22000_Work_x64_US\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding sources\install.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack~31bf3856ad364e35~amd64~~22000.65.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_KB5004568~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_KB5004567~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22000.65.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.65
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.65
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image File : D:\W11UI\22000_Work_x64_US\sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack~31bf3856ad364e35~amd64~~22000.65.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_KB5004568~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_KB5004567~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22000.65.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.65
    
    [===================        33.1%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image Version: 10.0.22000.65
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Image File : D:\W11UI\22000_Work_x64_US\sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding sources\boot.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22000.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding setup dynamic update(s)...
    ============================================================
    
    windows10.0-kb5004569-x64.cab
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    ISO Location:
    "D:\W11UI"
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (500 files in 42 directories)
    Scanning source tree complete (930 files in 85 directories)
    
    Computing directory information complete
    
    Image file is 4804771840 bytes (before optimization)
    
    Writing 930 files in 85 directories to Win10_22000.65_x64_2021-07-12.iso
    
    100% complete
    
    Storage optimization saved 24 files, 14217216 bytes (1% of image)
    
    After optimization, image file is 4792668160 bytes
    Space saved because of embedding, sparseness or optimization = 14217216
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 to exit.
    
    
    I only run W10UI on the Home index (stopped doing N a long time ago) and next run my private project script to do all other stuff:
    Code:
    Script Started At  3:19:38,53
    
    Preparation Phase...
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Scanning drive C for stale files
    Scanning drive D for stale files
    Scanning drive F for stale files
    Scanning drive G for stale files
    Scanning drive H for stale files
    The operation completed successfully.
    
    Extracting Source ISO...
    
    
    7-Zip 19.00 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
    
    Scanning the drive for archives:
    1 folder, 1 file, 4789108736 bytes (4568 MiB)
    
    Extracting archive: Source_ISOs\x64\Cons_ISO\Win10_22000.65_x64_2021-07-12_US.iso
    --
    Path = Source_ISOs\x64\Cons_ISO\Win10_22000.65_x64_2021-07-12_US.iso
    Type = Udf
    Physical Size = 4789108736
    Comment = 22000.65_GiGA_AiO_x64_US
    Cluster Size = 2048
    Created = 2021-07-12 03:17:48
    
    Everything is Ok
    
    Folders: 84
    Files: 930
    Size:       4797913809
    Compressed: 4789108736
            1 file(s) copied.
    
    Preparing DaRT...
    
    
    7-Zip 19.00 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
    
    Scanning the drive for archives:
    1 file, 8894690 bytes (8687 KiB)
    
    Extracting archive: DaRT_W10\Dart_w10.tpk
    --
    Path = DaRT_W10\Dart_w10.tpk
    Type = wim
    Physical Size = 8894690
    Size = 8589934592
    Packed Size = 38013142
    Method = LZMS:17
    Cluster Size = 131072
    Created = 2019-04-08 06:13:00
    Modified = 2019-04-08 06:17:13
    Version = 0.14
    Multivolume = -
    Volume = 1
    Volumes = 1
    Images = 2
    
    Everything is Ok
    
    Folders: 12
    Files: 71
    Size:       29258096
    Compressed: 8894690
    
    7-Zip 19.00 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
    
    Scanning the drive for archives:
    1 file, 45708445 bytes (44 MiB)
    
    Extracting archive: DaRT_W10\DebugTools_w10_rs7.tpk
    --
    Path = DaRT_W10\DebugTools_w10_rs7.tpk
    Type = wim
    Physical Size = 45708445
    Size = 117879777
    Packed Size = 45653849
    Method = LZX:15
    Cluster Size = 32768
    Created = 2020-12-18 18:18:22
    Modified = 2020-12-18 18:22:45
    Version = 1.13
    Multivolume = -
    Volume = 1
    Volumes = 1
    Images = 2
    
    Everything is Ok
    
    Folders: 48
    Files: 513
    Size:       131143773
    Compressed: 45708445
    
    7-Zip 19.00 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
    
    Scanning the drive for archives:
    1 file, 181228 bytes (177 KiB)
    
    Extracting archive: DaRT_W10\Dart_w10_en-US.tpk
    --
    Path = DaRT_W10\Dart_w10_en-US.tpk
    Type = wim
    Physical Size = 181228
    Size = 8589934592
    Packed Size = 1586789
    Method = LZMS:17
    Cluster Size = 131072
    Created = 2019-04-12 13:25:59
    Modified = 2019-04-12 14:32:06
    Version = 0.14
    Multivolume = -
    Volume = 1
    Volumes = 1
    Images = 2
    
    Everything is Ok
    
    Folders: 16
    Files: 45
    Size:       2023776
    Compressed: 181228
    
    Adding DaRT To Boot.wim...
    
    Scanning "Dart_w10\Dart_w10\2\"
    15 MiB scanned (35 files, 6 directories)
    Using LZX compression with 8 threads
    Archiving file data: 15 MiB of 15 MiB (100%) done
    Calculating integrity table for WIM: 434 MiB of 434 MiB (100%) done
    Scanning "Dart_w10\Dart_w10_DeBug\2\"
    67 MiB scanned (257 files, 24 directories)
    Using LZX compression with 8 threads
    Archiving file data: 67 MiB of 67 MiB (100%) done
    Calculating integrity table for WIM: 462 MiB of 462 MiB (100%) done
    Scanning "Dart_w10\Dart_w10_en-US\2\"
    987 KiB scanned (22 files, 8 directories)
    Using LZX compression with 1 thread
    Archiving file data: 987 KiB of 987 KiB (100%) done
    Calculating integrity table for WIM: 464 MiB of 464 MiB (100%) done
    
    Adding Murphy78 Diskpart and Apply Image Script 1.28 To Boot.wim...
    
    Scanning "Murphy78\murphy78-DiskPart-Apply-v1.2.8\x64\"
    80 KiB scanned (3 files, 4 directories)
    Using LZX compression with 1 thread
    Archiving file data: 80 KiB of 80 KiB (100%) done
    Calculating integrity table for WIM: 465 MiB of 465 MiB (100%) done
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.65
    
    Processing 1 of 1 - Adding package WinPE-WinReCfg-Package~31bf3856ad364e35~amd64~~10.0.22000.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.65
    
    Processing 1 of 1 - Adding package WinPE-WinReCfg-Package~31bf3856ad364e35~amd64~en-US~10.0.22000.1
    [==========================100.0%==========================]
    The operation completed successfully.
    The operation completed successfully.
    The operation completed successfully.
    The operation completed successfully.
    The operation completed successfully.
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.65
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Extracting Winre.wim...
    
    Extracting file data: 398 MiB of 398 MiB (100%) done
    Done extracting files.
    
    Adding DaRT To Winre.wim...
    
    Scanning "Dart_w10\Dart_w10\2\"
    15 MiB scanned (35 files, 6 directories)
    Using LZX compression with 8 threads
    Archiving file data: 15 MiB of 15 MiB (100%) done
    Scanning "Dart_w10\Dart_w10_DeBug\2\"
    67 MiB scanned (257 files, 24 directories)
    Using LZX compression with 8 threads
    Archiving file data: 67 MiB of 67 MiB (100%) done
    Scanning "Dart_w10\Dart_w10_en-US\2\"
    987 KiB scanned (22 files, 8 directories)
    Using LZX compression with 1 thread
    Archiving file data: 987 KiB of 987 KiB (100%) done
    "Winre_x64\Winre.wim" original size: 446799 KiB
    Using LZX compression with 8 threads
    Archiving file data: 1147 MiB of 1147 MiB (100%) done
    "Winre_x64\Winre.wim" optimized size: 441979 KiB
    Space saved: 4820 KiB
    
    Putting Winre.wim Back In Install.wim...
    
    
    Creating SKUs Setting The Index Flags And Info And Inserting The Different Scripts Folders...
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Home x64 en-US (22000.65)]
    
    Successfully set image description: [Win 11 (DEV) Home x64 en-US (22000.65)]
    
    Successfully set image flags: [Core]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Home x64 en-US (22000.65 - MRP)]
    
    Successfully set image description: [Win 11 (DEV) Home x64 en-US (22000.65 - MRP)]
    
    Successfully set image flags: [Core]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Home x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image description: [Win 11 (DEV) Home x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image flags: [Core]
    
    
    Scanning "Scripts_1" (loading as WIM path: "\Windows\Setup\Scripts")...
    172 bytes scanned (1 files, 1 directories)
    Using LZX compression with 1 thread
    Archiving file data: 172 bytes of 172 bytes (100%) done
    Scanning "Scripts_2" (loading as WIM path: "\Windows\Setup\Scripts")...
    2852 KiB scanned (1 files, 1 directories)
    Using LZX compression with 8 threads
    Archiving file data: 2852 KiB of 2852 KiB (100%) done
    Scanning "Scripts_3a" (loading as WIM path: "\Windows\Setup\Scripts")...
    4244 KiB scanned (6 files, 2 directories)
    Using LZX compression with 8 threads
    Archiving file data: 1392 KiB of 1392 KiB (100%) done
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.65
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Home-SL x64 en-US (22000.65)]
    
    Successfully set image description: [Win 11 (DEV) Home-SL x64 en-US (22000.65)]
    
    Successfully set image flags: [CoreSingleLanguage]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Home-SL x64 en-US (22000.65 - MRP)]
    
    Successfully set image description: [Win 11 (DEV) Home-SL x64 en-US (22000.65 - MRP)]
    
    Successfully set image flags: [CoreSingleLanguage]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Home-SL x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image description: [Win 11 (DEV) Home-SL x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image flags: [CoreSingleLanguage]
    
    
    Scanning "Scripts_1" (loading as WIM path: "\Windows\Setup\Scripts")...
    172 bytes scanned (1 files, 1 directories)
    Using LZX compression with 1 thread
    Archiving file data: 0 bytes of 0 bytes (0%) donene
    Scanning "Scripts_2" (loading as WIM path: "\Windows\Setup\Scripts")...
    2852 KiB scanned (1 files, 1 directories)
    Using LZX compression with 8 threads
    Archiving file data: 0 bytes of 0 bytes (0%) done
    Scanning "Scripts_3a" (loading as WIM path: "\Windows\Setup\Scripts")...
    4244 KiB scanned (6 files, 2 directories)
    Using LZX compression with 8 threads
    Archiving file data: 0 bytes of 0 bytes (0%) done
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.65
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.65
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.22000.65
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Professional x64 en-US (22000.65)]
    
    Successfully set image description: [Win 11 (DEV) Professional x64 en-US (22000.65)]
    
    Successfully set image flags: [Professional]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Professional x64 en-US (22000.65 - MRP)]
    
    Successfully set image description: [Win 11 (DEV) Professional x64 en-US (22000.65 - MRP)]
    
    Successfully set image flags: [Professional]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Professional x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image description: [Win 11 (DEV) Professional x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image flags: [Professional]
    
    
    Scanning "Scripts_1" (loading as WIM path: "\Windows\Setup\Scripts")...
    172 bytes scanned (1 files, 1 directories)
    Using LZX compression with 1 thread
    Archiving file data: 0 bytes of 0 bytes (0%) donene
    Scanning "Scripts_2" (loading as WIM path: "\Windows\Setup\Scripts")...
    2852 KiB scanned (1 files, 1 directories)
    Using LZX compression with 8 threads
    Archiving file data: 0 bytes of 0 bytes (0%) done
    Scanning "Scripts_3a" (loading as WIM path: "\Windows\Setup\Scripts")...
    4244 KiB scanned (6 files, 2 directories)
    Using LZX compression with 8 threads
    Archiving file data: 0 bytes of 0 bytes (0%) done
     3:31:28,21
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.65
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.65
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.22000.65
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Education x64 en-US (22000.65)]
    
    Successfully set image description: [Win 11 (DEV) Education x64 en-US (22000.65)]
    
    Successfully set image flags: [Education]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Education x64 en-US (22000.65 - MRP)]
    
    Successfully set image description: [Win 11 (DEV) Education x64 en-US (22000.65 - MRP)]
    
    Successfully set image flags: [Education]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Education x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image description: [Win 11 (DEV) Education x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image flags: [Education]
    
    
    Scanning "Scripts_1" (loading as WIM path: "\Windows\Setup\Scripts")...
    172 bytes scanned (1 files, 1 directories)
    Using LZX compression with 1 thread
    Archiving file data: 0 bytes of 0 bytes (0%) donene
    Scanning "Scripts_2" (loading as WIM path: "\Windows\Setup\Scripts")...
    2852 KiB scanned (1 files, 1 directories)
    Using LZX compression with 8 threads
    Archiving file data: 0 bytes of 0 bytes (0%) done
    Scanning "Scripts_3a" (loading as WIM path: "\Windows\Setup\Scripts")...
    4244 KiB scanned (6 files, 2 directories)
    Using LZX compression with 8 threads
    Archiving file data: 0 bytes of 0 bytes (0%) done
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.65
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.65
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.22000.65
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Pro-Education x64 en-US (22000.65)]
    
    Successfully set image description: [Win 11 (DEV) Pro-Education x64 en-US (22000.65)]
    
    Successfully set image flags: [ProfessionalEducation]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Pro-Education x64 en-US (22000.65 - MRP)]
    
    Successfully set image description: [Win 11 (DEV) Pro-Education x64 en-US (22000.65 - MRP)]
    
    Successfully set image flags: [ProfessionalEducation]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Pro-Education x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image description: [Win 11 (DEV) Pro-Education x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image flags: [ProfessionalEducation]
    
    
    Scanning "Scripts_1" (loading as WIM path: "\Windows\Setup\Scripts")...
    172 bytes scanned (1 files, 1 directories)
    Using LZX compression with 1 thread
    Archiving file data: 0 bytes of 0 bytes (0%) donene
    Scanning "Scripts_2" (loading as WIM path: "\Windows\Setup\Scripts")...
    2852 KiB scanned (1 files, 1 directories)
    Using LZX compression with 8 threads
    Archiving file data: 0 bytes of 0 bytes (0%) done
    Scanning "Scripts_3a" (loading as WIM path: "\Windows\Setup\Scripts")...
    4244 KiB scanned (6 files, 2 directories)
    Using LZX compression with 8 threads
    Archiving file data: 0 bytes of 0 bytes (0%) done
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.65
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.65
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.22000.65
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Pro-Workstation x64 en-US (22000.65)]
    
    Successfully set image description: [Win 11 (DEV) Pro-Workstation x64 en-US (22000.65)]
    
    Successfully set image flags: [ProfessionalWorkstation]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Pro-Workstation x64 en-US (22000.65 - MRP)]
    
    Successfully set image description: [Win 11 (DEV) Pro-Workstation x64 en-US (22000.65 - MRP)]
    
    Successfully set image flags: [ProfessionalWorkstation]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Pro-Workstation x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image description: [Win 11 (DEV) Pro-Workstation x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image flags: [ProfessionalWorkstation]
    
    
    Scanning "Scripts_1" (loading as WIM path: "\Windows\Setup\Scripts")...
    172 bytes scanned (1 files, 1 directories)
    Using LZX compression with 1 thread
    Archiving file data: 0 bytes of 0 bytes (0%) donene
    Scanning "Scripts_2" (loading as WIM path: "\Windows\Setup\Scripts")...
    2852 KiB scanned (1 files, 1 directories)
    Using LZX compression with 8 threads
    Archiving file data: 0 bytes of 0 bytes (0%) done
    Scanning "Scripts_3a" (loading as WIM path: "\Windows\Setup\Scripts")...
    4244 KiB scanned (6 files, 2 directories)
    Using LZX compression with 8 threads
    Archiving file data: 0 bytes of 0 bytes (0%) done
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.65
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.65
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.22000.65
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Enterprise x64 en-US (22000.65)]
    
    Successfully set image description: [Win 11 (DEV) Enterprise x64 en-US (22000.65)]
    
    Successfully set image flags: [Enterprise]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Enterprise x64 en-US (22000.65 - MRP)]
    
    Successfully set image description: [Win 11 (DEV) Enterprise x64 en-US (22000.65 - MRP)]
    
    Successfully set image flags: [Enterprise]
    
    
    
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 10.0.10011.16384
    
    
    Successfully set image name: [Win 11 (DEV) Enterprise x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image description: [Win 11 (DEV) Enterprise x64 en-US (22000.65 - MRP - HWID)]
    
    Successfully set image flags: [Enterprise]
    
    
    Scanning "Scripts_1" (loading as WIM path: "\Windows\Setup\Scripts")...
    172 bytes scanned (1 files, 1 directories)
    Using LZX compression with 1 thread
    Archiving file data: 0 bytes of 0 bytes (0%) donene
    Scanning "Scripts_2" (loading as WIM path: "\Windows\Setup\Scripts")...
    2852 KiB scanned (1 files, 1 directories)
    Using LZX compression with 8 threads
    Archiving file data: 0 bytes of 0 bytes (0%) done
    Scanning "Scripts_3a" (loading as WIM path: "\Windows\Setup\Scripts")...
    4244 KiB scanned (6 files, 2 directories)
    Using LZX compression with 8 threads
    Archiving file data: 0 bytes of 0 bytes (0%) done
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Replacing the Win 11 appraiserres.dll with one from a 1703 (15063) ISO...
    (The original file will be renamed to appraiserres.dll.bak)
    ============================================================
    
            1 file(s) copied.
    
    Some Date Shifting...
    
    
    Optimizing The Wims...
    
    "AiO\x64\Sources\boot.wim" original size: 484623 KiB
    Using LZX compression with 8 threads
    Archiving file data: 1244 MiB of 1244 MiB (100%) done
    "AiO\x64\Sources\boot.wim" optimized size: 471546 KiB
    Space saved: 13076 KiB
    "AiO\x64\Sources\install.wim" original size: 4528127 KiB
    Using LZX compression with 8 threads
    Archiving file data: 9 GiB of 9 GiB (100%) done
    "AiO\x64\Sources\install.wim" optimized size: 4427359 KiB
    Space saved: 100768 KiB
    
    Creating GiGA AiO...
    
    Using LZMS compression with 8 threads
    Archiving file data: 9 GiB of 9 GiB (100%) done
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Scanning drive C for stale files
    Scanning drive D for stale files
    Scanning drive F for stale files
    Scanning drive G for stale files
    Scanning drive H for stale files
    The operation completed successfully.
    Script Finished At  4:18:59,41
    Press any key to continue . . .
    
     
  11. Famingpunk

    Famingpunk MDL Novice

    May 20, 2021
    32
    9
    0
    Wow
    so your private project sets custom iso names, scans files , adds keys and more?
    so cool
    any chance of you making that project public?

    p.s is there any guide to do these ( naming the editions and inserting keys and optimizing wim)?
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,142
    84,324
    340
    Thank you :)

    to avoid Win10/Win11 iso name confusion, next W10UI version will simply name the iso by build number only
    e.g.
    19043.1083_x64_2021-07-11.iso

    or do you prefer i add branch/date detection and name the iso similar to UUP conversion?
     
  13. Famingpunk

    Famingpunk MDL Novice

    May 20, 2021
    32
    9
    0
    Firstly thank you for the all the amazing work you've done! ;)
    I'd pick branch/date detection and name the iso similar to UUP conversion or so
    like
     
  14. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,801
    5,573
    180
    19041.1.191206-1406.VB_RELEASE_CLIENTPRO_OEMRET_X64FRE_EN-US.ISO
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,876
    450
    #19 Enthousiast, Jul 12, 2021
    Last edited: Jul 12, 2021
    That's UUP>ISO
    Code:
    [convert-UUP]
    AutoStart    =1
    AddUpdates   =0
    Cleanup      =0
    ResetBase    =0
    NetFx3       =1
    StartVirtual =0
    wim2esd      =0
    SkipISO      =0
    SkipWinRE    =0
    ForceDism    =0
    RefESD       =0
    
    [create_virtual_editions]
    vAutoStart   =1
    vDeleteSource=0
    vPreserve    =0
    vwim2esd     =0
    vSkipISO     =0
    vAutoEditions=Enterprise
    
    No netfx35 enabled when no updates present or addupdates=0
    Code:
    ============================================================
    Running UUP -> ISO v67
    ============================================================
    
    ============================================================
    Checking UUP Info . . .
    ============================================================
    
    ============================================================
    Configured Options . . .
    ============================================================
    
    AutoStart 1
    
    ============================================================
    Preparing Reference ESDs . . .
    ============================================================
    
    CAB->ESD: microsoft-onecore-applicationmodel-sync-desktop-fod-package-amd64
    CAB->ESD: microsoft-onecore-directx-database-fod-package-amd64
    CAB->ESD: microsoft-windows-ethernet-client-intel-e1i68x64-fod-package-amd64
    CAB->ESD: microsoft-windows-ethernet-client-intel-e2f68-fod-package-amd64
    CAB->ESD: microsoft-windows-ethernet-client-realtek-rtcx21x64-fod-package-amd64
    CAB->ESD: microsoft-windows-hello-face-package-amd64
    CAB->ESD: microsoft-windows-internetexplorer-optional-package-amd64
    CAB->ESD: microsoft-windows-kernel-la57-fod-package-amd64
    CAB->ESD: microsoft-windows-languagefeatures-basic-en-us-package-amd64
    CAB->ESD: microsoft-windows-languagefeatures-handwriting-en-us-package-amd64
    CAB->ESD: microsoft-windows-languagefeatures-ocr-en-us-package-amd64
    CAB->ESD: microsoft-windows-languagefeatures-speech-en-us-package-amd64
    CAB->ESD: microsoft-windows-languagefeatures-texttospeech-en-us-package-amd64
    CAB->ESD: microsoft-windows-mediaplayer-package-amd64
    CAB->ESD: microsoft-windows-notepad-system-fod-package-amd64
    CAB->ESD: microsoft-windows-powershell-ise-fod-package-amd64
    CAB->ESD: microsoft-windows-printing-pmcppc-fod-package-amd64
    CAB->ESD: microsoft-windows-printing-wfs-fod-package-amd64
    CAB->ESD: microsoft-windows-quickassist-package-amd64
    CAB->ESD: microsoft-windows-stepsrecorder-package-amd64
    CAB->ESD: microsoft-windows-tabletpcmath-package-amd64
    CAB->ESD: microsoft-windows-userexperience-desktop-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-broadcom-bcmpciedhd63-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-broadcom-bcmwl63a-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-broadcom-bcmwl63al-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-intel-netwbw02-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-intel-netwew00-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-intel-netwew01-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-intel-netwlv64-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-intel-netwns64-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-intel-netwsw00-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-intel-netwtw02-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-intel-netwtw04-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-intel-netwtw06-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-intel-netwtw08-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-marvel-mrvlpcie8897-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-qualcomm-athw8x-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-qualcomm-athwnx-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-qualcomm-qcamain10x64-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-ralink-netr28x-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-realtek-rtl8187se-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-realtek-rtl8192se-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-realtek-rtl819xp-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-realtek-rtl85n64-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-realtek-rtwlane-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-realtek-rtwlane01-fod-package-amd64
    CAB->ESD: microsoft-windows-wifi-client-realtek-rtwlane13-fod-package-amd64
    CAB->ESD: microsoft-windows-wordpad-fod-package-amd64
    CAB->ESD: openssh-client-package-amd64
    
    ============================================================
    Creating Setup Media Layout . . .
    ============================================================
    
    
    ============================================================
    Creating install.wim . . .
    ============================================================
    
    Using LZX compression with 8 threads
    Archiving file data: 7339 MiB of 7339 MiB (100%) done
    Using LZX compression with 8 threads
    Archiving file data: 242 MiB of 242 MiB (100%) done
    
    ============================================================
    Creating winre.wim . . .
    ============================================================
    
    Using LZX compression with 8 threads
    Archiving file data: 1056 MiB of 1056 MiB (100%) done
    
    ============================================================
    Adding winre.wim to install.wim . . .
    ============================================================
    
    
    ============================================================
    Creating boot.wim . . .
    ============================================================
    
    
    ============================================================
    Creating ISO . . .
    ============================================================
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (500 files in 42 directories)
    Scanning source tree complete (933 files in 85 directories)
    
    Computing directory information complete
    
    Image file is 4339793920 bytes (before optimization)
    
    Writing 933 files in 85 directories to 22000.1.210604-1628.CO_RELEASE_CLIENTMULTI_X64FRE_EN-US.ISO
    
    100% complete
    
    Storage optimization saved 24 files, 14217216 bytes (1% of image)
    
    After optimization, image file is 4327692288 bytes
    Space saved because of embedding, sparseness or optimization = 14217216
    
    Done.
    
    Press 0 to exit.
    
    ps, should be the same for W10UI.
     
  16. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    870
    30
    Let me run W10UI when I get home in a few hours. I'm quite sure I saw it add the NetFx3.