Windows 11 Hotfix Repository

Discussion in 'Windows 11' started by Tito, Jul 1, 2021.

Tags:
  1. Silent_Warrior

    Silent_Warrior MDL Junior Member

    Nov 5, 2018
    51
    22
    0
  2. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,888
    5,457
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Silent_Warrior

    Silent_Warrior MDL Junior Member

    Nov 5, 2018
    51
    22
    0
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,448
    86,485
    340
    Yeah it's removed without alternative, and have this extra note for /Export-Image
    Code:
    Files with multiple images require /SourceIndex or /SourceName to be specified.
    since 25211.1001 is old build, maybe it's added in later builds
    if someone want to check or share "System32\Dism" folder
     
  5. TS2008

    TS2008 MDL Junior Member

    Mar 24, 2015
    70
    72
    0
    /all seems also removed in DISM v10.0.25951.* -> Error 87.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,934
    97,161
    450
    Code:
    
    C:\Windows\System32>dism.exe /Export-Image /SourceImageFile:c:\boot.wim /All /DestinationImageFile:c:\boot2.wim
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    
    Error: 87
    
    A required option is missing from the command-line.
    Ensure that /index or /name is specified.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    
    ---------------------------------------------
    
    C:\Windows\System32>dism.exe /Export-Image /SourceImageFile:c:\boot.wim /SourceIndex:1 /DestinationImageFile:c:\boot2.wim
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\System32>
    
    Seems /ALL is gone here.
     
  7. TS2008

    TS2008 MDL Junior Member

    Mar 24, 2015
    70
    72
    0
    DISM v10.0.23545.* still works with /all like expected.
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,448
    86,485
    340
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,934
    97,161
    450
    Code:
    ====================== W10UI v10.33 =======================
    [1] Target (x64): "C:\Test\22621_Work_x64_NL"
    
    [2] Updates: "C:\Test\22621_Updates_x64"
    
    [3] DISM: "Windows NT 10.0 ADK"
    
    [4] Enable .NET 3.5: YES
    
    [5] Cleanup System Image: NO
    
    [7] Update WinRE.wim: YES
    
    [8] install.wim selected indexes: 1 / [K] Keep indexes: Selected
    
    [M] Mount Directory: "c:\W10UImount_14568"
    
    [E] Extraction Directory: "c:\W10UItemp_18838"
    
    ============================================================
    Change a menu option, press 0 to start the process, or 9 to exit:
    
    Code:
    ============================================================
    Running W10UI v10.33
    ============================================================
    
    ============================================================
    Extracting dpx.dll file...
    ============================================================
    
    ============================================================
    Extracting .cab files from .msu files...
    ============================================================
    
    1/1: windows11.0-kb5030219-x64_LCU_2283.1.8.msu [Combined UUP]
    
    ============================================================
    Extracting files from update cabinets (.cab)...
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/5: defender-dism-x64_steven4554_Sept_13_2023.cab
    2/5: windows11.0-kb5029863-x64_DU_SafeOS_2209.1.1.cab [SafeOS DU]
    3/5: Windows11.0-KB5029921-x64-NDP481_CU_9186.2.cab [NetFx]
    4/5: windows11.0-kb5030327-x64_DU_Sources_2275.cab [Setup DU]
    5/5: Windows11.0-KB5028756-x64_inout.cab [SSU]
    
    ============================================================
    Mounting sources\install.wim - index 1/10
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_2061~31bf3856ad364e35~amd64~~22621.2061.1.1
    [==========================100.0%==========================]
    The changes due to package Package_for_ServicingStack_2061 requires the current servicing session to be reloaded.
    All the packages will be processed again.
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9186.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    windows11.0-kb5030219-x64_LCU_2283.1.8.msu
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 -
    [===========================80.0%==============            ]
    [==========================100.0%==========================] The operation completed successfully.
    
    ============================================================
    Adding Defender update...
    ============================================================
    
    
    ============================================================
    Adding .NET Framework 3.5 feature...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.2283
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update(s)...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.2283
    
    Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9186.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.2283
    
    Processing 1 of 1 -
    [===========================80.0%==============            ]
    [==========================100.0%==========================] The operation completed successfully.
    
    ============================================================
    Updating winre.wim ...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_2061~31bf3856ad364e35~amd64~~22621.2061.1.1
    [==========================100.0%==========================]
    The changes due to package Package_for_ServicingStack_2061 requires the current servicing session to be reloaded.
    All the packages will be processed again.
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Package_for_KB5029863~31bf3856ad364e35~amd64~~22621.2209.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.1844
    
    [==============             24.8%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.1844
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image File : C:\Test\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.25951.1000
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim ...
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting sources\install.wim - index 1/10
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image File : C:\Test\22621_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.25951.1000
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_2061~31bf3856ad364e35~amd64~~22621.2061.1.1
    [==========================100.0%==========================]
    The changes due to package Package_for_ServicingStack_2061 requires the current servicing session to be reloaded.
    All the packages will be processed again.
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    windows11.0-kb5030219-x64_LCU_2283.1.8.msu
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 -
    [===========================80.0%==============            ]
    [==========================100.0%==========================] The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.2283
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.2283
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image File : C:\Test\22621_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.25951.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_2061~31bf3856ad364e35~amd64~~22621.2061.1.1
    [==========================100.0%==========================]
    The changes due to package Package_for_ServicingStack_2061 requires the current servicing session to be reloaded.
    All the packages will be processed again.
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    windows11.0-kb5030219-x64_LCU_2283.1.8.msu
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 -
    [===========================80.0%==============            ]
    [==========================100.0%==========================] The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.2283
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image Version: 10.0.22621.2283
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Image File : C:\Test\22621_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.25951.1000
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.25951.1000
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding setup dynamic update(s)...
    ============================================================
    
    windows11.0-kb5030327-x64_DU_Sources_2275.cab
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    ISO Location:
    "C:\Test"
    
    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 43 directories)
    Scanning source tree complete (941 files in 86 directories)
    
    Computing directory information complete
    
    Image file is 6703742976 bytes (before optimization)
    
    Writing 941 files in 86 directories to 22621.2283.230831-1007.NI_RELEASE_SVC_PROD1_CLIENT_X64FRE_NL-NL.iso
    
    100% complete
    
    Storage optimization saved 24 files, 14239744 bytes (1% of image)
    
    After optimization, image file is 6691643392 bytes
    Space saved because of embedding, sparseness or optimization = 14239744
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 to exit.
    
    
     
  10. CJerbandolero

    CJerbandolero MDL Novice

    Dec 30, 2015
    9
    1
    0
    #1811 CJerbandolero, Sep 19, 2023
    Last edited: Sep 19, 2023
    Please, can you tell me how to install these files, Dism 10.0.25211.1001, thank you.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,934
    97,161
    450
    You want to install that dism version (install the latest adk, deployment tools) or the updates when on that dism version (use W10UI_10.33)?
     
  12. CJerbandolero

    CJerbandolero MDL Novice

    Dec 30, 2015
    9
    1
    0
    Hello, The ADK has been installed in C: progran 86, not on windows system32, is this correct? Thank you.
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,448
    86,485
    340
    Yes
     
  14. MDL202007

    MDL202007 MDL Novice

    Jun 30, 2020
    13
    10
    0
    has this happened yet?
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,448
    86,485
    340
  16. MDL202007

    MDL202007 MDL Novice

    Jun 30, 2020
    13
    10
    0
    #1817 MDL202007, Sep 21, 2023
    Last edited: Sep 21, 2023
    i already reimplemented the GetExtendedUpdateInfo thing in python

    Thanks to ChatGPT
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,934
    97,161
    450
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,934
    97,161
    450
  19. SM03

    SM03 MDL Expert

    Dec 16, 2012
    1,474
    624
    60
    NDP35 KB5030651 & KB5030652 both are 10.0.9191.1 & from the same date
    Which one is for 22H2?