Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. yakamoz36

    yakamoz36 MDL Novice

    Oct 25, 2021
    9
    10
    0
    Thanks for your feedback my friend, I wish you continued success.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    I never use the ini, i edit the main script settings.

    The test you quoted was just random mounted 19041.1 ISO and the wrong updates,

    These are my usual settings for updating an Enterprise 2021 LTSC ISO:

    Code:
    set "Target=%~dp019044_Work_x64_NL_LTSC"
    
    :: updates location
    :: leave it blank to automatically detect the current script directory
    set "Repo=%~dp019044_Updates_x64_LTSC_NL"
    
    :: dism.exe tool custom path (if Host OS is Win8.1 or earlier and no Win10 ADK installed)
    set "DismRoot=dism.exe"
    
    :: enable .NET 3.5 feature
    set Net35=1
    
    :: optional, custom "folder" path for microsoft-windows-netfx3-ondemand-package.cab
    set "Net35Source=%~dp019041.1_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
    
    :: Force updating winre.wim with Cumulative Update regardless if SafeOS update detected
    :: auto enabled for builds 22000-26050, change to 2 to disable
    :: ignored and auto disabled for builds 26052 and later
    set LCUwinre=0
    
    :: Expand Cumulative Update and install from loose files via update.mum
    :: applicable only for builds 26052 and later
    set LCUmsuExpand=0
    
    :: update ISO boot files bootmgr/memtest/efisys.bin from Cumulative Update
    set UpdtBootFiles=0
    
    :: 1 = do not install EdgeChromium with Enablement Package or Cumulative Update
    :: 2 = alternative workaround to avoid EdgeChromium with Cumulative Update only
    set SkipEdge=0
    
    :: do not install Edge WebView with Cumulative Update
    set SkipWebView=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"
    
    Translated to ini usage;
    Code:
    [W10UI-Configuration]
    Target        =%~dp019044_Work_x64_NL_LTSC
    Repo          =%~dp019044_Updates_x64_LTSC_NL
    DismRoot      =dism.exe
    
    Net35         =1
    Net35Source   =Net35Source=%~dp019041.1_SXS_x64
    Cleanup       =1
    ResetBase     =1
    LCUwinre      =0
    WinRE         =1
    LCUmsuExpand  =0
    UpdtBootFiles =0
    SkipEdge      =0
    SkipWebView   =0
    UseWimlib     =0
    WimCreateTime =0
    
    _CabDir       =c:\W10UItemp
    MountDir      =c:\W10UImount
    WinreMount    =c:\W10UImountre
    
    wim2esd       =0
    wim2swm       =0
    ISO           =1
    ISODir        =
    Delete_Source =0
    
    AutoStart     =0
    
    AddDrivers    =0
    Drv_Source    =\Drivers
    
    Progress:
    Code:
    ====================== W10UI v10.58 =======================
    [1] Target (x64): "E:\W10UI_LTSC_2021\19044_Work_x64_NL_LTSC"
    
    [2] Updates: "E:\W10UI_LTSC_2021\19044_Updates_x64_LTSC_NL"
    
    [3] DISM: "Windows NT 10.0 ADK"
    
    [4] Enable .NET 3.5: YES
    
    [5] Cleanup System Image: YES      [6] Reset Image Base: YES
    
    [7] Update WinRE.wim: YES
    
    [8] install.wim selected indexes: 1 / [K] Keep indexes: Selected
    
    [M] Mount Directory: "c:\W10UImount_1862"
    
    [E] Extraction Directory: "c:\W10UItemp_24796"
    
    ============================================================
    Change a menu option, press 0 to start the process, or 9 to exit:
    
    Code:
    ============================================================
    Running W10UI v10.58
    ============================================================
    
    ============================================================
    Configured Options...
    ============================================================
    
    Net35
    Net35Source
    Cleanup
    ResetBase
    WinRE
    ISO
    
    ============================================================
    Extracting .cab files from .msu files...
    ============================================================
    
    1/1: windows10.0-kb5068781-x64_LCU_6575.1.22.msu
    
    ============================================================
    Extracting files from update containers (cab/wim)...
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/9: defender-dism-x64_steven4554_Nov_11_2025.cab
    2/9: windows10.0-kb5007401-x64_Critical_DU_for_NET35.cab
    3/9: windows10.0-kb5011048-x64_NDP481_Base_9166.1.cab [NetFx]
    4/9: windows10.0-kb5011064-x64_NL_NDP481_NL_LP_10.0.1.8028.cab [NetFx]
    5/9: Windows10.0-KB5020683-x64_PSFX_OOBE_2304.1.3.cab [OOBE]
    6/9: windows10.0-kb5062682-x64_DU_Sources_6094.cab [Setup DU]
    7/9: Windows10.0-KB5066130-x64-NDP481_CU_9320.2.cab [NetFx]
    8/9: windows10.0-kb5067017-x64_DU_SafeOS_6455.1.5.cab [SafeOS DU]
    9/9: Windows10.0-KB5068781-x64.cab [Combined]
    10/11: Windows10.0-KB5068780-x64_inout.cab [SSU]
    11/11: Windows10.0-KB5068781-x64_inout.cab [LCU]
    
    ============================================================
    Mounting sources\install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.1288
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_6575~31bf3856ad364e35~amd64~~19041.6575.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.1288
    
    Processing 1 of 5 - Adding package Package_for_KB5011048~31bf3856ad364e35~amd64~~10.0.9166.1
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Package_for_KB5007401~31bf3856ad364e35~amd64~~19041.1378.1.1
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Package_for_KB5011064~31bf3856ad364e35~amd64~~10.0.1.8028
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Package_for_KB5020683~31bf3856ad364e35~amd64~~19041.2304.1.3
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9320.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.1288
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6575.1.22
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting OS image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.6575
    
    [=====                      10.0%                          ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.6575
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding Defender update...
    ============================================================
    
    Platform  : 4.18.25100.9006
    Engine    : 1.1.25100.9002
    Signatures: 1.441.142.0
    
    ============================================================
    Adding .NET Framework 3.5 feature...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.6575
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update(s)...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.6575
    
    Processing 1 of 3 - Adding package Package_for_KB5007401~31bf3856ad364e35~amd64~~19041.1378.1.1
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9320.2
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6575.1.22
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim ...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_6575~31bf3856ad364e35~amd64~~19041.6575.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~19041.6455.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6455
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6455
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI_LTSC_2021\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.26100.5720
    
    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.26100.5720
    
    Image File : E:\W10UI_LTSC_2021\19044_Work_x64_NL_LTSC\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.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1288
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_6575~31bf3856ad364e35~amd64~~19041.6575.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1288
    
    Processing 1 of 1 - Adding package Package_for_KB5020683~31bf3856ad364e35~amd64~~19041.2304.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1288
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6575.1.22
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6575
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6575
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI_LTSC_2021\19044_Work_x64_NL_LTSC\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.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1288
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_6575~31bf3856ad364e35~amd64~~19041.6575.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1288
    
    Processing 1 of 1 - Adding package Package_for_KB5020683~31bf3856ad364e35~amd64~~19041.2304.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1288
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6575.1.22
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6575
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6575
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI_LTSC_2021\19044_Work_x64_NL_LTSC\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.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding setup dynamic update(s)...
    ============================================================
    
    windows10.0-kb5062682-x64_DU_Sources_6094.cab
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    ISO Location:
    "E:\W10UI_LTSC_2021"
    
    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 41 directories)
    Scanning source tree complete (904 files in 87 directories)
    
    Computing directory information complete
    
    Image file is 5759696896 bytes (before optimization)
    
    Writing 904 files in 87 directories to 19044.6575.251108-0531.VB_RELEASE_SVC_PROD1_CLIENT_X64FRE_NL-NL.iso
    
    100% complete
    
    Storage optimization saved 25 files, 14182400 bytes (1% of image)
    
    After optimization, image file is 5747566592 bytes
    Space saved because of embedding, sparseness or optimization = 14182400
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 or q to exit.
    
    
    Keep in mind that these are my personal and specific settings for my dutch Ent. 2021 LTSC projects.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. yakamoz36

    yakamoz36 MDL Novice

    Oct 25, 2021
    9
    10
    0
    You are a wonderful person. Thanks to you, I have learned new things. I would like to thank "abbodil406" who prepared this project. Best regards.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    #15384 Enthousiast, Dec 9, 2025
    Last edited: Dec 9, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Meedas

    Meedas MDL Junior Member

    May 12, 2025
    59
    70
    0
    #15385 Meedas, Dec 9, 2025
    Last edited: Dec 9, 2025
    Quite a big jump in the size of the LCU in this update:

    Nov 2025 LCU - 776.2 MB
    Dec 2025 LCU - 1027.7 MB

    Support notes only mention PowerShell 5.1 changes.

    Update: Looks like the Windows Defender Application Guard image (windowsdefenderapplicationguard.wim) doubled in size in this update (almost 340 MB in size now). That would explain some of the reason the LCU grew in size.
     
  6. fabricio simoes

    fabricio simoes MDL Senior Member

    Dec 17, 2020
    331
    90
    10
    Which update changes 19044 to 19045?
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Code:
    ====================== W10UI v10.58r =======================
    [1] Target (x64): "E:\W10UI_LTSC\17763.1_Work_x64_NL"
    
    [2] Updates: "E:\W10UI_LTSC\17763.1_Updates_x64_NL"
    
    [3] DISM: "Windows NT 10.0 ADK"
    
    [4] Enable .NET 3.5: YES
    
    [5] Cleanup System Image: YES      [6] Reset Image Base: NO
    
    [7] Update WinRE.wim: YES
    
    [8] install.wim selected indexes: 3 / [K] Keep indexes: Selected
    
    [M] Mount Directory: "c:\W10UImount_2393"
    
    [E] Extraction Directory: "c:\W10UItemp_28483"
    
    ============================================================
    Change a menu option, press 0 to start the process, or 9 to exit:
    
    Code:
    ============================================================
    Running W10UI v10.58r
    ============================================================
    
    ============================================================
    Configured Options...
    ============================================================
    
    Net35
    Net35Source
    Cleanup
    WinRE
    ISO
    
    ============================================================
    Extracting .cab files from .msu files...
    ============================================================
    
    1/1: windows10.0-kb5071544-x64_LCU_8146.1.6.msu
    
    ============================================================
    Extracting files from update containers (cab/wim)...
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/8: defender-dism-x64_steven4554_Dec_09_2025.cab
    2/8: Windows10.0-KB4486153-x64_NDP48_Base_3106.cab [NetFx]
    3/8: Windows10.0-KB4486169-x64_NDP48_NL_LP.cab [NetFx]
    4/8: Windows10.0-KB4589208-v2-x64_PSFX_IMC.cab [Microcode]
    5/8: Windows10.0-KB5066137-x64-NDP48_CU_4798.2.cab [NetFx]
    6/8: windows10.0-kb5068795-x64_DU_Sources_8020.cab [Setup DU]
    7/8: Windows10.0-KB5071544-x64.cab [Combined]
    8/10: windows10.0-kb5072541-x64_DU_SafeOS_8143.1.0.cab [SafeOS DU]
    9/10: Windows10.0-KB5070248-x64_inout.cab [SSU]
    10/10: Windows10.0-KB5071544-x64_inout.cab [LCU]
    
    ============================================================
    Mounting sources\install.wim - index 3/4
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_8020~31bf3856ad364e35~amd64~~17763.8020.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 4 - Adding package Package_for_KB4486153~31bf3856ad364e35~amd64~~10.0.1.3106
    [==========================100.0%==========================]
    Processing 2 of 4 - Adding package Package_for_KB4486169~31bf3856ad364e35~amd64~~10.0.1.2752
    [==========================100.0%==========================]
    Processing 3 of 4 - Adding package Package_for_KB4589208~31bf3856ad364e35~amd64~~10.0.2.4
    [==========================100.0%==========================]
    Processing 4 of 4 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4798.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.8146.1.6
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Cleaning up OS image...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.8146
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding Defender update...
    ============================================================
    
    Platform  : 4.18.25100.9008
    Engine    : 1.1.25100.9002
    Signatures: 1.441.841.0
    
    ============================================================
    Adding .NET Framework 3.5 feature...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.8146
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update(s)...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.8146
    
    Processing 1 of 2 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4798.2
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.8146.1.6
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim ...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_8020~31bf3856ad364e35~amd64~~17763.8020.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~17763.8143.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    [======================     38.5%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI_LTSC\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.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim ...
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting sources\install.wim - index 3/4
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI_LTSC\17763.1_Work_x64_NL\sources\install.wim
    Image Index : 3
    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.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_8020~31bf3856ad364e35~amd64~~17763.8020.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_KB4589208~31bf3856ad364e35~amd64~~10.0.2.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.8146.1.6
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.8146
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.8146
    
    [=============              23.6%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI_LTSC\17763.1_Work_x64_NL\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.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_8020~31bf3856ad364e35~amd64~~17763.8020.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_KB4589208~31bf3856ad364e35~amd64~~10.0.2.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.8146.1.6
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.8146
    
    [===========================92.8%=====================     ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.17763.8146
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI_LTSC\17763.1_Work_x64_NL\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.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding setup dynamic update(s)...
    ============================================================
    
    windows10.0-kb5068795-x64_DU_Sources_8020.cab
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    ISO Location:
    "E:\W10UI_LTSC"
    
    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 40 directories)
    Scanning source tree complete (944 files in 86 directories)
    
    Computing directory information complete
    
    Image file is 5183930368 bytes (before optimization)
    
    Writing 944 files in 86 directories to 17763.8146.251205-1612.RS5_RELEASE_SVC_PROD1_CLIENT_X64FRE_NL-NL.iso
    
    100% complete
    
    Storage optimization saved 24 files, 14198784 bytes (1% of image)
    
    After optimization, image file is 5171888128 bytes
    Space saved because of embedding, sparseness or optimization = 14198784
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 or q to exit.
    
    [/code[
    [B]Updated:[/B]
    [QUOTE="Enthousiast, post: 1490183, member: 104688"][SIZE=5][U][B][B][U]1809 ([B]17763.[B]8146.1.6[/B][/B]) Updates Overview (updated: December 09. 2025)[/U][/B][/B][/U][/SIZE][/QUOTE]
    https://forums.mydigitallife.net/posts/1490183
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Home (22H2):
    Code:
    ====================== W10UI v10.58r =======================
    [1] Target (x64): "E:\W10UI\19045_Work_x64_NL"
    
    [2] Updates: "E:\W10UI\19045_Updates_x64_NL"
    
    [3] DISM: "Windows NT 10.0 ADK"
    
    [4] Enable .NET 3.5: YES
    
    [5] Cleanup System Image: YES      [6] Reset Image Base: YES / Extra
    
    [7] Update WinRE.wim: YES
    
    [8] install.wim selected indexes: 1 / [K] Keep indexes: Selected
    
    [M] Mount Directory: "c:\W10UImount_27832"
    
    [E] Extraction Directory: "c:\W10UItemp_24682"
    
    ============================================================
    Change a menu option, press 0 to start the process, or 9 to exit:
    
    Code:
    ============================================================
    Running W10UI v10.58r
    ============================================================
    
    ============================================================
    Configured Options...
    ============================================================
    
    Net35
    Net35Source
    Cleanup
    ResetBase
    WinRE
    ISO
    
    ============================================================
    Extracting .cab files from .msu files...
    ============================================================
    
    1/1: windows10.0-kb5071546-x64_LCU_6691.1.11.msu
    
    ============================================================
    Extracting files from update containers (cab/wim)...
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/11: defender-dism-x64_steven4554_Dec_09_2025.cab
    2/11: windows10.0-kb5007401-x64_Critical_DU_for_NET35.cab
    3/11: windows10.0-kb5011048-x64_NDP481_Base_9166.1.cab [NetFx]
    4/11: windows10.0-kb5011064-x64_NL_NDP481_NL_LP_10.0.1.8028.cab [NetFx]
    5/11: windows10.0-kb5015684-x64_22H2_EP_1799.1.2.cab [Enablement]
    6/11: Windows10.0-KB5020683-x64_PSFX_OOBE_2304.1.3.cab [OOBE]
    7/11: windows10.0-kb5062682-x64_DU_Sources_6094.cab [Setup DU]
    8/11: Windows10.0-KB5066130-x64-NDP481_CU_9320.2.cab [NetFx]
    9/11: Windows10.0-KB5071546-x64.cab [Combined]
    10/13: windows10.0-kb5072542-x64_DU_SafeOS_6683.1.0.cab [SafeOS DU]
    11/13: Windows10.0-KB5072653-x64_PSFX_ESU_6578.1.2.cab
    12/13: Windows10.0-KB5068780-x64_inout.cab [SSU]
    13/13: Windows10.0-KB5071546-x64_inout.cab [LCU]
    
    ============================================================
    Mounting sources\install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_6575~31bf3856ad364e35~amd64~~19041.6575.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 7 - Adding package Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
    [==========================100.0%==========================]
    Processing 2 of 7 - Adding package Package_for_KB5011048~31bf3856ad364e35~amd64~~10.0.9166.1
    [==========================100.0%==========================]
    Processing 3 of 7 - Adding package Package_for_KB5007401~31bf3856ad364e35~amd64~~19041.1378.1.1
    [==========================100.0%==========================]
    Processing 4 of 7 - Adding package Package_for_KB5011064~31bf3856ad364e35~amd64~~10.0.1.8028
    [==========================100.0%==========================]
    Processing 5 of 7 - Adding package Package_for_KB5020683~31bf3856ad364e35~amd64~~19041.2304.1.3
    [==========================100.0%==========================]
    Processing 6 of 7 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9320.2
    [==========================100.0%==========================]
    Processing 7 of 7 - Adding package Package_for_KB5072653~31bf3856ad364e35~amd64~~19041.6578.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6691.1.11
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting OS image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19045.6691
    
    [=====                      10.0%                          ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19045.6691
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding Defender update...
    ============================================================
    
    Platform  : 4.18.25100.9008
    Engine    : 1.1.25100.9002
    Signatures: 1.441.841.0
    
    ============================================================
    Adding .NET Framework 3.5 feature...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19045.6691
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update(s)...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19045.6691
    
    Processing 1 of 3 - Adding package Package_for_KB5007401~31bf3856ad364e35~amd64~~19041.1378.1.1
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9320.2
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6691.1.11
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim ...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_6575~31bf3856ad364e35~amd64~~19041.6575.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~19041.6683.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6683
    
    [======================     38.6%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6683
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI\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.26100.5720
    
    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.26100.5720
    
    Image File : E:\W10UI\19045_Work_x64_NL\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.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_6575~31bf3856ad364e35~amd64~~19041.6575.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 3 - Adding package Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB5020683~31bf3856ad364e35~amd64~~19041.2304.1.3
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB5072653~31bf3856ad364e35~amd64~~19041.6578.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6691.1.11
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6691
    
    [===========================48.8%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6691
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI\19045_Work_x64_NL\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.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_6575~31bf3856ad364e35~amd64~~19041.6575.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 3 - Adding package Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB5020683~31bf3856ad364e35~amd64~~19041.2304.1.3
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB5072653~31bf3856ad364e35~amd64~~19041.6578.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6691.1.11
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6691
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6691
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI\19045_Work_x64_NL\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.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding setup dynamic update(s)...
    ============================================================
    
    windows10.0-kb5062682-x64_DU_Sources_6094.cab
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    ISO Location:
    "E:\W10UI"
    
    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 50 directories)
    Scanning source tree complete (918 files in 93 directories)
    
    Computing directory information complete
    
    Image file is 6690963456 bytes (before optimization)
    
    Writing 918 files in 93 directories to 19045.6691.251205-1411.22H2_RELEASE_SVC_PROD1_CLIENT_X64FRE_NL-NL.iso
    
    100% complete
    
    Storage optimization saved 25 files, 14200832 bytes (1% of image)
    
    After optimization, image file is 6678884352 bytes
    Space saved because of embedding, sparseness or optimization = 14200832
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 or q to exit.
    
    
    LTSC (21H2):
    Code:
    ====================== W10UI v10.58r =======================
    [1] Target (x64): "E:\W10UI_LTSC_2021\19044_Work_x64_NL_LTSC"
    
    [2] Updates: "E:\W10UI_LTSC_2021\19044_Updates_x64_LTSC_NL"
    
    [3] DISM: "Windows NT 10.0 ADK"
    
    [4] Enable .NET 3.5: YES
    
    [5] Cleanup System Image: YES      [6] Reset Image Base: YES
    
    [7] Update WinRE.wim: YES
    
    [8] install.wim selected indexes: 1 / [K] Keep indexes: Selected
    
    [M] Mount Directory: "c:\W10UImount_1565"
    
    [E] Extraction Directory: "c:\W10UItemp_6200"
    
    ============================================================
    Change a menu option, press 0 to start the process, or 9 to exit:
    
    Code:
    ============================================================
    Running W10UI v10.58r
    ============================================================
    
    ============================================================
    Configured Options...
    ============================================================
    
    Net35
    Net35Source
    Cleanup
    ResetBase
    WinRE
    ISO
    
    ============================================================
    Extracting .cab files from .msu files...
    ============================================================
    
    1/1: windows10.0-kb5071546-x64_LCU_6691.1.11.msu
    
    ============================================================
    Extracting files from update containers (cab/wim)...
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/9: defender-dism-x64_steven4554_Dec_09_2025.cab
    2/9: windows10.0-kb5007401-x64_Critical_DU_for_NET35.cab
    3/9: windows10.0-kb5011048-x64_NDP481_Base_9166.1.cab [NetFx]
    4/9: windows10.0-kb5011064-x64_NL_NDP481_NL_LP_10.0.1.8028.cab [NetFx]
    5/9: Windows10.0-KB5020683-x64_PSFX_OOBE_2304.1.3.cab [OOBE]
    6/9: windows10.0-kb5062682-x64_DU_Sources_6094.cab [Setup DU]
    7/9: Windows10.0-KB5066130-x64-NDP481_CU_9320.2.cab [NetFx]
    8/9: Windows10.0-KB5071546-x64.cab [Combined]
    9/11: windows10.0-kb5072542-x64_DU_SafeOS_6683.1.0.cab [SafeOS DU]
    10/11: Windows10.0-KB5068780-x64_inout.cab [SSU]
    11/11: Windows10.0-KB5071546-x64_inout.cab [LCU]
    
    ============================================================
    Mounting sources\install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.1288
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_6575~31bf3856ad364e35~amd64~~19041.6575.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.1288
    
    Processing 1 of 5 - Adding package Package_for_KB5011048~31bf3856ad364e35~amd64~~10.0.9166.1
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Package_for_KB5007401~31bf3856ad364e35~amd64~~19041.1378.1.1
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Package_for_KB5011064~31bf3856ad364e35~amd64~~10.0.1.8028
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Package_for_KB5020683~31bf3856ad364e35~amd64~~19041.2304.1.3
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9320.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.1288
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6691.1.11
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting OS image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.6691
    
    [=====                      10.0%                          ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.6691
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding Defender update...
    ============================================================
    
    Platform  : 4.18.25100.9008
    Engine    : 1.1.25100.9002
    Signatures: 1.441.841.0
    
    ============================================================
    Adding .NET Framework 3.5 feature...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.6691
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update(s)...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19044.6691
    
    Processing 1 of 3 - Adding package Package_for_KB5007401~31bf3856ad364e35~amd64~~19041.1378.1.1
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9320.2
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6691.1.11
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim ...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_6575~31bf3856ad364e35~amd64~~19041.6575.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~19041.6683.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6683
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6683
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI_LTSC_2021\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.26100.5720
    
    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.26100.5720
    
    Image File : E:\W10UI_LTSC_2021\19044_Work_x64_NL_LTSC\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.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1288
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_6575~31bf3856ad364e35~amd64~~19041.6575.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1288
    
    Processing 1 of 1 - Adding package Package_for_KB5020683~31bf3856ad364e35~amd64~~19041.2304.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1288
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6691.1.11
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6691
    
    [===========================93.9%======================    ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6691
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI_LTSC_2021\19044_Work_x64_NL_LTSC\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.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1288
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_6575~31bf3856ad364e35~amd64~~19041.6575.1.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1288
    
    Processing 1 of 1 - Adding package Package_for_KB5020683~31bf3856ad364e35~amd64~~19041.2304.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.1288
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6691.1.11
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6691
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.19041.6691
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\W10UI_LTSC_2021\19044_Work_x64_NL_LTSC\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.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding setup dynamic update(s)...
    ============================================================
    
    windows10.0-kb5062682-x64_DU_Sources_6094.cab
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    ISO Location:
    "E:\W10UI_LTSC_2021"
    
    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 41 directories)
    Scanning source tree complete (904 files in 87 directories)
    
    Computing directory information complete
    
    Image file is 6300270592 bytes (before optimization)
    
    Writing 904 files in 87 directories to 19044.6691.251205-1411.21H2_RELEASE_SVC_PROD1_CLIENT_X64FRE_NL-NL.iso
    
    100% complete
    
    Storage optimization saved 25 files, 14182400 bytes (1% of image)
    
    After optimization, image file is 6288168960 bytes
    Space saved because of embedding, sparseness or optimization = 14182400
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 or q to exit.
    
    
    Updated:
    https://forums.mydigitallife.net/posts/1571109
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Can you check if KB5072653 is still present after running dism cleanup? :)

    you can check with 7-zip inside install.wim:
    Code:
    \Windows\servicing\Packages\Package_for_KB5072653~31bf3856ad364e35~amd64~~19041.6578.1.2.mum
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Yes :)

    i expected it to get removed, since LCU KB5071546 include newer clipsp.sys
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Code:
    ====================== W10UI v10.58r =======================
    [1] Target (x64): "e:\2016_LTSB\Work_x64_NL"
    
    [2] Updates: "E:\2016_LTSB\Updates_x64"
    
    [3] DISM: "Windows NT 10.0 ADK"
    
    [4] Enable .NET 3.5: YES
    
    [5] Cleanup System Image: YES      [6] Reset Image Base: YES / Extra
    
    [7] Update WinRE.wim: YES
    
    [M] Mount Directory: "c:\W10UImount_10774"
    
    [E] Extraction Directory: "E:\W10UItemp_18747"
    
    ============================================================
    Change a menu option, press 0 to start the process, or 9 to exit:
    
    Code:
    ============================================================
    Running W10UI v10.58r
    ============================================================
    
    ============================================================
    Configured Options...
    ============================================================
    
    Net35
    Net35Source
    Cleanup
    ResetBase
    UpdtBootFiles
    WinRE
    ISO
    
    ============================================================
    Extracting .cab files from .msu files...
    ============================================================
    
    1/1: windows10.0-kb5066836-x64_LCU_8519.1.28.msu
    
    ============================================================
    Extracting files from update containers (cab/wim)...
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/9: defender-dism-x64_steven4554_Oct_14_2025.cab
    2/9: windows10.0-kb4022632-x64_OOBE_UA.cab [OOBE]
    3/9: windows10.0-kb4039556-x64_DU_Sources_1707.cab [Setup DU]
    4/9: Windows10.0-KB4486129-x64_NDP48_Base.cab [NetFx]
    5/9: windows10.0-kb5062786-x64_DU_Sources_8233.cab [Setup DU]
    6/9: Windows10.0-KB5066136-x64-NDP48_CU_4798.2.cab [NetFx]
    7/9: Windows10.0-KB5066584-x64_SSU_8508.1.5.cab [SSU]
    8/9: Windows10.0-KB5066836-x64.cab [LCU]
    9/9: windows10.0-kb5067015-x64_DU_SafeOS_8519.1.6.cab [SafeOS DU]
    
    ============================================================
    Mounting sources\install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 1 - Adding package Package_for_KB5066584~31bf3856ad364e35~amd64~~14393.8508.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.8508
    
    Processing 1 of 3 - Adding package Package_for_KB4486129~31bf3856ad364e35~amd64~~10.0.1.3106
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022632~31bf3856ad364e35~amd64~~10.0.1.3
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4798.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.8508
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.8519.1.28
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting OS image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.8508
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding Defender update...
    ============================================================
    
    Platform  : 4.18.25090.3009
    Engine    : 1.1.25090.3001
    Signatures: 1.439.170.0
    
    ============================================================
    Adding .NET Framework 3.5 feature...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.8508
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update(s)...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.8508
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.8519.1.28
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim ...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 1 - Adding package Package_for_KB5066584~31bf3856ad364e35~amd64~~14393.8508.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.8508
    
    Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~14393.8519.1.6
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.8508
    
    [===========================98.8%========================= ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\2016_LTSB\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.26100.5720
    
    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.26100.5720
    
    Image File : e:\2016_LTSB\Work_x64_NL\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.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 1 - Adding package Package_for_KB5066584~31bf3856ad364e35~amd64~~14393.8508.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.8508
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.8519.1.28
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.8508
    
    [===========================99.3%========================= ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : e:\2016_LTSB\Work_x64_NL\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.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 1 - Adding package Package_for_KB5066584~31bf3856ad364e35~amd64~~14393.8508.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.8508
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.8519.1.28
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.14393.8508
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : e:\2016_LTSB\Work_x64_NL\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.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding setup dynamic update(s)...
    ============================================================
    
    windows10.0-kb4039556-x64_DU_Sources_1707.cab
    windows10.0-kb5062786-x64_DU_Sources_8233.cab
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    ISO Location:
    "E:\2016_LTSB"
    
    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 13 directories)
    Scanning source tree complete (993 files in 98 directories)
    
    Computing directory information complete
    
    Image file is 4007723008 bytes (before optimization)
    
    Writing 993 files in 98 directories to 14393.8519.251009-1959.RS1_RELEASE_CLIENT_X64FRE_NL-NL.iso
    
    100% complete
    
    Storage optimization saved 31 files, 14716928 bytes (1% of image)
    
    After optimization, image file is 3995279360 bytes
    Space saved because of embedding, sparseness or optimization = 14716928
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 or q to exit.
    
    
    Updated:
    https://forums.mydigitallife.net/posts/1821030
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Meedas

    Meedas MDL Junior Member

    May 12, 2025
    59
    70
    0
    Quick follow up on this... It didn't just double in size, it quadrupled in size.

    The amd64_microsoft-windows-dynamic-image folder in SXS was around 160 MB as of 19041.6575. Now with the latest update, the folder has increased to roughly 680 MB for 19041.6691. Typically, the WIM file stored in there is roughly 80 MB, including a backup copy (total 160 MB). Now it jumped to 340 MB with a backup copy (total 680 MB).
    What the heck is MS doing? :confused:
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    @Meedas

    Can you open WindowsDefenderApplicationGuard.wim with 7-zip and check if it contains [DELETED] folder?
     
  16. khealou

    khealou MDL Junior Member

    Sep 9, 2012
    68
    29
    0
    upload_2025-12-10_0-26-16.png
     
  17. Aty

    Aty MDL Member

    Oct 18, 2013
    200
    416
    10
    If manually removed, it will still be installed by Windows Update.
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    The file from LCU is delta compressed
    you need to open the one from WinSxS after installing LCU

    Yes
    that's why i asked if update cleanup / dism cleanup will remove it
    it would have been a funny situation :)
     
  19. Meedas

    Meedas MDL Junior Member

    May 12, 2025
    59
    70
    0