[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by Enthousiast, Sep 2, 2017.

  1. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,489
    90
    only the build number matters, if it's the same on both channels, then the builds are the same

    there is a special case where the build may have been updated several times with different AggregatedMetadata.cab, in which case each build should be checked manually, but usually only the metadata differs
     
  2. Almighty188

    Almighty188 MDL Novice

    Sep 6, 2021
    3
    0
    0
    Interesting but what about those people who install from a build but do not join any insiders channels, how does their system differentiate on if it will have Beta features or if it will have Dev features?
     
  3. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,489
    90
    only Canary builds will be opted into the Canary channel by default
    builds from other channels will be in Retail after installation, so at this moment 26120 Beta and Dev builds are identical and both are on Retail after installation

    you should enroll into correct Insider channel in you want to get all the features and future updates
    the Retail channel is never supported on Insider builds, so the end result may vary
     
  4. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,233
    10,571
    270
    When selecting the latest CloudPC (WNC) build, UUP Dump App complains that it cannot create an ISO because of known problems, while the UUPDump website happily proceeds. Is this only a display bug/leftover, @Paul Mercer?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,489
    90
    #5825 Paul Mercer, Mar 19, 2025
    Last edited: Mar 19, 2025
    if you mean "Windows CPC OS" then it's because it was renamed from "Cloud PC"

    edit "\uupdump-x86\uup-dump\shared\utils.php", line 138 from
    Code:
    $isWNC = str_contains($updateTitle, 'Cloud PC');
    to
    Code:
    $isWNC = str_contains($updateTitle, 'Cloud PC') || str_contains($updateTitle, 'Windows CPC OS');
     
  6. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,233
    10,571
    270
    Thank you, will do!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Dagameron

    Dagameron MDL Novice

    Apr 20, 2025
    3
    0
    0
    What's an UUP build that's a Windows 11 ISO that has a functional winload.efi file with no missing files and/or corrupted files?
     
  8. Dagameron

    Dagameron MDL Novice

    Apr 20, 2025
    3
    0
    0
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,776
    129,724
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Muggaen

    Muggaen MDL Addicted

    Dec 30, 2011
    890
    407
    30
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,776
    129,724
    450
    #5831 Enthousiast, Apr 22, 2025
    Last edited: Apr 22, 2025
    (OP)
    Reported to the dev.

    EDIT: for now it is working again!!!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Dagameron

    Dagameron MDL Novice

    Apr 20, 2025
    3
    0
    0
    #5832 Dagameron, Apr 23, 2025
    Last edited by a moderator: Apr 23, 2025
    Right click [IMG] and then click "open image in new tab". Sorry if there was a way to send the photo right in this website, it's just that I'm new to this website so I didn't know how. Also, I think I now know the solution to fix this error.
     
  13. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,233
    10,571
    270
    There is no direct display or preview of the image. I guess this is because XenForo does not support inline display of HEIC image files.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    90
    13
    0
    Is there a flag in uup dump that lets you toggle so you can select editions during setup?
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,776
    129,724
    450
    When you put in a generic ei.cfg* in the project folder then it will be inserted to the "ISO:\Sources" folder and enable you to select any available edition during setup on a system with a MSDM bioskey.

    * ei.cfg:
    Code:
    [Channel]
    _Default
    [VL]
    0
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Coody

    Coody MDL Novice

    Aug 16, 2012
    14
    2
    0
    Hi all, is there any way to create ISO despite "can't be converted" message?

    I read the FAQ, I know it’s probably missing metadata – just asking if any workaround exists anyway.

    For example: Microsoft server operating system version 24H2 (26100.3775) amd64
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,813
    101,310
    340
    it's Cloudflare verification (due some users abuse or DDoS)
    you have to download the files manually from the website
     
  18. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    370
    211
    10
    Complicated ne, but finally you are the master if you have a solution to download by command let us know, and thank you for the teachings