[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
    this is odd, usually Desktop do not requires any access rights or whatever it's called
    it looks like some protection software is blocking Apache web server or PHP

    if Apache isn't working then you can run PHP built-in server version here - .\scripts\uupdump-run-php-website.cmd
     
  2. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
  3. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    changed it "D:\uupdump-x64" still same, nothing changed in firewall
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,489
    90
  5. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
  6. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    610
    386
    30
    Hi friends,
    Is possible to create an Image without any not essenctial windows app using these script, withoutMS bloatwares?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,489
    90
    for builds 22563 and later set AppsLevel to 1 in ConvertConfig.ini
    more info in ReadMe.html
     
  9. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    610
    386
    30
    Hi my dear friend,
    I am using 22621.1690, read the readme, run once with Appslevvel 1 and again using Customlist, but after using Sysprep the installation still shows the Whatsapp, Tiktok, Prime Video, ESPN, Instagram, Messenger apps, as soon as it opens the start menu...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,489
    90
    that's not apps, it's just shortcuts to the Store, you can unpin it
    if you want something more "cleaner" then install Enterprise or Education edition
     
  11. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,489
    90
    #4912 Paul Mercer, May 9, 2023
    Last edited: May 10, 2023
    Updated UUP dump local server to version 1.0.7

    Changelog:
    Updated uup-converter to version 89:
    - Updated detection for separate Secure Boot updates

    New update is necessary for the latest Beta channel build if cab+psf is used instead of LCU MSU

    Also PHP 8.2.6 was released yesterday, I think I'll update it alongside with new Apache web server when it's released on Apache Lounge
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,813
    101,310
    340
    I don't think Apache/PHP should be updated constantly, it may include unexpected changes :p
     
  13. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,489
    90
    yeah, but right now there's a lot of vulnerabilities in current OpenSSL version
    anyway, I always trying to test each version and find any compatibility issues
     
  14. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,602
    60
    #4915 inTerActionVRI, May 11, 2023
    Last edited: May 12, 2023
    Hi, @abbodi1406 , @Paul Mercer!

    A little contribution...

    What did I do?
    I put back the "depends_win.ps1".
    And I made some changes in "get.php".

    Changes to "get.php" mean that if there is a need to run "uup_download_windows.cmd" it will not download the files "7zr.exe", "aria2c.exe" and "uup-converter-wimlib.7z" several times.
    It also extracts "uup-converter-wimlib.7z" only once.

    The file "depends_win.ps1" gets the SHA-256 hash of each file straight from the Repository on GitHub, it also gets the DateTime of the files. This way, there will no longer be the need to keep updating this "depends_win.ps1" file.
    So if the files don't exist the download will be done. If there is an error when trying to download, the script will be interrupted (it used to work that way). If it passes, only if the Hash is wrong will the file be deleted and 3 download attempts will occur. Something like that is never supposed to happen, but if it does, you may suspect something is wrong with the connection, storage, etc...

    Also, it would no longer be necessary to make the files "7zr.exe", "aria2c.exe" and "uup-converter-wimlib.7z" available in the uupdump-localserver package.


    EDIT: Fixed UserAgent in "get.php" Shell Scripts.
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,489
    90
    A lot of users can't download bin files from Github, that's why I removed it
    It's still an issue on old OSes with outdated certificates and stuff

    But that redownloading thing needs to be fixed on the website, it was annoying for a long time
     
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,602
    60
    #4917 inTerActionVRI, May 12, 2023
    Last edited: May 21, 2023
    This will be useful for @abbodi1406 to integrate on the Online UUPdump website. Please take a look!

    And, for those who manage to download through github and want the automatic download functionality, just extract "website_4WhoCanDownloadFromGitHub.zip" inside the folder of UUPdump Local Server:
    ".\uupdump-x86\uup-dump\website\"
    ".\uupdump-x64\uup-dump\website\"
    replacing the 2 files.


    Even so, there are "get.php" changes that are useful in case of download errors in aria2c (when we have to run "uup_download_windows.cmd"). I did a "get.php" without the downloads. It's in my previous post "website_4WhoCantDownloadFromGitHub.zip".

    For those who were unable to download, I myself had problems for a while until I decided to put the UserAgent in the download scripts. In that case I just put it in the aria and in depends_win.ps1.
    People can try "website_4WhoCanDownloadFromGitHub.zip", but it won't deal with government interventions from some countries.


    EDIT: updated links.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,602
    60
    #4918 inTerActionVRI, May 12, 2023
    Last edited: May 14, 2023
    I made a mistake when inserting the User-Agent in the aria2c commands of "get.php". I kept the variables from batch (CMD) scripts format, in Shell (SH) scripts. I already fixed that. Please do the download again.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,489
    90
  19. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,264
    1,984
    90
    UUP dump Windows 10 (OS Build 19041.1) Core to Professional [Missing Microsoft-Windows-Printing-PMCPPC-FoD-Package Fix]

    Code:
    Dism /Mount-Image /ImageFile:C:\install.wim /Index:1 /MountDir:C:\mount
    
    Dism /Image:C:\mount /Set-Edition:Professional
    
    Dism /Image:C:\mount /Add-Package /PackagePath:C:\Microsoft-Windows-Printing-PMCPPC-FoD-Package-amd64\update.mum
    Dism /Image:C:\mount /Add-Package /PackagePath:C:\Microsoft-Windows-Printing-PMCPPC-FoD-Package-amd64-en-us.cab
    
    Dism /Unmount-Image /MountDir:C:\mount /Commit