Windows 11 ESD Repository

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,340
    115,607
    450
    #321 Enthousiast, Sep 30, 2025
    Last edited: Sep 30, 2025
    (OP)
    :rolleyes:

    6 = day
    9 = month
    25 = year

    do the math.... it is the latest 24H2 release atm.

    Same as: https://forums.mydigitallife.net/posts/1890534

    Code:
    [01] 06/09/2025 en-US x64 10.0.26100.6584 Windows 11 Home | Core
    [02] 06/09/2025 en-US x64 10.0.26100.6584 Windows 11 Home N | CoreN
    [03] 06/09/2025 en-US x64 10.0.26100.6584 Windows 11 Home Single Language | CoreSingleLanguage
    [04] 06/09/2025 en-US x64 10.0.26100.6584 Windows 11 Education | Education
    [05] 06/09/2025 en-US x64 10.0.26100.6584 Windows 11 Education N | EducationN
    [06] 06/09/2025 en-US x64 10.0.26100.6584 Windows 11 Pro | Professional
    [07] 06/09/2025 en-US x64 10.0.26100.6584 Windows 11 Pro N | ProfessionalN
    [08] 06/09/2025 en-US x64 10.0.26100.6584 Windows 11 Pro Education | ProfessionalEducation
    [09] 06/09/2025 en-US x64 10.0.26100.6584 Windows 11 Pro Education N | ProfessionalEducationN
    [10] 06/09/2025 en-US x64 10.0.26100.6584 Windows 11 Pro for Workstations | ProfessionalWorkstation
    [11] 06/09/2025 en-US x64 10.0.26100.6584 Windows 11 Pro N for Workstations | ProfessionalWorkstationN
    
    and...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    19,039
    19,749
    340
    @cuteee
    1. Always try to use the @ tag mechanism or shortened quote for long posts, as mentioned by @Carlos Detweiller a few posts ago. There's absolutely no need to quote the whole content.
    2. Of course milestone ESD releases are based on a slightly old compiled build. You don't expect to get everything hot from the oven for a serviceable container like this.
     
  3. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,172
    2,298
    90
    wrong
     
  4. andyburness

    andyburness MDL Novice

    Jan 29, 2008
    1
    0
    0
    Hi,
    I'm finding that the latest MediaCreationTool.exe runs and shows the windows logo splash screen, but then exits without any other error. Exit code seems to be:
    -1073740791
    I'm running it on Win10 IOT Enterprise LTSC 21H2.
    Does anyone know a fix?
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,340
    115,607
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. maro9432

    maro9432 MDL Novice

    Mar 16, 2024
    19
    16
    0
    #329 maro9432, Oct 2, 2025 at 04:42
    Last edited by a moderator: Oct 2, 2025 at 10:01
    Code:
    Select-Xml -Path "N:\MicrosoftcoLtd\26200.6584.MEDIA\products.xml" -XPath "//FilePath[contains(., 'en-us')]" |
    ForEach-Object { $_.Node.'#text' } |
    Sort-Object -Unique |
    Out-File "N:\MicrosoftcoLtd\26200.6584.MEDIA\26100.6584_links_en-US.txt" -Encoding UTF8
    
     
  7. dudedroid

    dudedroid MDL Junior Member

    Apr 28, 2011
    99
    9
    0
    Is there any way to get product.xml or product.cab for 26100.6584?
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,883
    95,424
    340
    Use -R to correctly expand cab files with 1 file included (preserve file name)
    Code:
    expand.exe -R -F:* "$tempFile" "$tempCabDir"
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,883
    95,424
    340
    products.cab + 25H2 MediaCreationTool.exe /Selfhost = works fine on Win 10/8.1

    so the issue is that udiapi.dll they included to download products.cab from UUP
     
  10. Boops

    Boops MDL Addicted

    Jan 5, 2008
    927
    1,224
    30
    Hi guys,

    Windows 11 version 25H2 update for x64-based systems (KB5065789) (26200.6725) has been released.

    Does anyone have the ESD file yet?

    Regards,
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,340
    115,607
    450
    They don't release ESDs with every simple update.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Boops

    Boops MDL Addicted

    Jan 5, 2008
    927
    1,224
    30
    Oopssss, sorry, thanks....
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...