Reduce the size of the uupdump ISO by approximately 2GB


jen1

Well-known member
Member
Local time
10:32 AM
Posts
66
OS
Windows 11 vmware
You can reduce the size of the ISO file by approximately 2GB by applying the following commands to the convert-UUP.cmd script. This script will be downloaded immediately and can be edited to include the new commands.

Steps to Modify convert-UUP.cmd

1-Remove Unnecessary Copy of EdgeWebView:
This command removes an unnecessary copy of EdgeWebView from the WinSxS folder. If not removed, it will be updated unnecessarily with each cumulative update. Add the following two lines after :updatewim (line 2680, where uivr=v114 is defined):

Code:
DISM /Image:C:\MountUUP /remove-package /packagename:Microsoft-Edge-WebView-FOD-Package~31bf3856ad364e35~amd64~~10.0.26100.1
DISM /Image:C:\MountUUP /Cleanup-Image /StartComponentCleanup /ResetBase


2-Remove Old Package:
This command removes an old package that was overlooked by Microsoft. Add the following two lines after :cleanup (line 3875, where uivr=v114 is defined):

Code:
DISM /Image:C:\MountUUP /remove-package /packagename:Package_for_RollupFix~31bf3856ad364e35~amd64~~26100.1742.1.10
DISM /Image:C:\MountUUP /Cleanup-Image /StartComponentCleanup /ResetBase


Important Notes:
* It is essential to apply the /ResetBase option; otherwise, the packages will not be removed successfully.
* Please change C:\MountUUP to your Mount folder if it has been redefined.
 
Last edited:

My Computer

System One

  • OS
    Windows 11 vmware
    Computer type
    Laptop
    Manufacturer/Model
    Dell
    CPU
    I9 13950hx
    Memory
    128GB
    Graphics Card(s)
    NVIDIA 4090
    Sound Card
    Realtek

Latest Support Threads

Back
Top Bottom