Not sure about wimlib, but dism exporting wim to new file will change the image guid and reagentc will complain and it get complicated if Bitlocker is enabled
shouldn't reagentc /disable and /enable commands rewrite correct GUIDs? this is works in my VM: Code: reagentc /disable Dism /Mount-Wim /WimFile:C:\Windows\System32\Recovery\Winre.wim /index:1 /MountDir:C:\mount Dism /Add-Package /Image:c:\mount\ /PackagePath:"D:\Downloads\SSU-22621.898-x64.cab" Dism /Add-Package /Image:c:\mount\ /PackagePath:"D:\Downloads\windows11.0-kb5021041-x64_DU.SafeOS_815.1.0.cab" Dism /Add-Package /Image:c:\mount\ /PackagePath:"D:\Downloads\windows11.0-kb5021255-x64_LCU_963.1.8.msu" Dism /Unmount-Wim /MountDir:C:\mount /commit wimlib-imagex.exe optimize "C:\Windows\System32\Recovery\Winre.wim" --compress=LZX:100 reagentc /enable I'll test it with bitlocker tomorrow
seems like it's not possible to re enable Windows RE on encrypted drive, I can't workaround it even with manually created new partition, /SetREimage is not working too Code: REAGENTC.EXE: Windows RE cannot be enabled on a volume with BitLocker Drive Encryption enabled. this is because Recovery Partition is too small, it should be expanded to 700-900 Mb. before drive encryption and it will be fine it works as expected on unencrypted drive too with expanded Recovery Partiton you can temporary remove BitLocker encryption, expand Recovery Partiton and re encrypt it later my test without BitLocker: downloaded ESD and converted to Pro edition: 22621.525.220925-0207.ni_release_svc_refresh_CLIENTCONSUMER_RET_x64FRE_en-us.esd installed it in VMware Workstation with TPM, updated to the latest version in WU Recovery Partition size is 625 Mb., 88.96 Mb. of free space steps in elevated CMD: Code: reagentc /disable md c:\mount Dism /Mount-Wim /WimFile:C:\Windows\System32\Recovery\Winre.wim /index:1 /MountDir:C:\mount Dism /Add-Package /Image:c:\mount\ /PackagePath:"C:\Users\L\Desktop\upd\SSU-22621.898-x64.cab" Dism /Add-Package /Image:c:\mount\ /PackagePath:"C:\Users\L\Desktop\upd\windows11.0-kb5021041-x64_DU.SafeOS_815.1.0.cab" Dism /Add-Package /Image:c:\mount\ /PackagePath:"C:\Users\L\Desktop\upd\windows11.0-kb5021255-x64_LCU_963.1.8.msu" Dism /Unmount-Wim /MountDir:C:\mount /commit rd c:\mount cd /d C:\Users\L\Desktop\upd\wimlib-1.13.6-windows-x86_64-bin wimlib-imagex.exe optimize "C:\Windows\System32\Recovery\Winre.wim" --compress=LZX:100 reagentc /enable Spoiler: cmd Code: Microsoft Windows [Version 10.0.22621.963] (c) Microsoft Corporation. All rights reserved. C:\Windows\System32>reagentc /disable REAGENTC.EXE: Operation Successful. C:\Windows\System32>md c:\mount C:\Windows\System32>Dism /Mount-Wim /WimFile:C:\Windows\System32\Recovery\Winre.wim /index:1 /MountDir:C:\mount Deployment Image Servicing and Management tool Version: 10.0.22621.1 Mounting image [==========================100.0%==========================] The operation completed successfully. C:\Windows\System32>Dism /Add-Package /Image:c:\mount\ /PackagePath:"C:\Users\L\Desktop\upd\SSU-22621.898-x64.cab" Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.525 Processing 1 of 1 - Adding package Package_for_ServicingStack_898~31bf3856ad364e35~amd64~~22621.898.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_898 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. C:\Windows\System32>Dism /Add-Package /Image:c:\mount\ /PackagePath:"C:\Users\L\Desktop\upd\windows11.0-kb5021041-x64_DU.SafeOS_815.1.0.cab" Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.525 Processing 1 of 1 - Adding package Package_for_KB5021041~31bf3856ad364e35~amd64~~22621.815.1.0 [==========================100.0%==========================] The operation completed successfully. C:\Windows\System32>Dism /Add-Package /Image:c:\mount\ /PackagePath:"C:\Users\L\Desktop\upd\windows11.0-kb5021255-x64_LCU_963.1.8.msu" Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.525 Processing 1 of 1 - [===========================80.0%============== ] [==========================100.0%==========================] The operation completed successfully. C:\Windows\System32>Dism /Unmount-Wim /MountDir:C:\mount /commit Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image File : C:\Windows\System32\Recovery\Winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. C:\Windows\System32>rd c:\mount C:\Windows\System32>cd /d C:\Users\L\Desktop\upd\wimlib-1.13.6-windows-x86_64-bin C:\Users\L\Desktop\upd\wimlib-1.13.6-windows-x86_64-bin>wimlib-imagex.exe optimize "C:\Windows\System32\Recovery\Winre.wim" --compress=LZX:100 "C:\Windows\System32\Recovery\Winre.wim" original size: 858703 KiB Using LZX compression with 4 threads Archiving file data: 1434 MiB of 1434 MiB (100%) done "C:\Windows\System32\Recovery\Winre.wim" optimized size: 580877 KiB Space saved: 277826 KiB C:\Users\L\Desktop\upd\wimlib-1.13.6-windows-x86_64-bin>reagentc /enable REAGENTC.EXE: Operation Successful. winre.wim is 567 Mb., Recovery Partition is 625 Mb., and it's still not enough (you can check reagentc /info and found out that winre.wim was moved to C drive instead of Recovery Partition) I've expanded partition to 700 Mb. and reassigned GPT attributes: set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac" gpt attributes=0x8000000000000001 after that newest winre.wim was moved to the Recovery Partiton (reagentc /disable -> reagentc /enable) in summary: you still need to resize recovery partition to about 700-900 Mb. this is all beyond stupid it's possible to re enable Windows RE with BitLocker only if Recovery Partition is large enough, and you can expand it if your drive is not encrypted
Or can you put the winre on a separate drive? I put winre on e: instead of resizing the c drive Then pulled winre.wim from install.wim from UUPDump build of 22623.1095 ISO Then did: Code: reagentc /disable Dism /Mount-Wim /WimFile:e:\recovery\Winre.wim /index:1 /MountDir:e:\mount /optimize Dism /Add-Package /Image:e:\mount /PackagePath:"F:\Downloads\22623.1095_amd64_en-us_professional_d817b5cd_convert\UUPs\SSU-22621.898-x64.cab" Dism /Add-Package /Image:e:\mount /PackagePath:"F:\Downloads\22623.1095_amd64_en-us_professional_d817b5cd_convert\UUPs\Windows11.0-KB5021041-x64.cab" Dism /Add-Package /Image:e:\mount /PackagePath:"F:\Downloads\PSFX_MSU_2\completed_psfx\22623.1095\Windows11.0-KB5022364-x64.msu" Dism /Commit-Image /MountDir:e:\mount /CheckIntegrity Dism /Unmount-Wim /MountDir:e:\mount /commit F:\Downloads\wimlib-1.13.6-windows-x86_64-bin\wimlib-imagex.exe optimize "e:\recovery\winre.wim" --compress=LZX:100 reagentc /setreimage /path e:\recovery\winre.wim /target c:\windows reagentc /enable I seemed to need to commit twice for the umount to work properly then: Spoiler Microsoft Windows [Version 10.0.22623.1095] (c) Microsoft Corporation. All rights reserved. C:\WINDOWS\System32>F:\Downloads\wimlib-1.13.6-windows-x86_64-bin\wimlib-imagex.exe optimize "e:\recovery\winre.wim" --compress=LZX:100 [WARNING] The WIM_HDR_FLAG_WRITE_IN_PROGRESS flag is set in the header of "e:\recovery\winre.wim". It may be being changed by another process, or a process may have crashed while writing the WIM. "e:\recovery\winre.wim" original size: 786820 KiB Using LZX compression with 16 threads Archiving file data: 1383 MiB of 1383 MiB (100%) done Calculating integrity table for WIM: 546 MiB of 546 MiB (100%) done "e:\recovery\winre.wim" optimized size: 559952 KiB Space saved: 226867 KiB C:\WINDOWS\System32>reagentc /setreimage /path e:\recovery\winre.wim /target c:\windows Directory set to: \\?\GLOBALROOT\device\harddisk2\partition2\recovery REAGENTC.EXE: Operation Successful. C:\WINDOWS\System32>reagentc /enable REAGENTC.EXE: Operation Successful. C:\WINDOWS\System32> Let me know if this makes sense Or can you put the winre on a separate drive
moving winre.wim to another partition is another story, /SetREimage switch can do than technically it should be on the Recovery Partition which you can create like that in diskpart: Code: lis dis sel dis X (your disk drive) lis par sel par X (partition which you want to shrink) shrink desired=699 create partition primary format quick fs=ntfs (MBR only) set id=27 (GPT only) set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac" (GPT only) gpt attributes=0x8000000000000001 det par (info about your new partition)
ALL 2262x updates are 22621.xxxx, it's just not advised to mix IP channel and public channel updates.
Code: ======================= W10UI v10.25 ========================== [1] Target (x64): "E:\W11UI\22621_Work_x64_NL" [2] Updates: "E:\W11UI\22621_Updates_x64_1105" [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 [8] install.wim selected indexes: 1 / [K] Keep indexes: Selected [M] Mount Directory: "c:\W10UImount_30056" [E] Extraction Directory: "c:\W10UItemp_8291" ============================================================ Change a menu option, press 0 to start the process, or 9 to exit: Code: ============================================================ Running W10UI v10.25 ============================================================ ============================================================ Extracting .cab files from .msu files... ============================================================ 1/1: windows11.0-kb5022303-x64_87d49704f3f7312cddfe27e45ba493048fdd1517.msu [Combined UUP] ============================================================ Extracting files from update cabinets (.cab)... *** This will require some disk space, please be patient *** ============================================================ 1/6: defender-dism-x64_steven4554_Jan_05_2023.cab 2/6: Windows11.0-KB5012170-x64_PSFX_DBX.cab [SecureBoot] 3/6: Windows11.0-KB5020487-x64_inout.cab [SSU] 4/6: Windows11.0-KB5020880-x64-NDP481_CU_9115.6.cab [NetFx] 5/6: windows11.0-kb5021041-x64_DU_SafeOS_815.cab [SafeOS DU] 6/6: windows11.0-kb5021310-x64_DU_Sources_898.cab [Setup DU] ============================================================ Mounting sources\install.wim - index 1/10 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_898~31bf3856ad364e35~amd64~~22621.898.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_898 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.22000.653 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Package_for_KB5012170~31bf3856ad364e35~amd64~~22621.372.1.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9115.6 [==========================100.0%==========================] The operation completed successfully. windows11.0-kb5022303-x64_87d49704f3f7312cddfe27e45ba493048fdd1517.msu Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1 Processing 1 of 1 - [===========================80.0%============== ] [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting OS image base... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1105 [===== 10.0% ] [===========================98.6%========================= ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1105 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding Defender update... ============================================================ ============================================================ Adding .NET Framework 3.5 feature... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1105 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. ============================================================ Reinstalling cumulative update(s)... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1105 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9115.6 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1105 Processing 1 of 1 - [===========================80.0%============== ] [==========================100.0%==========================] The operation completed successfully. ============================================================ Updating winre.wim ... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_898~31bf3856ad364e35~amd64~~22621.898.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_898 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.22000.653 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Package_for_KB5021041~31bf3856ad364e35~amd64~~22621.815.1.0 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1 [=========== 20.0% ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image File : E:\W11UI\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.22000.653 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding updated winre.wim ... ============================================================ 1 file(s) copied. ============================================================ Unmounting sources\install.wim - index 1/10 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image File : E:\W11UI\22621_Work_x64_NL\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.22000.653 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_898~31bf3856ad364e35~amd64~~22621.898.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_898 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. ============================================================ Installing updates... ============================================================ windows11.0-kb5022303-x64_87d49704f3f7312cddfe27e45ba493048fdd1517.msu Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1 Processing 1 of 1 - [===========================80.0%============== ] [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1105 [=========== 20.0% ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1105 [=========== 20.0% ] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image File : E:\W11UI\22621_Work_x64_NL\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.22000.653 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_898~31bf3856ad364e35~amd64~~22621.898.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_898 requires the current servicing session to be reloaded. All the packages will be processed again. The operation completed successfully. ============================================================ Installing updates... ============================================================ windows11.0-kb5022303-x64_87d49704f3f7312cddfe27e45ba493048fdd1517.msu Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1 Processing 1 of 1 - [===========================80.0%============== ] [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1105 [=========== 20.0% ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22621.1105 [=========== 20.0% ] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image File : E:\W11UI\22621_Work_x64_NL\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.22000.653 Exporting image [==========================100.0%==========================] Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding setup dynamic update(s)... ============================================================ windows11.0-kb5021310-x64_DU_Sources_898.cab ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Creating updated ISO file... ============================================================ ISO Location: "E:\W11UI" OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2012. All rights reserved. Licensed only for producing Microsoft authorized content. Scanning source tree (500 files in 43 directories) Scanning source tree complete (940 files in 86 directories) Computing directory information complete Image file is 5137039360 bytes (before optimization) Writing 940 files in 86 directories to 22621.1105.230106-2203.NI_RELEASE_SVC_PROD1_CLIENT_X64FRE_NL-NL.iso 100% complete Storage optimization saved 24 files, 14239744 bytes (1% of image) After optimization, image file is 5124941824 bytes Space saved because of embedding, sparseness or optimization = 14239744 Done. ============================================================ Finished ============================================================ Press 9 to exit. Updated: https://forums.mydigitallife.net/th...eta-rp-channel-ni_release.85327/#post-1734514
22621.1105 is not beta so there isn't 22623.1105. In another forum they not mention 22623.1105. Even Google not show 22623.1105.
You don't ever learn something yourself? All Win 11 22H2 aka 2262x updates are applicable to every 2262x retail/release preview an beta channel build, as long as they are of a higher delta build (the .xxxx after 22621/3) all are 22621.xxxx. BUT it is not advised to mix updates from the different channels.
Code: ======================= W10UI v10.25 ========================== [1] Target (x64): "E:\W11UI\22000_Work_x64_NL" [2] Updates: "E:\W11UI\22000_Updates_x64" [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 [8] install.wim selected indexes: 1 / [K] Keep indexes: Selected [M] Mount Directory: "c:\W10UImount_24392" [E] Extraction Directory: "c:\W10UItemp_5714" ============================================================ Change a menu option, press 0 to start the process, or 9 to exit: Code: ============================================================ Running W10UI v10.25 ============================================================ ============================================================ Extracting .cab files from .msu files... ============================================================ 1/1: windows10.0-kb5022287-x64_LCU_1455.1.6.msu [Combined UUP] ============================================================ Extracting files from update cabinets (.cab)... *** This will require some disk space, please be patient *** ============================================================ 1/8: defender-dism-x64_steven4554_Jan_10_2023.cab 2/8: windows10.0-kb5007575-x64_DU_Critical_Net35.cab 3/8: Windows10.0-KB5011048-x64_NDP481_BASE_9110.10.cab [NetFx] 4/8: Windows10.0-KB5012170-x64_PSFX_DBX.cab [SecureBoot] 5/8: Windows10.0-KB5019385-x64_inout.cab [SSU] 6/8: windows10.0-kb5020379-x64_DU_Sources_1270.cab [Setup DU] 7/8: windows10.0-kb5021040-x64_DU_SafeOS_1215.1.0.cab [SafeOS DU] 8/8: Windows11.0-KB5020882-x64-NDP481_CU_9115.6.cab [NetFx] ============================================================ Mounting sources\install.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_1270~31bf3856ad364e35~amd64~~22000.1270.1.0 [==========================100.0%==========================] The operation completed successfully. ============================================================ Installing updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_KB5012170~31bf3856ad364e35~amd64~~22000.850.1.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1 Processing 1 of 3 - Adding package Package_for_KB5011048~31bf3856ad364e35~amd64~~10.0.9110.10 [==========================100.0%==========================] Processing 2 of 3 - Adding package Package_for_KB5007575~31bf3856ad364e35~amd64~~22000.345.1.1 [==========================100.0%==========================] Processing 3 of 3 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9115.6 [==========================100.0%==========================] The operation completed successfully. windows10.0-kb5022287-x64_LCU_1455.1.6.msu Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1 Processing 1 of 1 - Install [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting OS image base... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1455 [===== 10.0% ] [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1455 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding Defender update... ============================================================ ============================================================ Adding .NET Framework 3.5 feature... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1455 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. ============================================================ Reinstalling cumulative update(s)... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1455 Processing 1 of 2 - Adding package Package_for_KB5007575~31bf3856ad364e35~amd64~~22000.345.1.1 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9115.6 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1455 Processing 1 of 1 - Install [==========================100.0%==========================] The operation completed successfully. ============================================================ Updating winre.wim ... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_1270~31bf3856ad364e35~amd64~~22000.1270.1.0 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_KB5021040~31bf3856ad364e35~amd64~~22000.1215.1.0 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.132 [=================== 34.2% ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.132 [=========== 20.0% ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image File : E:\W11UI\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.22000.653 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding updated winre.wim ... ============================================================ 1 file(s) copied. ============================================================ Unmounting sources\install.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image File : E:\W11UI\22000_Work_x64_NL\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.22000.653 Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Mounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_1270~31bf3856ad364e35~amd64~~22000.1270.1.0 [==========================100.0%==========================] The operation completed successfully. ============================================================ Installing updates... ============================================================ windows10.0-kb5022287-x64_LCU_1455.1.6.msu Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1 Processing 1 of 1 - Install [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1455 [======================== 42.2% ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1455 [=========== 20.0% ] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 1/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image File : E:\W11UI\22000_Work_x64_NL\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.22000.653 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Checking Updates... ============================================================ ============================================================ Installing servicing stack update... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_1270~31bf3856ad364e35~amd64~~22000.1270.1.0 [==========================100.0%==========================] The operation completed successfully. ============================================================ Installing updates... ============================================================ windows10.0-kb5022287-x64_LCU_1455.1.6.msu Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1 Processing 1 of 1 - Install [==========================100.0%==========================] The operation completed successfully. ============================================================ Resetting WinPE image base... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1455 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image Version: 10.0.22000.1455 [=========== 20.0% ] The operation completed successfully. ============================================================ Unmounting sources\boot.wim - index 2/2 ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22000.653 Image File : E:\W11UI\22000_Work_x64_NL\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.22000.653 Exporting image [==========================100.0%==========================] Exporting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding setup dynamic update(s)... ============================================================ windows10.0-kb5020379-x64_DU_Sources_1270.cab ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Creating updated ISO file... ============================================================ ISO Location: "E:\W11UI" OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2012. All rights reserved. Licensed only for producing Microsoft authorized content. Scanning source tree (500 files in 42 directories) Scanning source tree complete (932 files in 85 directories) Computing directory information complete Image file is 5301796864 bytes (before optimization) Writing 932 files in 85 directories to 22000.1455.230106-2053.CO_RELEASE_SVC_PROD1_CLIENT_X64FRE_NL-NL.iso 100% complete Storage optimization saved 24 files, 14217216 bytes (1% of image) After optimization, image file is 5289691136 bytes Space saved because of embedding, sparseness or optimization = 14217216 Done. ============================================================ Finished ============================================================ Press 9 to exit. Updated: https://forums.mydigitallife.net/th...d-22000-xxx-pc-co_release.83722/#post-1669627
uup-converter-wimlib-86 = Windows 11 Home, Pro, Enterprise 22H2 22621.1105 Code: Running UUP -> ISO v86 ============================================================ ============================================================ Checking UUP Info . . . ============================================================ ============================================================ Configured Options . . . ============================================================ AutoStart 1 AddUpdates 1 Cleanup NetFx3 StartVirtual LCUwinre UpdtBootFiles ============================================================ Parsing Apps CompDB . . . ============================================================ ============================================================ Preparing Reference ESDs . . . ============================================================ cabs_Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package-amd64 cabs_Microsoft-OneCore-DirectX-Database-FOD-Package-amd64 cabs_Microsoft-Windows-Ethernet-Client-Intel-E1i68x64-FOD-Package-amd64 cabs_Microsoft-Windows-Ethernet-Client-Intel-E2f68-FOD-Package-amd64 cabs_Microsoft-Windows-Ethernet-Client-Realtek-Rtcx21x64-FOD-Package-amd64 cabs_Microsoft-Windows-Ethernet-Client-Vmware-Vmxnet3-FOD-Package-amd64 cabs_Microsoft-Windows-FoDMetadata-Package cabs_Microsoft-Windows-Hello-Face-Package-amd64 cabs_Microsoft-Windows-InternetExplorer-Optional-Package-amd64 cabs_Microsoft-Windows-Kernel-LA57-FoD-Package-amd64 cabs_Microsoft-Windows-LanguageFeatures-Basic-de-de-Package-amd64 cabs_Microsoft-Windows-LanguageFeatures-Handwriting-de-de-Package-amd64 cabs_Microsoft-Windows-LanguageFeatures-OCR-de-de-Package-amd64 cabs_Microsoft-Windows-LanguageFeatures-Speech-de-de-Package-amd64 cabs_Microsoft-Windows-LanguageFeatures-TextToSpeech-de-de-Package-amd64 cabs_Microsoft-Windows-MediaPlayer-Package-amd64 cabs_Microsoft-Windows-MediaPlayer-Package-wow64 cabs_Microsoft-Windows-Notepad-System-FoD-Package-amd64 cabs_Microsoft-Windows-Notepad-System-FoD-Package-wow64 cabs_Microsoft-Windows-PowerShell-ISE-FOD-Package-amd64 cabs_Microsoft-Windows-PowerShell-ISE-FOD-Package-wow64 cabs_Microsoft-Windows-Printing-PMCPPC-FoD-Package-amd64 cabs_Microsoft-Windows-StepsRecorder-Package-amd64 cabs_Microsoft-Windows-StepsRecorder-Package-wow64 cabs_Microsoft-Windows-TabletPCMath-Package-amd64 cabs_Microsoft-Windows-Wallpaper-Content-Extended-FoD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Broadcom-Bcmpciedhd63-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63a-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63al-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Intel-Netwbw02-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Intel-Netwew00-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Intel-Netwew01-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Intel-Netwlv64-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Intel-Netwns64-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Intel-Netwsw00-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Intel-Netwtw02-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Intel-Netwtw04-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Intel-Netwtw06-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Intel-Netwtw08-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Intel-Netwtw10-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Marvel-Mrvlpcie8897-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Qualcomm-Athw8x-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Qualcomm-Athwnx-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Qualcomm-Qcamain10x64-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Ralink-Netr28x-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Realtek-Rtl8187se-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Realtek-Rtl8192se-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Realtek-Rtl819xp-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Realtek-Rtl85n64-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Realtek-Rtwlane-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Realtek-Rtwlane01-FOD-Package-amd64 cabs_Microsoft-Windows-Wifi-Client-Realtek-Rtwlane13-FOD-Package-amd64 cabs_Microsoft-Windows-WMIC-FoD-Package-amd64 cabs_Microsoft-Windows-WMIC-FoD-Package-wow64 cabs_Microsoft-Windows-WordPad-FoD-Package-amd64 cabs_Microsoft-Windows-WordPad-FoD-Package-wow64 cabs_OpenSSH-Client-Package-amd64 ============================================================ Creating Setup Media Layout . . . ============================================================ ============================================================ Creating install.wim . . . ============================================================ Using LZX compression with 16 threads Archiving file data: 6677 MiB of 6677 MiB (100%) done Using LZX compression with 16 threads Archiving file data: 253 MiB of 253 MiB (100%) done ============================================================ Creating Cumulative Update MSU . . . ============================================================ Extracting required files... Creating: DesktopDeployment_x86.cab Creating: onepackage.AggregatedMetadata.cab Creating: Windows11.0-KB5022303-x64.msu ============================================================ Updating install.wim / 2 image(s) . . . ============================================================ 1/7: Windows11.0-KB5022303-x64.msu [Combined UUP] 2/7: defender-dism-x64_13.01.2023_1.381.2130.0.cab 3/7: SSU-22621.898-x64.cab [SSU] 4/7: Windows11.0-KB5012170-x64_SecurityDBX.Update_PSFX.cab [SecureBoot] 5/7: Windows11.0-KB5021041-x64_DU.For.SafeOS.cab [SafeOS DU] 6/7: Windows11.0-KB5021310-x64_DU.Sources.cab [Setup DU] 7/7: Windows11.0-KB5022411-x64-NDP481_10.0.9130.4.cab [NetFx] Deployment Image Servicing and Management tool Version: 10.0.22621.1 Mounting image [==========================100.0%==========================] The operation completed successfully. Adding Apps . . . Microsoft.NET.Native.Framework.x64.1.3 Microsoft.NET.Native.Framework.x64.1.7 Microsoft.NET.Native.Framework.x64.2.2 Microsoft.NET.Native.Runtime.x64.1.4 Microsoft.NET.Native.Runtime.x64.1.7 Microsoft.NET.Native.Runtime.x64.2.2 Microsoft.UI.Xaml.x64.2.1 Microsoft.UI.Xaml.x64.2.3 Microsoft.UI.Xaml.x64.2.4 Microsoft.UI.Xaml.x64.2.7 Microsoft.VCLibs.x64.14.00 Microsoft.VCLibs.x64.14.00.Desktop Microsoft.WindowsStore_8wekyb3d8bbwe Microsoft.StorePurchaseApp_8wekyb3d8bbwe microsoft.windowscommunicationsapps_8wekyb3d8bbwe Microsoft.People_8wekyb3d8bbwe Microsoft.BingNews_8wekyb3d8bbwe Microsoft.BingWeather_8wekyb3d8bbwe Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe Microsoft.ZuneMusic_8wekyb3d8bbwe Microsoft.ZuneVideo_8wekyb3d8bbwe Microsoft.WindowsAlarms_8wekyb3d8bbwe Microsoft.WindowsCalculator_8wekyb3d8bbwe Microsoft.WindowsNotepad_8wekyb3d8bbwe Microsoft.WindowsTerminal_8wekyb3d8bbwe Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe Microsoft.GetHelp_8wekyb3d8bbwe Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe Microsoft.ScreenSketch_8wekyb3d8bbwe Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe Microsoft.Todos_8wekyb3d8bbwe Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe Microsoft.GamingApp_8wekyb3d8bbwe Microsoft.XboxGameOverlay_8wekyb3d8bbwe Microsoft.XboxGamingOverlay_8wekyb3d8bbwe Microsoft.XboxIdentityProvider_8wekyb3d8bbwe Microsoft.Xbox.TCUI_8wekyb3d8bbwe Microsoft.Getstarted_8wekyb3d8bbwe Microsoft.Windows.Photos_8wekyb3d8bbwe Microsoft.WindowsMaps_8wekyb3d8bbwe Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe Microsoft.WindowsCamera_8wekyb3d8bbwe Microsoft.DesktopAppInstaller_8wekyb3d8bbwe Microsoft.Paint_8wekyb3d8bbwe Microsoft.WebMediaExtensions_8wekyb3d8bbwe Microsoft.RawImageExtension_8wekyb3d8bbwe Microsoft.HEIFImageExtension_8wekyb3d8bbwe Microsoft.HEVCVideoExtension_8wekyb3d8bbwe Microsoft.VP9VideoExtensions_8wekyb3d8bbwe Microsoft.WebpImageExtension_8wekyb3d8bbwe MicrosoftWindows.Client.WebExperience_cw5n1h2txyewy Microsoft.SecHealthUI_8wekyb3d8bbwe Clipchamp.Clipchamp_yxz26nhyzhsrt MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe Microsoft.YourPhone_8wekyb3d8bbwe Microsoft.549981C3F5F10_8wekyb3d8bbwe MicrosoftCorporationII.MicrosoftFamily_8wekyb3d8bbwe Deployment Image Servicing and Management tool Version: 10.0.22621.1 Saving image [==========================100.0%==========================] The operation completed successfully. Adding Updates . . . Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_898~31bf3856ad364e35~amd64~~22621.898.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_898 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.1 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Package_for_KB5012170~31bf3856ad364e35~amd64~~22621.372.1.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9130.4 [==========================100.0%==========================] The operation completed successfully. Windows11.0-KB5022303-x64.msu Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.1 Processing 1 of 1 - [===========================80.0%============== ] [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.1105 [===== 10.0% ] [==========================100.0%==========================] The operation completed successfully. Adding Defender update . . . Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.1105 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.1105 Processing 1 of 1 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9130.4 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.1105 Processing 1 of 1 - [===========================80.0%============== ] [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image File : C:\uup-converter-wimlib-86\ISOFOLDER\sources\install.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.1 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.1105 Pended operations ignored. When this image is next booted, these operations will be processed. Starting to update components... Starting to install product key... Finished installing product key. Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22621.1105 Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.22621.1105 [==========================100.0%==========================] Finished updating components. Starting to apply edition-specific settings... Finished applying edition-specific settings. The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22621.1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. "ISOFOLDER\sources\install.wim" original size: 4960130 KiB Using LZX compression with 16 threads Archiving file data: 8656 MiB of 8656 MiB (100%) done "ISOFOLDER\sources\install.wim" optimized size: 3823726 KiB Space saved: 1136403 KiB ============================================================ Adding setup dynamic update(s) . . . ============================================================ Windows11.0-KB5021310-x64_DU.Sources.cab ============================================================ Creating winre.wim . . . ============================================================ Using LZX compression with 16 threads Archiving file data: 1210 MiB of 1210 MiB (100%) done ============================================================ Updating winre.wim / 1 image(s) . . . ============================================================ Deployment Image Servicing and Management tool Version: 10.0.22621.1 Mounting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_898~31bf3856ad364e35~amd64~~22621.898.1.1 [==========================100.0%==========================] The changes due to package Package_for_ServicingStack_898 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.1 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Package_for_KB5021041~31bf3856ad364e35~amd64~~22621.815.1.0 [==========================100.0%==========================] The operation completed successfully. Windows11.0-KB5022303-x64.msu Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.1 Processing 1 of 1 - [===========================80.0%============== ] [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image Version: 10.0.22621.1105 [================== 31.8% ] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.22621.1 Image File : C:\uup-converter-wimlib-86\temp\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. "temp\winre.wim" original size: 806847 KiB Using LZX compression with 16 threads Archiving file data: 1401 MiB of 1401 MiB (100%) done "temp\winre.wim" optimized size: 577311 KiB Space saved: 229535 KiB ============================================================ Adding winre.wim to install.wim . . . ============================================================ ============================================================ Creating boot.wim . . . ============================================================ ============================================================ Checking Distribution Info . . . ============================================================ ============================================================ Configured Virtual Options . . . ============================================================ AutoStart AutoEditions: Enterprise ============================================================ Copying install.wim . . . ============================================================ ============================================================ Creating Edition: Enterprise ============================================================ Setting the WINDOWS/EDITIONID property of image 3 to "Enterprise". Setting the FLAGS property of image 3 to "Enterprise". Setting the DISPLAYNAME property of image 3 to "Windows 11 Enterprise". Setting the DISPLAYDESCRIPTION property of image 3 to "Windows 11 Enterprise". ============================================================ Rebuilding install.wim . . . ============================================================ "ISOFOLDER\sources\install.wim" original size: 4451465 KiB Using LZX compression with 16 threads Archiving file data: 9293 MiB of 9293 MiB (100%) done "ISOFOLDER\sources\install.wim" optimized size: 4419371 KiB Space saved: 32093 KiB ============================================================ Creating ISO . . . ============================================================ OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2012. All rights reserved. Licensed only for producing Microsoft authorized content. Scanning source tree (500 files in 43 directories) Scanning source tree complete (943 files in 86 directories) Computing directory information complete Image file is 5402591232 bytes (before optimization) Writing 943 files in 86 directories to 22621.1105.230106-2203.NI_RELEASE_SVC_PROD1_CLIENTMULTI_X64FRE_DE-DE.ISO 100% complete Storage optimization saved 23 files, 14233600 bytes (1% of image) After optimization, image file is 5390495744 bytes Space saved because of embedding, sparseness or optimization = 14233600 Done. ============================================================ Removing temporary files . . . ============================================================ Press 0 to exit.