Windows 10 Global Edition VS China Government https://forums.mydigitallife.net/threads/windows-10-global-edition-vs-china-government.80933/ [DISCUSSION] Windows 10 Enterprise/IoT Enterprise (N) LTSC 2021 https://forums.mydigitallife.net/th...-enterprise-iot-enterprise-n-ltsc-2021.84509/
Yes, you're right. But, e.g. Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.25398.531.mum [EnterpriseG] Code: <update name="Microsoft-Windows-Editions-EnterpriseG-Package"> <package contained="true" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Editions-EnterpriseG-Package" version="10.0.25398.1" processorArchitecture="amd64" language="en-US" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> [EnterpriseGN and others] Code: <update name="Microsoft-Windows-Editions-EnterpriseGN-Package"> <package contained="true" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Editions-EnterpriseGN-Package" version="10.0.25398.531" processorArchitecture="amd64" language="en-US" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> You can leave it alone. But you have to copy license.rtf to system32, at least. Code: if /i %KEYTYPE%==Retail (copy /y %MT%\Windows\System32\%LANG%\Licenses\_Default\%PARENT%\license.rtf %MT%\Windows\System32 >NUL 2>&1) if /i %KEYTYPE%==OEM:NONSLP (copy /y %MT%\Windows\System32\%LANG%\Licenses\OEM\%PARENT%\license.rtf %MT%\Windows\System32 >NUL 2>&1) if /i %KEYTYPE%==Volume:GVLK (copy /y %MT%\Windows\System32\%LANG%\Licenses\Volume\%PARENT%\license.rtf %MT%\Windows\System32 >NUL 2>&1) if defined ENTG ( if exist files\Licenses\%PARENT%\%LANG%\Licenses (xcopy /S /E /I /H /R /Y /J files\Licenses\%PARENT%\%LANG%\Licenses %MT%\Windows\System32\%LANG%\Licenses >NUL 2>&1) else (xcopy /S /E /I /H /R /Y /J files\Licenses\%PARENT%\en-US\Licenses %MT%\Windows\System32\%LANG%\Licenses >NUL 2>&1) copy /y %MT%\Windows\System32\%LANG%\Licenses\_Default\%PARENT%\license.rtf %MT%\Windows\System32 >NUL 2>&1 ) EnterpriseG(N)'s placeholder.rtf or license.rtf is in _Default, not Volume. CMGE as well. Different to other editions.
There are official client language pack updates for en-US, and I did not modify them. If there is a problem, it must be Microsoft's issue. Editions-Package actually has no updates, I just wanted them to be consistent with the official update structure. When the forward differential file size in the f folder is about 50 bytes, it can be determined that the file has not actually changed.
EnterpriesGN does not have Default licenses, therefore the _Default directory does not exist. Official: Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved." xmlns:e="urn:schemas-microsoft-com:windows:editions:v1"> <assemblyIdentity name="Microsoft-Windows-Editions-EnterpriseGN-Deployment" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> <deployment xmlns="urn:schemas-microsoft-com:asm.v3" /> <dependency discoverable="no"> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-Editions-EnterpriseGN" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency discoverable="no"> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-License-OEM-EnterpriseGN" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency discoverable="no"> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-License-OEM-EnterpriseGN" version="10.0.25398.1" processorArchitecture="x86" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency discoverable="no"> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-License-Volume-EnterpriseGN" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency discoverable="no"> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-License-Volume-EnterpriseGN" version="10.0.25398.1" processorArchitecture="x86" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> </assembly> If you use the custom .1 package, you must customize the CU.
EnterpriseGN... I have this only: 00000.0_ProN_to_EntGN_amd64_en-US.7z Good for 10 for missing two packages: Code: <update name="Runlevel-Win4-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Runlevel-Win4-Package" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="Runlevel-Win4-WOW64-Package"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Runlevel-Win4-WOW64-Package" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> These two, double protection. Microsoft hides another pair of Common-Foundation and Foundation in them. Q: What if they are removed from 25398.1 I remember when I first touch 25398.1, I forgot these two packages. It works. The latest? You test yourself. I don't disobey Windows. 25398.1 is by mistake. Q: What exactly are they for? Be aware: You can construct without them. But you cannot remove them from system. Once touched, corrupt, unrecoverable.
Thanks. At the moment, I still use your CU, except the Editions in CU Client Language pack mum is changed from 25398.153 to 25398.1. No problem. [CoreCountrySpecific] Code: ======================================================================================================== 25398.531 Windows 11 Home China (without Store with Edge) amd64 zh-CN has been successfully constructed on 2023/12/6 ======================================================================================================== Mission took 0:17:8.14 (1028.14s total) [Core] Code: ======================================================================================================== 25398.531 Windows 11 Home (without Store with Edge) amd64 zh-CN has been successfully constructed on 2023/12/6 ======================================================================================================== Mission took 0:19:4.18 (1144.18s total) [CoreN] Code: ======================================================================================================== 25398.531 Windows 11 Home N (without Store with Edge without Media Features) amd64 zh-CN has been successfully constructed on 2023/12/6 ======================================================================================================== Mission took 0:16:9.35 (969.35s total) [EnterpriseG] Code: ======================================================================================================== 25398.531 Windows 11 Enterprise G (without Store with Edge) amd64 zh-CN has been successfully constructed on 2023/12/6 ======================================================================================================== Mission took 0:18:16.04 (1096.04s total) [EnterpriseGN] Code: ======================================================================================================== 25398.531 Windows 11 Enterprise G N (without Store with Edge without Media Features) amd64 zh-CN has been successfully constructed on 2023/12/6 ======================================================================================================== Mission took 0:17:10.63 (1030.63s total) [EnterpriseS] Code: ======================================================================================================== 25398.531 Windows 11 Enterprise LTSC (without Store with Edge) amd64 zh-CN has been successfully constructed on 2023/12/6 ======================================================================================================== Mission took 0:18:2.46 (1082.46s total) [EnterpriseSN] Code: ======================================================================================================== 25398.531 Windows 11 Enterprise N LTSC (without Store with Edge without Media Features) amd64 zh-CN has been successfully constructed on 2023/12/6 ======================================================================================================== Mission took 0:16:51.18 (1011.18s total) [Professional] Code: ======================================================================================================== 25398.531 Windows 11 Pro (without Store with Edge) amd64 zh-CN has been successfully constructed on 2023/12/6 ======================================================================================================== Mission took 0:18:32.73 (1112.73s total) [ProfessionalN] Code: ======================================================================================================== 25398.531 Windows 11 Pro N (without Store with Edge without Media Features) amd64 zh-CN has been successfully constructed on 2023/12/6 ======================================================================================================== Mission took 0:17:22.17 (1042.17s total) [Credits] gailium119 zwl29107
Test Reconstruct 22000.739 Windows 11 IoT Enterprise LTSC (without Store with Edge) amd64 en-US Code: ------------------------------------------------------------ Expand Servicing Stack update ------------------------------------------------------------ Extracting file data: 52 MiB of 52 MiB (100%) done Done extracting files. ------------------------------------------------------------ Expand Cumulative update ------------------------------------------------------------ Creating files: 89933 of 89933 (100%) done Extracting file data: 445 MiB of 445 MiB (100%) done Applying metadata to files: 89933 of 89933 (100%) done Done extracting files. ------------------------------------------------------------ AotoPatch updates ------------------------------------------------------------ ------------------------------------------------------------ Capturing SSU-22000.702-x64 to files\APBK\SSU-22000.702-x64-S.esd ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Capturing Windows10.0-KB5014697-x64 to files\APBK\Windows10.0-KB5014697-x64-S.esd ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. ======================================================================================================== Reconstruct 22000.739 Windows 11 IoT Enterprise LTSC (without Store with Edge) amd64 en-US ======================================================================================================== :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Mount Professional image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Mounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Remove System Notepad ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Remove Store ------------------------------------------------------------ Microsoft.549981C3F5F10_2.2106.2807.0_neutral_~_8wekyb3d8bbwe Microsoft.BingNews_4.7.28001.0_neutral_~_8wekyb3d8bbwe Microsoft.BingWeather_4.9.2002.0_neutral_~_8wekyb3d8bbwe Microsoft.DesktopAppInstaller_2020.812.2125.0_neutral_~_8wekyb3d8bbwe Microsoft.GamingApp_2021.427.138.0_neutral_~_8wekyb3d8bbwe Microsoft.GetHelp_10.2008.32311.0_neutral_~_8wekyb3d8bbwe Microsoft.Getstarted_10.2.41172.0_neutral_~_8wekyb3d8bbwe Microsoft.HEIFImageExtension_1.0.40978.0_x64__8wekyb3d8bbwe Microsoft.MicrosoftOfficeHub_18.2104.12721.0_neutral_~_8wekyb3d8bbwe Microsoft.MicrosoftSolitaireCollection_4.6.3102.0_neutral_~_8wekyb3d8bbwe Microsoft.MicrosoftStickyNotes_4.1.2.0_neutral_~_8wekyb3d8bbwe Microsoft.Paint_10.2104.17.0_neutral_~_8wekyb3d8bbwe Microsoft.People_2020.901.1724.0_neutral_~_8wekyb3d8bbwe Microsoft.PowerAutomateDesktop_10.0.561.0_neutral_~_8wekyb3d8bbwe Microsoft.ScreenSketch_2021.2104.2.0_neutral_~_8wekyb3d8bbwe Microsoft.StorePurchaseApp_12008.1001.113.0_neutral_~_8wekyb3d8bbwe Microsoft.Todos_2.33.33351.0_neutral_~_8wekyb3d8bbwe Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe Microsoft.VP9VideoExtensions_1.0.41182.0_x64__8wekyb3d8bbwe Microsoft.WebMediaExtensions_1.0.40831.0_neutral_~_8wekyb3d8bbwe Microsoft.WebpImageExtension_1.0.32731.0_x64__8wekyb3d8bbwe Microsoft.Windows.Photos_21.21030.25003.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsAlarms_2021.2101.27.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsCalculator_2020.2012.21.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsCamera_2020.503.58.0_neutral_~_8wekyb3d8bbwe microsoft.windowscommunicationsapps_16005.12827.20400.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsFeedbackHub_2021.427.1821.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsMaps_2021.2012.10.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsNotepad_10.2102.13.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsSoundRecorder_2021.2012.41.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsStore_12104.1001.113.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsTerminal_2021.226.1915.0_neutral_~_8wekyb3d8bbwe Microsoft.Xbox.TCUI_1.23.28002.0_neutral_~_8wekyb3d8bbwe Microsoft.XboxGameOverlay_1.46.11001.0_neutral_~_8wekyb3d8bbwe Microsoft.XboxGamingOverlay_2.50.24002.0_neutral_~_8wekyb3d8bbwe Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe Microsoft.YourPhone_2019.430.2026.0_neutral_~_8wekyb3d8bbwe Microsoft.ZuneMusic_2019.21012.10511.0_neutral_~_8wekyb3d8bbwe Microsoft.ZuneVideo_2019.21012.10511.0_neutral_~_8wekyb3d8bbwe MicrosoftWindows.Client.WebExperience_321.14700.0.9_neutral_~_cw5n1h2txyewy ------------------------------------------------------------ Remove Microsoft-Windows-Editions-Professional-Package ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Removing package Microsoft-Windows-Editions-Professional-Package~31bf3856ad364e35~amd64~~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Convert Professional to IoTEnterpriseS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Add en-US language pack :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Win32 Notepad ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add .NET Framework 4.8.1 to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_KB5011048~31bf3856ad364e35~amd64~~10.0.1.8028 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Mount Winre image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Mounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Servicing Stack update to Winre image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_702~31bf3856ad364e35~amd64~~22000.702.1.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Cumulative update to Winre image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22000.739.1.8 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Reset Winre base ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.739 [===========================99.5%========================= ] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Save and Unmount Winre image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image File : Z:\22000.1_Professional_to_LTSC_amd64_38in1_AutoPatch\temp\mount\Windows\System32\Recovery\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Optimize winre.wim ------------------------------------------------------------ "temp\mount\Windows\System32\Recovery\Winre.wim" original size: 792482 KiB Using LZX compression with 12 threads Archiving file data: 1240 MiB of 1240 MiB (100%) done "temp\mount\Windows\System32\Recovery\Winre.wim" optimized size: 533526 KiB Space saved: 258956 KiB ------------------------------------------------------------ Add Servicing Stack update to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_702~31bf3856ad364e35~amd64~~22000.702.1.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Cumulative update to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22000.739.1.8 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Set IoTEnterpriseS key ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.739 Starting to install product key... Finished installing product key. The operation completed successfully. ============================================================ Current Edition : IoTEnterpriseS (OEM:NONSLP) ============================================================ ------------------------------------------------------------ Reset IoTEnterpriseS base ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.739 [===== 10.0% ] [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Save and Unmount IoTEnterpriseS image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image File : Z:\22000.1_Professional_to_LTSC_amd64_38in1_AutoPatch\38.wim Image Index : 8 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Set WIM information ------------------------------------------------------------ Setting the NAME property of image 8 to "Windows 11 IoT Enterprise LTSC 2021 (without Store with Edge)". Setting the DESCRIPTION property of image 8 to "Windows 11 IoT Enterprise LTSC 2021 (without Store with Edge)". Setting the FLAGS property of image 8 to "IoTEnterpriseS". Setting the DISPLAYNAME property of image 8 to "Windows 11 IoT Enterprise LTSC (without Store with Edge)". Setting the DISPLAYDESCRIPTION property of image 8 to "22000.739 Windows 11 IoT Enterprise LTSC (without Store with Edge)". ------------------------------------------------------------ Export IoTEnterpriseS image to install.wim ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Delete temporary folder ------------------------------------------------------------ ======================================================================================================== 22000.739 Windows 11 IoT Enterprise LTSC (without Store with Edge) amd64 en-US has been successfully reconstructed on 2023/12/7 ======================================================================================================== Mission took 0:25:44.84 (1544.84s total)
Test Reconstruct 22000.1335 Windows 11 IoT Enterprise LTSC (without Store with Edge) amd64 en-US Code: ------------------------------------------------------------ Expand Servicing Stack update ------------------------------------------------------------ Extracting file data: 52 MiB of 52 MiB (100%) done Done extracting files. ------------------------------------------------------------ Expand Cumulative update ------------------------------------------------------------ Creating files: 101207 of 101207 (100%) done Extracting file data: 498 MiB of 498 MiB (100%) done Applying metadata to files: 101207 of 101207 (100%) done Done extracting files. ------------------------------------------------------------ AotoPatch updates ------------------------------------------------------------ ------------------------------------------------------------ Capturing SSU-22000.1270-x64 to files\APBK\SSU-22000.1270-x64-S.esd ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Capturing Windows10.0-KB5021234-x64 to files\APBK\Windows10.0-KB5021234-x64-S.esd ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. ======================================================================================================== Reconstruct 22000.1335 Windows 11 IoT Enterprise LTSC (without Store with Edge) amd64 en-US ======================================================================================================== :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Mount Professional image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Mounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Remove System Notepad ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Remove Store ------------------------------------------------------------ Microsoft.549981C3F5F10_2.2106.2807.0_neutral_~_8wekyb3d8bbwe Microsoft.BingNews_4.7.28001.0_neutral_~_8wekyb3d8bbwe Microsoft.BingWeather_4.9.2002.0_neutral_~_8wekyb3d8bbwe Microsoft.DesktopAppInstaller_2020.812.2125.0_neutral_~_8wekyb3d8bbwe Microsoft.GamingApp_2021.427.138.0_neutral_~_8wekyb3d8bbwe Microsoft.GetHelp_10.2008.32311.0_neutral_~_8wekyb3d8bbwe Microsoft.Getstarted_10.2.41172.0_neutral_~_8wekyb3d8bbwe Microsoft.HEIFImageExtension_1.0.40978.0_x64__8wekyb3d8bbwe Microsoft.MicrosoftOfficeHub_18.2104.12721.0_neutral_~_8wekyb3d8bbwe Microsoft.MicrosoftSolitaireCollection_4.6.3102.0_neutral_~_8wekyb3d8bbwe Microsoft.MicrosoftStickyNotes_4.1.2.0_neutral_~_8wekyb3d8bbwe Microsoft.Paint_10.2104.17.0_neutral_~_8wekyb3d8bbwe Microsoft.People_2020.901.1724.0_neutral_~_8wekyb3d8bbwe Microsoft.PowerAutomateDesktop_10.0.561.0_neutral_~_8wekyb3d8bbwe Microsoft.ScreenSketch_2021.2104.2.0_neutral_~_8wekyb3d8bbwe Microsoft.StorePurchaseApp_12008.1001.113.0_neutral_~_8wekyb3d8bbwe Microsoft.Todos_2.33.33351.0_neutral_~_8wekyb3d8bbwe Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe Microsoft.VP9VideoExtensions_1.0.41182.0_x64__8wekyb3d8bbwe Microsoft.WebMediaExtensions_1.0.40831.0_neutral_~_8wekyb3d8bbwe Microsoft.WebpImageExtension_1.0.32731.0_x64__8wekyb3d8bbwe Microsoft.Windows.Photos_21.21030.25003.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsAlarms_2021.2101.27.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsCalculator_2020.2012.21.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsCamera_2020.503.58.0_neutral_~_8wekyb3d8bbwe microsoft.windowscommunicationsapps_16005.12827.20400.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsFeedbackHub_2021.427.1821.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsMaps_2021.2012.10.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsNotepad_10.2102.13.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsSoundRecorder_2021.2012.41.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsStore_12104.1001.113.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsTerminal_2021.226.1915.0_neutral_~_8wekyb3d8bbwe Microsoft.Xbox.TCUI_1.23.28002.0_neutral_~_8wekyb3d8bbwe Microsoft.XboxGameOverlay_1.46.11001.0_neutral_~_8wekyb3d8bbwe Microsoft.XboxGamingOverlay_2.50.24002.0_neutral_~_8wekyb3d8bbwe Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe Microsoft.YourPhone_2019.430.2026.0_neutral_~_8wekyb3d8bbwe Microsoft.ZuneMusic_2019.21012.10511.0_neutral_~_8wekyb3d8bbwe Microsoft.ZuneVideo_2019.21012.10511.0_neutral_~_8wekyb3d8bbwe MicrosoftWindows.Client.WebExperience_321.14700.0.9_neutral_~_cw5n1h2txyewy ------------------------------------------------------------ Remove Microsoft-Windows-Editions-Professional-Package ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Removing package Microsoft-Windows-Editions-Professional-Package~31bf3856ad364e35~amd64~~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Convert Professional to IoTEnterpriseS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Add en-US language pack :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Win32 Notepad ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add .NET Framework 4.8.1 to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_KB5011048~31bf3856ad364e35~amd64~~10.0.1.8028 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Mount Winre image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Mounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Servicing Stack update to Winre image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 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. ------------------------------------------------------------ Add Cumulative update to Winre image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22000.1335.1.5 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Reset Winre base ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1335 [===========================99.5%========================= ] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Save and Unmount Winre image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image File : Z:\22000.1_Professional_to_LTSC_amd64_38in1_AutoPatch\temp\mount\Windows\System32\Recovery\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Optimize winre.wim ------------------------------------------------------------ "temp\mount\Windows\System32\Recovery\Winre.wim" original size: 811156 KiB Using LZX compression with 12 threads Archiving file data: 1250 MiB of 1250 MiB (100%) done "temp\mount\Windows\System32\Recovery\Winre.wim" optimized size: 541969 KiB Space saved: 269187 KiB ------------------------------------------------------------ Add Servicing Stack update to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 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. ------------------------------------------------------------ Add Cumulative update to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22000.1335.1.5 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Set IoTEnterpriseS key ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1335 Starting to install product key... Finished installing product key. The operation completed successfully. ============================================================ Current Edition : IoTEnterpriseS (OEM:NONSLP) ============================================================ ------------------------------------------------------------ Reset IoTEnterpriseS base ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1335 [===== 10.0% ] [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Save and Unmount IoTEnterpriseS image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image File : Z:\22000.1_Professional_to_LTSC_amd64_38in1_AutoPatch\38.wim Image Index : 8 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Set WIM information ------------------------------------------------------------ Setting the NAME property of image 8 to "Windows 11 IoT Enterprise LTSC 2021 (without Store with Edge)". Setting the DESCRIPTION property of image 8 to "Windows 11 IoT Enterprise LTSC 2021 (without Store with Edge)". Setting the FLAGS property of image 8 to "IoTEnterpriseS". Setting the DISPLAYNAME property of image 8 to "Windows 11 IoT Enterprise LTSC (without Store with Edge)". Setting the DISPLAYDESCRIPTION property of image 8 to "22000.1335 Windows 11 IoT Enterprise LTSC (without Store with Edge)". ------------------------------------------------------------ Export IoTEnterpriseS image to install.wim ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Delete temporary folder ------------------------------------------------------------ ======================================================================================================== 22000.1335 Windows 11 IoT Enterprise LTSC (without Store with Edge) amd64 en-US has been successfully reconstructed on 2023/12/7 ======================================================================================================== Mission took 0:26:27.08 (1587.08s total)
Test Reconstruct 22000.2057 Windows 11 IoT Enterprise LTSC (without Store with Edge) amd64 en-US Code: ------------------------------------------------------------ Expand Servicing Stack update ------------------------------------------------------------ Extracting file data: 53 MiB of 53 MiB (100%) done Done extracting files. ------------------------------------------------------------ Expand Cumulative update ------------------------------------------------------------ Creating files: 105995 of 105995 (100%) done Extracting file data: 526 MiB of 526 MiB (100%) done Applying metadata to files: 105995 of 105995 (100%) done Done extracting files. ------------------------------------------------------------ AotoPatch updates ------------------------------------------------------------ ------------------------------------------------------------ Capture SSU-22000.2000-x64 to files\APBK\SSU-22000.2000-x64-S.esd ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Capture Windows10.0-KB5027223-x64 to files\APBK\Windows10.0-KB5027223-x64-S.esd ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. ======================================================================================================== Reconstruct 22000.2057 Windows 11 IoT Enterprise LTSC (without Store with Edge) amd64 en-US ======================================================================================================== :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Mount Professional image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Mounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Remove System Notepad ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Remove Store ------------------------------------------------------------ Microsoft.549981C3F5F10_2.2106.2807.0_neutral_~_8wekyb3d8bbwe Microsoft.BingNews_4.7.28001.0_neutral_~_8wekyb3d8bbwe Microsoft.BingWeather_4.9.2002.0_neutral_~_8wekyb3d8bbwe Microsoft.DesktopAppInstaller_2020.812.2125.0_neutral_~_8wekyb3d8bbwe Microsoft.GamingApp_2021.427.138.0_neutral_~_8wekyb3d8bbwe Microsoft.GetHelp_10.2008.32311.0_neutral_~_8wekyb3d8bbwe Microsoft.Getstarted_10.2.41172.0_neutral_~_8wekyb3d8bbwe Microsoft.HEIFImageExtension_1.0.40978.0_x64__8wekyb3d8bbwe Microsoft.MicrosoftOfficeHub_18.2104.12721.0_neutral_~_8wekyb3d8bbwe Microsoft.MicrosoftSolitaireCollection_4.6.3102.0_neutral_~_8wekyb3d8bbwe Microsoft.MicrosoftStickyNotes_4.1.2.0_neutral_~_8wekyb3d8bbwe Microsoft.Paint_10.2104.17.0_neutral_~_8wekyb3d8bbwe Microsoft.People_2020.901.1724.0_neutral_~_8wekyb3d8bbwe Microsoft.PowerAutomateDesktop_10.0.561.0_neutral_~_8wekyb3d8bbwe Microsoft.ScreenSketch_2021.2104.2.0_neutral_~_8wekyb3d8bbwe Microsoft.StorePurchaseApp_12008.1001.113.0_neutral_~_8wekyb3d8bbwe Microsoft.Todos_2.33.33351.0_neutral_~_8wekyb3d8bbwe Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe Microsoft.VP9VideoExtensions_1.0.41182.0_x64__8wekyb3d8bbwe Microsoft.WebMediaExtensions_1.0.40831.0_neutral_~_8wekyb3d8bbwe Microsoft.WebpImageExtension_1.0.32731.0_x64__8wekyb3d8bbwe Microsoft.Windows.Photos_21.21030.25003.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsAlarms_2021.2101.27.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsCalculator_2020.2012.21.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsCamera_2020.503.58.0_neutral_~_8wekyb3d8bbwe microsoft.windowscommunicationsapps_16005.12827.20400.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsFeedbackHub_2021.427.1821.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsMaps_2021.2012.10.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsNotepad_10.2102.13.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsSoundRecorder_2021.2012.41.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsStore_12104.1001.113.0_neutral_~_8wekyb3d8bbwe Microsoft.WindowsTerminal_2021.226.1915.0_neutral_~_8wekyb3d8bbwe Microsoft.Xbox.TCUI_1.23.28002.0_neutral_~_8wekyb3d8bbwe Microsoft.XboxGameOverlay_1.46.11001.0_neutral_~_8wekyb3d8bbwe Microsoft.XboxGamingOverlay_2.50.24002.0_neutral_~_8wekyb3d8bbwe Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe Microsoft.YourPhone_2019.430.2026.0_neutral_~_8wekyb3d8bbwe Microsoft.ZuneMusic_2019.21012.10511.0_neutral_~_8wekyb3d8bbwe Microsoft.ZuneVideo_2019.21012.10511.0_neutral_~_8wekyb3d8bbwe MicrosoftWindows.Client.WebExperience_321.14700.0.9_neutral_~_cw5n1h2txyewy ------------------------------------------------------------ Remove Microsoft-Windows-Editions-Professional-Package ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Removing package Microsoft-Windows-Editions-Professional-Package~31bf3856ad364e35~amd64~~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Convert Professional to IoTEnterpriseS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Add en-US language pack :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Win32 Notepad ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.22000.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add .NET Framework 4.8.1 to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_KB5011048~31bf3856ad364e35~amd64~~10.0.1.8028 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Mount Winre image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Mounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Servicing Stack update to Winre image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_2000~31bf3856ad364e35~amd64~~22000.2000.1.3 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Cumulative update to Winre image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22000.2057.1.7 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Reset Winre base ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.2057 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Save and Unmount Winre image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image File : Z:\22000.1_Professional_to_LTSC_amd64_38in1_AutoPatch\temp\mount\Windows\System32\Recovery\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Optimize winre.wim ------------------------------------------------------------ "temp\mount\Windows\System32\Recovery\Winre.wim" original size: 818167 KiB Using LZX compression with 12 threads Archiving file data: 1256 MiB of 1256 MiB (100%) done "temp\mount\Windows\System32\Recovery\Winre.wim" optimized size: 547096 KiB Space saved: 271071 KiB ------------------------------------------------------------ Add Servicing Stack update to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_2000~31bf3856ad364e35~amd64~~22000.2000.1.3 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Cumulative update to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22000.2057.1.7 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Set IoTEnterpriseS key ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.2057 Starting to install product key... Finished installing product key. The operation completed successfully. ============================================================ Current Edition : IoTEnterpriseS (OEM:NONSLP) ============================================================ ------------------------------------------------------------ Reset IoTEnterpriseS base ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.2057 [===== 10.0% ] [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Save and Unmount IoTEnterpriseS image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image File : Z:\22000.1_Professional_to_LTSC_amd64_38in1_AutoPatch\38.wim Image Index : 8 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Set WIM information ------------------------------------------------------------ Setting the NAME property of image 8 to "Windows 11 IoT Enterprise LTSC 2021 (without Store with Edge)". Setting the DESCRIPTION property of image 8 to "Windows 11 IoT Enterprise LTSC 2021 (without Store with Edge)". Setting the FLAGS property of image 8 to "IoTEnterpriseS". Setting the DISPLAYNAME property of image 8 to "Windows 11 IoT Enterprise LTSC (without Store with Edge)". Setting the DISPLAYDESCRIPTION property of image 8 to "22000.2057 Windows 11 IoT Enterprise LTSC (without Store with Edge)". ------------------------------------------------------------ Export IoTEnterpriseS image to install.wim ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Delete temporary folder ------------------------------------------------------------ ======================================================================================================== 22000.2057 Windows 11 IoT Enterprise LTSC (without Store with Edge) amd64 en-US has been successfully reconstructed on 2023/12/7 ======================================================================================================== Mission took 0:23:31.17 (1411.17s total)