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

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

  1. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    Interesting. Maybe the parameter should be added to all aria2 statements in the uupdump app scripts, until this is resolved.

    Personally, I'm using unbound with upstream DNS over TLS. No issues.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. HLP Mr. Lin Yu

    HLP Mr. Lin Yu MDL Member

    Jul 22, 2022
    105
    57
    10
    However, the Pro SKU of version 1607 cannot install the LCU of LTSB 2016. Does this mean that the Pro SKU at that time isn't the CBS edition for LTSB? upload_2023-12-24_9-41-3.png
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
  4. HLP Mr. Lin Yu

    HLP Mr. Lin Yu MDL Member

    Jul 22, 2022
    105
    57
    10
  5. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,206
    1,909
    90
    #5605 Ace2, Jan 19, 2024
    Last edited: Jan 20, 2024
    ...
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    32bit vs. 64bit
     
  7. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,206
    1,909
    90
    #5607 Ace2, Jan 19, 2024
    Last edited: Jan 19, 2024
    just checked, uupdump is using 32bit...;)
     
  8. Radel46

    Radel46 MDL Novice

    Sep 9, 2014
    10
    1
    0
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    #5609 Enthousiast, Jan 23, 2024
    Last edited: Jan 24, 2024

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Radel46

    Radel46 MDL Novice

    Sep 9, 2014
    10
    1
    0
    #5610 Radel46, Jan 24, 2024
    Last edited: Jan 24, 2024
    So it has been fixed and safe to ignore it?
    Was there any mistake that I made?

    This is before conversion and at download stage.
    By buggy I mean, possible run-time bug of the OS, not conversion failure.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    Can't see the need for including teams but i don't see user errors.

    Maybe @abbodi1406 has some more insights :)
     
    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
    It's Host OS issue :rolleyes:
    aria2c can't cope with some network shenanigans

    run this in command prompt as admin
    Code:
    net stop hns && net start hns
    net stop winnat && net start winnat
    netsh interface ipv4 show excludedportrange protocol=tcp
    
     
  13. Radel46

    Radel46 MDL Novice

    Sep 9, 2014
    10
    1
    0
  14. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,084
    4,363
    90
    it was there on the old version of UUP dump website, don't know if it was removed for some reason
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    The redownload error-loop is still there
    Code:
    if %ERRORLEVEL% GTR 0 goto :DOWNLOAD_APPS
    
    if %ERRORLEVEL% GTR 0 goto :DOWNLOAD_UUPS & exit /b 1
    maybe the "exit /b 1" part should be removed though
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
  17. Radel46

    Radel46 MDL Novice

    Sep 9, 2014
    10
    1
    0
  18. MuhammedA

    MuhammedA MDL Novice

    Feb 14, 2024
    6
    0
    0
    The "bbs.pcbeta" page shows that their internal structure is retrieved with the parameter "UUP-DUInternal(*1)". How can I use this parameter?

    "DUInternal is a UUP parameter provided by abbodi1406&luzea of the My Digital life forum," he notes.
     
  19. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,802
    3,732
    60
    You cannot download internal builds or updates, not unless you work for MS. You can configure UUP to obtain info about the internal builds and updates that's currently available, but you cannot download them.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. MuhammedA

    MuhammedA MDL Novice

    Feb 14, 2024
    6
    0
    0
    How do I configure this?