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

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

  1. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,379
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,049
    7,191
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,379
    340
    Had that feeling i forgot something :doh:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,049
    7,191
    60
    There is a problem with Build 15063. Many files have the same name as express updates that are removed by script. Due to this Build 15063 UUPs are missing files. I will try to fix it tomorrow.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,379
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    #106 TeamOS, Sep 3, 2017
    Last edited by a moderator: Sep 3, 2017
  7. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,123
    1,526
    120
    #107 antonio8909, Sep 3, 2017
    Last edited: Sep 3, 2017
    That's why the decrypt was failing. I was reviewing all the files one by one.

    Thanks @mkuba50
     
  8. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,049
    7,191
    60
    Supported languages:
    Code:
    $packsForLangs = array(
        'ar-sa' => array(0, 2, 4, 5),
        'bg-bg' => array(0, 1, 4),
        'cs-cz' => array(0, 1),
        'da-dk' => array(0, 1, 4),
        'de-de' => array(0, 1),
        'el-gr' => array(0, 1, 4),
        'en-gb' => array(0, 1, 2),
        'en-us' => array(0, 1, 2),
        'es-es' => array(0, 1, 2),
        'es-mx' => array(0, 2),
        'et-ee' => array(0, 1),
        'fi-fi' => array(0, 1),
        'fr-ca' => array(0, 4, 6),
        'fr-fr' => array(0, 1, 2),
        'he-il' => array(0, 4),
        'hr-hr' => array(0, 1),
        'hu-hu' => array(0, 1),
        'it-it' => array(0, 1),
        'ja-jp' => array(0),
        'ko-kr' => array(0, 1),
        'lt-lt' => array(0, 1),
        'lv-lv' => array(0, 1),
        'nb-no' => array(0, 1),
        'nl-nl' => array(0, 1),
        'pl-pl' => array(0, 1),
        'pt-br' => array(0, 2),
        'pt-pt' => array(0, 1, 2),
        'ro-ro' => array(0, 1),
        'ru-ru' => array(0, 2, 4),
        'sk-sk' => array(0, 1),
        'sl-si' => array(0, 1),
        'sv-se' => array(0, 1),
        'th-th' => array(0, 2, 4),
        'tr-tr' => array(0, 2),
        'uk-ua' => array(0, 2, 4),
        'zh-cn' => array(0, 2, 3),
        'zh-tw' => array(0, 7),
    );
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,379
    340
    If you choose to download (in both options) it will ask whether to download AiO or specifik SKU.

    Code:
    QUERY UUP LINKS
    
    SEARCH FOR  :
    
    
    IP RING     : wif
    IP FLIGHT   : skip
    IP ARCH     : amd64
    
    
    FOUND NAME  : Windows 10 Insider Preview 16353.1000 (rs_prerelease)
    FOUND BUILD : 16353.1000
    FOUND FLIGHT: rs_prerelease
    FOUND ID    : c2a1d787-647b-486d-b264-f90f3782cdc6
    
    
    Download Build [Y/N] ?: Y
    
    
    
    
    Enter Language choice [i.e.: en-us, de-de,...]
    Default: en-us
    
    
    
    Enter Language choice:
    
    
    Download [A]iO or specific [E]dition ?: E
    EDITION CHOICE
    
    
    (A) Core
    (B) CoreN
    
    (C) CoreSingleLanguage
    (D) CoreCountrySpecific
    
    (E) Cloud
    (F) CloudN
    
    (G) Professional
    (H) ProfessionalN
    
    (I) Enterprise
    (J) EnterpriseN
    
    (K) Education
    (L) EducationN
    
    
    YOUR CHOICE ?:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,123
    1,526
    120
    Now it works. Thank you :)
     
  11. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,734
    120
    Is there a reason why I can't get 15063 with latest release?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,379
    340
    >>>>>>>>>>>>>
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,379
    340
    Forgot to mention that 15063 is part of Older Releases query. Latest query will always check for most current releases depending on Ring/Flight.

    EDIT: ...waiting for a new build to be released for tests :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,123
    1,526
    120
    I stopped in my 4 PCs in the Insider Program the WU service for plug the PC to the ethernet and just download from your tool the new build.
     
  15. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,379
    340
    Keeping my fingers crossed for you :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,734
    120
    That will be the real test, when Dona pushes the red button!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,123
    1,526
    120
    Instead of Search for Updates, clicking Yes in the UAC for run the program
     
  18. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,379
    340
    Yep. Would spare all the hassles waiting for WU to start or WZOR and others like @Enthousiast to upload files.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,734
    120
    Yes, @Enthousiast deserves a break!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,123
    1,526
    120
    All the time that we need to spend seeing "Initializing" - "Preparing for installation"- "Downloading" - "Installing" will be significantly reduced!