Windows 10 Hotfix Repository

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Typo, as usual.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

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

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    We might get 19045.4474 eventually for public release
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    :eek::eek::eek:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. tanush62

    tanush62 MDL Junior Member

    Feb 18, 2014
    55
    10
    0
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    When you use the Release Preview updates to create an uptodate ISO, these updates will be integrated:

    Code:
    1/5: SSU-19041.4467-x64.cab [SSU]
    2/5: Windows10.0-KB5015684-x64.cab [Enablement]
    3/5: windows10.0-kb5032906-x64.cab [Setup DU]
    4/5: windows10.0-kb5034232-x64.cab [SafeOS DU]
    5/5: Windows10.0-KB5037849-x64.cab [LCU]
    
    This should be ok.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. tanush62

    tanush62 MDL Junior Member

    Feb 18, 2014
    55
    10
    0
    Can I merge windows 10 19045.4472 aio (made with uupdump) and LTSC 2021 19044.4472 (made with WU script) into one ISO (one install.esd) and how?
     
  9. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,866
    90
    dism /export-image would be one way to do it.
     
  10. tanush62

    tanush62 MDL Junior Member

    Feb 18, 2014
    55
    10
    0
    Just install.esd?
     
  11. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,084
    4,363
    90
    first convert your ESD to WIM for both images
    then export any index to another image, convert final WIM to ESD again if you want

    winre.wim might increase the file size, so it's better to include one of them in all indexes
    also, you can't compress the final image well if the builds are really different, so make sure both have been updated with the same updates set and cleanup+resetbase applied
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. tanush62

    tanush62 MDL Junior Member

    Feb 18, 2014
    55
    10
    0
    How to include winre.wim into indexes? Do I have to change anything into boot.wim and winre.wim?
     
  13. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,866
    90
    1. dism /export-image your-aio.esd/wim /all aio.wim /compress:max /checkintegrity
    2. dism /export-image ltsc.esd/wim /all ltsc.wim /compress:max /checkintegrity
    3. dism /export-image aio.wim /all install.wim /compress:max /checkintegrity
    4. dism /export-image ltsc.wim /all install.wim /compress:max /checkintegrity
    5. (optional) dism /export-image install.wim /all install.esd /compress:recovery /checkintegrity

    This should be it.
     
  14. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,084
    4,363
    90
    #14776 Paul Mercer, May 28, 2024
    Last edited: May 28, 2024
    you can use this small script with wimlib
    it extracts winre.wim from the 1st index and then adds it to all indexes
    Code:
    @echo off
    reg query HKU\S-1-5-19 1>nul 2>nul || (if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b))
    pushd "%~dp0"
    
    set "_wimlib=bin64\wimlib-imagex.exe"
    
    %_wimlib% extract install.wim 1 Windows\System32\Recovery\winre.wim --no-acls --no-attributes
    echo.
    
    for /f "tokens=3 delims=: " %%i in ('%_wimlib% info install.wim ^| findstr /c:"Image Count"') do set images=%%i
    for /L %%i in (1,1,%images%) do %_wimlib% update install.wim %%i --command="add 'winre.wim' '\Windows\System32\Recovery\winre.wim'"
    
    del winre.wim
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    #14777 Enthousiast, May 29, 2024
    Last edited: May 29, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    704
    421
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,333
    2,649
    90
    turns out you were right :clap:
    .4474 got released to the public on Wed. afternoon 5/29
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Code:
    ====================== W10UI v10.42z =======================
    [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
    
    [7] Update WinRE.wim: YES
    
    [8] install.wim selected indexes: 1 / [K] Keep indexes: Selected
    
    [M] Mount Directory: "c:\W10UImount_24183"
    
    [E] Extraction Directory: "c:\W10UItemp_13305"
    
    ============================================================
    Change a menu option, press 0 to start the process, or 9 to exit:
    Code:
    ============================================================
    Running W10UI v10.42z
    ============================================================
    
    ============================================================
    Extracting .cab files from .msu files...
    ============================================================
    
    1/1: windows10.0-kb5037849-x64_LCU_4474.1.14.msu
    
    ============================================================
    Extracting files from update cabinets (.cab)...
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/11: defender-dism-x64_steven4554_May_29_2024.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
    7/11: Windows10.0-KB5026037-x64_PSFX_OOBE_2845.1.1.cab
    8/11: windows10.0-kb5032906-x64_DU_Sources_3685.cab [Setup DU]
    9/11: windows10.0-kb5034232-x64_DU_SafeOS_3920.1.2.cab [SafeOS DU]
    10/11: Windows10.0-KB5037587-x64-NDP481_CU_9241.1.cab [NetFx]
    11/11: Windows10.0-KB5037849-x64.cab [Combined]
    12/13: Windows10.0-KB5037849-x64_inout.cab [LCU]
    13/13: Windows10.0-KB5037995-x64_inout.cab [SSU]
    
    ============================================================
    Mounting sources\install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_4467~31bf3856ad364e35~amd64~~19041.4467.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 7 - Adding package Package_for_KB5011048~31bf3856ad364e35~amd64~~10.0.9166.1
    [==========================100.0%==========================]
    Processing 2 of 7 - Adding package Package_for_KB5007401~31bf3856ad364e35~amd64~~19041.1378.1.1
    [==========================100.0%==========================]
    Processing 3 of 7 - Adding package Package_for_KB5011064~31bf3856ad364e35~amd64~~10.0.1.8028
    [==========================100.0%==========================]
    Processing 4 of 7 - Adding package Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
    [==========================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_KB5026037~31bf3856ad364e35~amd64~~19041.2845.1.1
    [==========================100.0%==========================]
    Processing 7 of 7 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9241.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.4474.1.14
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting OS image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.4474
    
    [=====                      10.0%                          ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.4474
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding Defender update...
    ============================================================
    
    
    ============================================================
    Adding .NET Framework 3.5 feature...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.4474
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update(s)...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.4474
    
    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.9241.1
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.4474.1.14
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim ...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_4467~31bf3856ad364e35~amd64~~19041.4467.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5034232~31bf3856ad364e35~amd64~~19041.3920.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.3562
    
    [====================       35.8%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.3562
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    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.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim ...
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting sources\install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    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.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_4467~31bf3856ad364e35~amd64~~19041.4467.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 2 - Adding package Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
    [==========================100.0%==========================]
    Processing 2 of 2 - 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.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.4474.1.14
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.4474
    
    [========================== 46.3%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.4474
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    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.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_4467~31bf3856ad364e35~amd64~~19041.4467.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 2 - Adding package Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
    [==========================100.0%==========================]
    Processing 2 of 2 - 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.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.4474.1.14
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.4474
    
    [========================== 45.7%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.4474
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    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.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding setup dynamic update(s)...
    ============================================================
    
    windows10.0-kb5032906-x64_DU_Sources_3685.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 41 directories)
    Scanning source tree complete (901 files in 83 directories)
    
    Computing directory information complete
    
    Image file is 5794463744 bytes (before optimization)
    
    Writing 901 files in 83 directories to 19045.4474.240517-1744.22H2_RELEASE_SVC_PROD3_CLIENT_X64FRE_NL-NL.iso
    
    100% complete
    
    Storage optimization saved 25 files, 14200832 bytes (1% of image)
    
    After optimization, image file is 5782325248 bytes
    Space saved because of embedding, sparseness or optimization = 14200832
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 or q to exit.
    
    
    Updated:
    https://forums.mydigitallife.net/th...h1-22h2-vb_release.80763/page-16#post-1571109
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...