Posted by
Author Contributor #2
Donwload Latest Windows 11 24h2 IoT Enterprise via uupDump (Part.3)
BismillahirRahmanirRahim
Question from Yendy (MDL Novice)
”already have an . iso downloaded from Uup Dump about 2 months ago. Is it not in . esd but in . wim? ...will it have to be corrected for . wim? At this time today I will be downloading the latest update from UupDump ... I am using Windows 11 24h2 and the . iso ...”
Rejoinder by Enthousiast (MDL Tester)
"When the iSO has an install.wim you can update it by simply using W10Ui and the latest updates, put the updates next to the W10Ui script, mount the iSO and run W10Ui."
My Opinion
"as far as i know you do not need convert to wim first, i've re-test on Windows 10 version 1809 (17763.7558) amd64, 21H2 (19044.6093) amd64 and Windows 11 version 24H2 (26100.5074) amd64. LCU update work, but only "install.wim" get newer version and for "boot.wim" not changed??? (using W10Ui get the same results)."
Updates Windows 11 version 24H2 (26100.5074) Manualy Result [Show]
Microsoft Windows [Version 10.0.22621.5624]
REM W A R N i N G
REM *************
REM This script require administrator privileges. To do so, 'Run Command Prompt (Administrator)' !
REM === Start Updating [boot.wim, Index : 1, Name : Microsoft Windows PE (amd64)] . . .
SET UPDATEDiR=D:\.Software\[OS]\UUP\UUPs\26100.3476_amd64.24h2_en-us\2025-08
SET SCRATCH=D:\.tmp\SCRATCH
MD "%SCRATCH%" >NUL
REM iF EXiST Deleting DiSM log files...
DEL /F /Q "%WiNDiR%\Logs\DiSM\*.*" >NUL
REM === Mounting [boot.wim, Index : 1, Name : Microsoft Windows PE (amd64)] . . .
SET MOUNT_1=D:\.tmp\MOUNT\WinPE
MD "%MOUNT_1%" >NUL
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 15:30:48 Starting the job.
dism.exe /Mount-Wim /WimFile:"%BOOTFiLE%" /Index:1 /MountDir:"%MOUNT_1%"
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Mounting image
[==========================100.0%==========================]
The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 15:32:07 Finished the job.
REM === Adding [2025-08] Cumulative Update Preview for Windows 11 24H2 (KB5064081) . . .
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 15:32:07 Starting the job.
dism.exe /Image:"%MOUNT_1%" /Add-Package /PackagePath:"%UPDATEDiR%\Windows11.0-KB5064081-x64.msu" /ScratchDir:%SCRATCH%
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
Processing 1 of 1 -
[==========================100.0%==========================]
[==========================100.0%==========================] The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 15:35:43 Finished the job.
REM === Cleanup-Image /StartComponentCleanup /ResetBase /Defer . . .
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 15:36:21 Starting the job.
dism.exe /Image:"%MOUNT_1%" /Cleanup-Image /StartComponentCleanup /ResetBase /Defer
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
[==========================100.0%==========================]
The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 15:37:13 Finished the job.
REM === Integrating Successfully Applying & Saving Changes to Source Images . . .
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 15:37:58 Starting the job.
dism.exe /Unmount-Wim /MountDir:"%MOUNT_1%" /commit
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image File : D:\EX110\sources\boot.wim
Image Index : 1
Saving image
[==========================100.0%==========================]
Unmounting image
[==========================100.0%==========================]
The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 15:39:36 Finished the job.
REN "%WiNDiR%\Logs\DiSM\dism.log" "Windows PE (amd64)_dism.log" >NUL
REM === Start Updating [boot.wim, Index : 2, Name : Microsoft Windows Setup (amd64)] . . .
REM === Mounting [boot.wim, Index : 2, Name : Microsoft Windows Setup (amd64)] . . .
SET MOUNT_2=D:\.tmp\MOUNT\WinSetup
MD "%MOUNT_2%" >NUL
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 15:40:02 Starting the job.
dism.exe /Mount-Wim /WimFile:"%BOOTFiLE%" /Index:2 /MountDir:"%MOUNT_2%"
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Mounting image
[==========================100.0%==========================]
The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 15:41:20 Finished the job.
REM === Adding [2025-08] Cumulative Update Preview for Windows 11 24H2 (KB5064081) . . .
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 15:41:58 Starting the job.
dism.exe /Image:"%MOUNT_2%" /Add-Package /PackagePath:"%UPDATEDiR%\Windows11.0-KB5064081-x64.msu" /ScratchDir:%SCRATCH%
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
Processing 1 of 1 -
[==========================100.0%==========================]
[==========================100.0%==========================] The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 15:45:15 Finished the job.
REM === Cleanup-Image /StartComponentCleanup /ResetBase /Defer . . .
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 15:45:56 Starting the job.
dism.exe /Image:"%MOUNT_2%" /Cleanup-Image /StartComponentCleanup /ResetBase /Defer
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
[==========================100.0%==========================]
The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 15:46:40 Finished the job.
REM === Integrating Successfully Applying & Saving Changes to Source Images . . .
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 15:47:02 Starting the job.
dism.exe /Unmount-Wim /MountDir:"%MOUNT_2%"
/commit
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image File : D:\EX110\sources\boot.wim
Image Index : 2
Saving image
[==========================100.0%==========================]
Unmounting image
[==========================100.0%==========================]
The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 15:48:21 Finished the job.
REN "%WiNDiR%\Logs\DiSM\dism.log" "Windows Setup (amd64)_dism.log" >NUL REM === Optimizing [boot.wim] ~ using WimLib v1.14.4 (x86_64) . . .
SET WimLib64=D:\.Programs\WinTools\WimLib\1.14.4\x86_64\wimlib-imagex.exe
"%WimLib64%" --version
wimlib-imagex 1.14.4 (using wimlib 1.14.4)
Copyright 2012-2023 Eric Biggers
License GPLv3+; GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Report bugs to https://wimlib.net/forums/.
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 15:48:36 Starting the job.
"%WimLib64%" optimize "%BOOTFiLE%" --recompress --compress=lzx
"D:\EX110\sources\boot.wim" original size: 674308 KiB
Using LZX compression with 2 threads
Archiving file data: 1500 MiB of 1500 MiB (100%) done
"D:\EX110\sources\boot.wim" optimized size: 620519 KiB
Space saved: 53788 KiB
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 15:51:52 Finished the job.
REM === Start Updating [install.wim, Index : 1, Name : Windows 11 22H2 Pro] . . .
SET UPDATEDiR=D:\.Software\[OS]\UUP\UUPs\26100.3476_amd64.24h2_en-us\2025-08
SET WiMFiLE=D:\EX110\sources\install.wim
SET SCRATCH=D:\.tmp\SCRATCH
MD "%SCRATCH%" >NUL
REM === Mounting [install.wim, Index : 1, Name : Windows 11 22H2 Pro] . . .
SET MOUNT_3=D:\.tmp\MOUNT\Win10Pro
MD "%MOUNT_3%" >NUL
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 21:11:32 Starting the job.
dism.exe /Mount-Wim /WimFile:"%WiMFiLE%" /Index:1 /MountDir:"%MOUNT_3%"
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Mounting image
[==========================100.0%==========================]
The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 21:20:31 Finished the job.
REM === [Optional] Enable .NET Framework 3.5 Features . . .
SET NETFX3LOG=C:\Windows\Logs\DISM\DismNetFx3.log
SET NETFX3DiR=I:\sources\sxs
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 21:20:31 Starting the job.
dism.exe /Image:"%MOUNT_3%" /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:"%NETFX3DiR%" /LogPath:"%NETFX3LOG%" /ScratchDir:%SCRATCH%
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
Enabling feature(s)
[==========================100.0%==========================]
The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 21:21:36 Finished the job.
REM === [Optional] Adding 2025-08 Cumulative Update for .NET Framework 3.5 and 4.8.1 for Windows 11 24H2 (KB5064401) . . .
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 21:21:36 Starting the job.
dism.exe /Image:"%MOUNT_3%" /Add-Package /PackagePath:"%UPDATEDiR%\windows11.0-kb5064401-x64-ndp481.msu" /ScratchDir:%SCRATCH%
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
Processing 1 of 1 - Adding package D:\.Software\[OS]\UUP\UUPs\26100.3476_amd64.24h2_en-us\2025-08\windows11.0-kb5064401-x64-ndp481.msu
[==========================100.0%==========================]
The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 21:23:05 Finished the job.
REM === Adding [2025-08] Cumulative Update Preview for Windows 11 24H2 (KB5064081) . . .
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 21:23:05 Starting the job.
dism.exe /Image:"%MOUNT_3%" /Add-Package /PackagePath:"%UPDATEDiR%\Windows11.0-KB5064081-x64.msu" /ScratchDir:%SCRATCH%
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
Processing 1 of 1 -
[==========================100.0%==========================]
[==========================100.0%==========================] The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 23:10:30 Finished the job.
REM === Integrating Successfully Applying & Saving Changes to Source Images . . .
echo %DATE% %TIME:~0,8% Starting the job.
2025-08-31 23:12:30 Starting the job.
dism.exe /Unmount-Wim /MountDir:"%MOUNT_3%" /commit
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image File : D:\EX110\sources\install.wim
Image Index : 1
Saving image
[==========================100.0%==========================]
Unmounting image
[==========================100.0%==========================]
The operation completed successfully.
echo %DATE% %TIME:~0,8% Finished the job.
2025-08-31 23:55:24 Finished the job.
REN "%WiNDiR%\Logs\DiSM\dism.log" "Windows Pro (amd64)_dism.log" >NUL
REM === Cleaning Up Temporary Files and Mounting Image . . .
dism.exe /Cleanup-Wim >NUL
dism.exe /Cleanup-Mountpoints >NUL
RD /S /Q "%MOUNT_1%" >NUL
RD /S /Q "%MOUNT_2%" >NUL
RD /S /Q "%MOUNT_3%" >NUL
RD /S /Q "%SCRATCH%" >NUL
REM **Copy, Move or Compress for Backup log, before deleting dism*.log
MOVE /Y "%WiNDiR%\Logs\DiSM\*.*" "D:\.dev\WiN11.0\2025\26100.amd64fre_24h2\2025-08\.log" >NUL
REM === Optimizing [boot.wim] ~ using WimLib v1.14.4 (x86_64) . . .
SET WimLib64=D:\.Programs\WinTools\WimLib\1.14.4\x86_64\wimlib-imagex.exe
"%WimLib64%" --version
wimlib-imagex 1.14.4 (using wimlib 1.14.4)
Copyright 2012-2023 Eric Biggers
License GPLv3+; GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Report bugs to https://wimlib.net/forums/.
echo %DATE% %TIME:~0,8% Starting the job.
2025-09-01 0:01:57 Starting the job.
"%WimLib64%" optimize "%WiMFiLE%" --recompress --compress=lzx
"D:\EX110\sources\install.wim" original size: 9089232 KiB
Using LZX compression with 2 threads
Archiving file data: 18 GiB of 18 GiB (100%) done
"D:\EX110\sources\install.wim" optimized size: 8827772 KiB
Space saved: 261460 KiB
echo %DATE% %TIME:~0,8% Finished the job.
2025-09-01 0:41:04 Finished the job.
REM === Integrating LCU [boot.wim & install.wim] for Windows 11 24H2 (x64) Manually Completed . . .
REM === Displays boot.wim and install.wim Image Information . . .
SET BOOTFiLE=D:\EX110\sources\boot.wim
SET WiMFiLE=D:\EX110\sources\install.wim
dism.exe /Get-WimInfo /WimFile:"%BOOTFiLE%" /Index:1
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Details for image : D:\EX110\sources\boot.wim
Index : 1
Name : Microsoft Windows PE (x64)
Description : Microsoft Windows PE (x64)
Size : 2,802,189,462 bytes
WIM Bootable : No
Architecture : x64
Hal :
Version : 10.0.26100
ServicePack Build : 3476
ServicePack Level : 0
Edition : WindowsPE
Installation : WindowsPE
ProductType : WinNT
ProductSuite :
System Root : WINDOWS
Directories : 5422
Files : 21813
Created : 2024-04-01 - 14:51:35
Modified : 2025-08-31 - 15:38:44
Languages :
en-US (Default)
The operation completed successfully.
dism.exe /Get-WimInfo /WimFile:"%BOOTFiLE%" /Index:2
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Details for image : D:\EX110\sources\boot.wim
Index : 2
Name : Microsoft Windows Setup (x64)
Description : Microsoft Windows Setup (x64)
Size : 2,855,637,602 bytes
WIM Bootable : No
Architecture : x64
Hal :
Version : 10.0.26100
ServicePack Build : 3476
ServicePack Level : 0
Edition : WindowsPE
Installation : WindowsPE
ProductType : WinNT
ProductSuite :
System Root : WINDOWS
Directories : 5423
Files : 21957
Created : 2024-04-01 - 14:51:35
Modified : 2025-08-31 - 15:47:29
Languages :
en-US (Default)
The operation completed successfully.
dism.exe /Get-WimInfo /WimFile:"%WiMFiLE%" /Index:1
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Details for image : D:\EX110\sources\install.wim
Index : 1
Name : Windows 11 Pro
Description : Windows 11 Pro
Size : 32,009,680,205 bytes
WIM Bootable : No
Architecture : x64
Hal :
Version : 10.0.26100
ServicePack Build : 5074
ServicePack Level : 0
Edition : Professional
Installation : Client
ProductType : WinNT
ProductSuite : Terminal Server
System Root : WINDOWS
Directories : 41409
Files : 179144
Created : 2025-08-02 - 11:43:33
Modified : 2025-08-31 - 23:44:59
Languages :
en-US (Default)
The operation completed successfully.
Updates Windows 11 version 24H2 (26100.5074) W10Ui v10.53r Result [Show]
====================== W10UI v10.53r =======================
[1] Target (x64): "D:\UUPs\v115\ISOUUP"
[2] Updates: "D:\.Software\[OS]\UUP\UUPs\26100.3476_amd64.24h2_en-us\2025-08"
[3] DISM: "Host OS"
[4] Enable .NET 3.5: YES
[5] Cleanup System Image: YES [6] Reset Image Base: YES
[7] Update WinRE.wim: YES
[M] Mount Directory: "D:\W10UImount_17686"
[E] Extraction Directory: "D:\W10UImount_21326"
============================================================
Change a menu option, press 0 to start the process, or 9 to exit: 0
============================================================
Running W10UI v10.53r
============================================================
============================================================
Configured Options...
============================================================
Net35
LCUmsuExpand 1
Cleanup
ResetBase
UpdtBootFiles
UseWimlib
WinRE
LCUwinre 1
ISO
============================================================
Extracting dpx.dll file...
============================================================
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
============================================================
Extracting UpdateCompression.dll file...
============================================================
============================================================
Extracting .cab files from .msu files...
============================================================
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
1/2: Windows11.0-KB5064081-x64.msu [Combined UUP]
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 80070002.
2/2: windows11.0-kb5064401-x64-ndp481.msu
============================================================
Extracting files from update containers (cab/wim)...
*** This will require some disk space, please be patient ***
============================================================
1/3: Windows11.0-KB5064097-x64.cab [SafeOS DU]
2/3: Windows11.0-KB5064401-x64-NDP481.cab [NetFx]
3/3: Windows11.0-KB5064531-x64_inout.cab [SSU]
============================================================
Mounting sources\install.wim - index 1/1
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Mounting image
[==========================100.0%==========================]
The operation completed successfully.
============================================================
Checking Updates...
============================================================
============================================================
Installing servicing stack update...
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
Processing 1 of 1 - Adding package Package_for_ServicingStack_5074~31bf3856ad364e35~amd64~~26100.5074.1.7
[==========================100.0%==========================]
The changes due to package Package_for_ServicingStack_5074 requires the current servicing session to be reloaded.
All the packages will be processed again.
The operation completed successfully.
============================================================
Installing updates...
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9316.1
[==========================100.0%==========================]
The operation completed successfully.
05074-Windows11.0-KB5064081-x64.msu
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
Processing 1 of 1 -
[==========================100.0%==========================]
[==========================100.0%==========================] The operation completed successfully.
.NET 3.5 feature: already enabled
============================================================
Updating winre.wim ...
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Mounting image
[==========================100.0%==========================]
The operation completed successfully.
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3031
Processing 1 of 1 - Adding package Package_for_ServicingStack_5074~31bf3856ad364e35~amd64~~26100.5074.1.7
[==========================100.0%==========================]
The changes due to package Package_for_ServicingStack_5074 requires the current servicing session to be reloaded.
All the packages will be processed again.
The operation completed successfully.
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3031
Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~26100.5059.1.3
[==========================100.0%==========================]
The operation completed successfully.
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.5059
[==========================100.0%==========================]
The operation completed successfully.
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.5059
[==========================100.0%==========================]
The operation completed successfully.
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image File : D:\.Programs\WinTools\WHD\W10Ui\10.53r\winre.wim
Image Index : 1
Saving image
[==========================100.0%==========================]
Unmounting image
[==========================100.0%==========================]
The operation completed successfully.
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Exporting image
[==========================100.0%==========================]
The operation completed successfully.
============================================================
Adding updated winre.wim ...
============================================================
1 file(s) copied.
============================================================
Unmounting sources\install.wim - index 1/1
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image File : D:\UUPs\v115\ISOUUP\sources\install.wim
Image Index : 1
Saving image
[==========================100.0%==========================]
Unmounting image
[==========================100.0%==========================]
The operation completed successfully.
============================================================
Rebuilding sources\install.wim ...
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Exporting image
[==========================100.0%==========================]
The operation completed successfully.
============================================================
Mounting sources\boot.wim - index 1/2
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Mounting image
[==========================100.0%==========================]
The operation completed successfully.
============================================================
Checking Updates...
============================================================
============================================================
Installing servicing stack update...
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
Processing 1 of 1 - Adding package Package_for_ServicingStack_5074~31bf3856ad364e35~amd64~~26100.5074.1.7
[==========================100.0%==========================]
The changes due to package Package_for_ServicingStack_5074 requires the current servicing session to be reloaded.
All the packages will be processed again.
The operation completed successfully.
============================================================
Installing updates...
============================================================
05074-Windows11.0-KB5064081-x64.msu
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
Processing 1 of 1 -
The operation completed successfully.
============================================================
Resetting WinPE image base...
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
[==========================100.0%==========================]
The operation completed successfully.
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
[==========================100.0%==========================]
The operation completed successfully.
============================================================
Unmounting sources\boot.wim - index 1/2
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image File : D:\UUPs\v115\ISOUUP\sources\boot.wim
Image Index : 1
Saving image
[==========================100.0%==========================]
Unmounting image
[==========================100.0%==========================]
The operation completed successfully.
============================================================
Mounting sources\boot.wim - index 2/2
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Mounting image
[==========================100.0%==========================]
The operation completed successfully.
============================================================
Checking Updates...
============================================================
============================================================
Installing servicing stack update...
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
Processing 1 of 1 - Adding package Package_for_ServicingStack_5074~31bf3856ad364e35~amd64~~26100.5074.1.7
[==========================100.0%==========================]
The changes due to package Package_for_ServicingStack_5074 requires the current servicing session to be reloaded.
All the packages will be processed again.
The operation completed successfully.
============================================================
Installing updates...
============================================================
05074-Windows11.0-KB5064081-x64.msu
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
Processing 1 of 1 -
The operation completed successfully.
============================================================
Resetting WinPE image base...
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
[==========================100.0%==========================]
The operation completed successfully.
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.26100.3476
[==========================100.0%==========================]
The operation completed successfully.
============================================================
Unmounting sources\boot.wim - index 2/2
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image File : D:\UUPs\v115\ISOUUP\sources\boot.wim
Image Index : 2
Saving image
[==========================100.0%==========================]
Unmounting image
[==========================100.0%==========================]
The operation completed successfully.
============================================================
Rebuilding sources\boot.wim ...
============================================================
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Exporting image
[==========================100.0%==========================]
Exporting image
[==========================100.0%==========================]
The operation completed successfully.
============================================================
Removing temporary extracted files...
============================================================
============================================================
Finished
============================================================
Press 9 or q to exit.
Microsoft Windows [Version 10.0.22621.5624]
REM W A R N i N G
REM *************
REM This script require administrator privileges. To do so, 'Run Command Prompt (Administrator)' !
REM === Displays boot.wim and install.wim Image Information . . .
SET BOOTFiLE=D:\UUPs\v115\ISOUUP\sources\boot.wim
SET WiMFiLE=D:\UUPs\v115\ISOUUP\sources\install.wim
dism.exe /Get-WimInfo /WimFile:"%BOOTFiLE%" /Index:1
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Details for image : D:\UUPs\v115\ISOUUP\sources\boot.wim
Index : 1
Name : Microsoft Windows PE (x64)
Description : Microsoft Windows PE (x64)
Size : 2,802,225,317 bytes
WIM Bootable : No
Architecture : x64
Hal :
Version : 10.0.26100
ServicePack Build : 3476
ServicePack Level : 0
Edition : WindowsPE
Installation : WindowsPE
ProductType : WinNT
ProductSuite :
System Root : WINDOWS
Directories : 5422
Files : 21813
Created : 2024-04-01 - 14:51:35
Modified : 2025-09-01 - 17:38:24
Languages :
en-US (Default)
The operation completed successfully.
dism.exe /Get-WimInfo /WimFile:"%BOOTFiLE%" /Index:2
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Details for image : D:\UUPs\v115\ISOUUP\sources\boot.wim
Index : 2
Name : Microsoft Windows Setup (x64)
Description : Microsoft Windows Setup (x64)
Size : 2,855,751,281 bytes
WIM Bootable : No
Architecture : x64
Hal :
Version : 10.0.26100
ServicePack Build : 3476
ServicePack Level : 0
Edition : WindowsPE
Installation : WindowsPE
ProductType : WinNT
ProductSuite :
System Root : WINDOWS
Directories : 5423
Files : 21957
Created : 2024-04-01 - 14:51:35
Modified : 2025-09-01 - 17:38:25
Languages :
en-US (Default)
The operation completed successfully.
dism.exe /Get-WimInfo /WimFile:"%WiMFiLE%" /Index:1
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Details for image : D:\UUPs\v115\ISOUUP\sources\install.wim
Index : 1
Name : Windows 11 Pro
Description : Windows 11 Pro
Size : 32,087,312,620 bytes
WIM Bootable : No
Architecture : x64
Hal :
Version : 10.0.26100
ServicePack Build : 5074
ServicePack Level : 0
Edition : Professional
Installation : Client
ProductType : WinNT
ProductSuite : Terminal Server
System Root : WINDOWS
Directories : 41412
Files : 179142
Created : 2025-08-02 - 11:43:33
Modified : 2025-09-01 - 17:20:01
Languages :
en-US (Default)
The operation completed successfully.
Related Article
- #
- UUP Converter v116 - W10Ui v10.54 created by abbodi1406
- [EX-110] Windows 11 LTSC 24H2 (26100.3476) IoT Enterprise UUPDump (Part.2)
- [EX-110] Windows 11 LTSC 24H2 (26100.3476) IoT Enterprise UUPDump (Part.1)
- [EX-110] Windows 11 LTSC 24H2 (26100.3476) IoT Enterprise UUPDump
Bagi Sahabat(2x) yang ingin & berbagi ilmu,
dipersilahkan untuk melangkapi, dengan menuliskan komentar di bawah :)
Semoga Bermanfaat (hope you found this helpful), Terima Kasih !!!
Jazakumullohu Khouiron Katsiron
Thanks for Stopping By !
#FreePalestine #StayHealty #BeHappy
Semoga Bermanfaat (hope you found this helpful), Terima Kasih !!!
Jazakumullohu Khouiron Katsiron
Thanks for Stopping By !
#FreePalestine #StayHealty #BeHappy

- Get link
- X
- Other Apps
Labels:
#EXSeries
#MDL
#MyDigitalLife
#UUPDump
#UUPDumpSlim
#Windows11 #AiO
#WindowsAiO
#WindowsAiOSlim
#WinReducer
Comments
Post a Comment
Please Notices! Write NAME (nick name) to make it easier to respond to comments that you write. Comments are rude, racist, and humiliation may not be passed and it will be deleted without warning ...
* We respect your privacy and we will never share your personal information with anyone. We will never send you SPAM emails.