Microsoft-Windows-Editions-xxx-Package can be created out of nowhere. Branding, you need a valid registry. xrm-ms certs, only if you get a compatible one.
Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000.mum Code: C:\windows\system32>dir /b /s D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000 D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\arm64_microsoft-windows-e..verarm64-deployment_31bf3856ad364e35_10.0.10586.1000_none_c05f7e46f3347bbf.manifest D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\arm64_microsoft-windows-editions-serverarm64_31bf3856ad364e35_10.0.10586.1000_none_37b45e1992f40f85 D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\arm64_microsoft-windows-editions-serverarm64_31bf3856ad364e35_10.0.10586.1000_none_37b45e1992f40f85.manifest D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\arm64_microsoft-windows-l..default-serverarm64_31bf3856ad364e35_10.0.10586.1000_none_eb00224b74d8d3eb D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\arm64_microsoft-windows-l..default-serverarm64_31bf3856ad364e35_10.0.10586.1000_none_eb00224b74d8d3eb.manifest D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000.cat D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000.mum D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\update.cat D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\update.mum D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\arm64_microsoft-windows-editions-serverarm64_31bf3856ad364e35_10.0.10586.1000_none_37b45e1992f40f85\EditionMatrix.xml D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\arm64_microsoft-windows-editions-serverarm64_31bf3856ad364e35_10.0.10586.1000_none_37b45e1992f40f85\ServerARM64Edition.xml D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\arm64_microsoft-windows-editions-serverarm64_31bf3856ad364e35_10.0.10586.1000_none_37b45e1992f40f85\UpgradeMatrix.xml D:\PackExtractor\10586\Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~arm64~~10.0.10586.1000\arm64_microsoft-windows-l..default-serverarm64_31bf3856ad364e35_10.0.10586.1000_none_eb00224b74d8d3eb\license.rtf C:\windows\system32>
arm64 Server is not publicly available in latest builds - except Microsoft. Code: <assemblyIdentity name="Microsoft-Windows-ServerARM64Edition" language="neutral" version="10.0.17763.1" processorArchitecture="arm64" publicKeyToken="31bf3856ad364e35" buildType="release" />
It looks like it's not possible to reconstruct an edition referenced in EditionMatrix.xml by just modifying mum files and filenames. It was referenced in EditionMatrix.xml file. EditionMatrix.xml 10.0.14393.0 Server: Code: <?xml version="1.0" encoding="utf-8"?> <TmiMatrix xmlns:e="urn:schemas-microsoft-com:windows:editions:v1"> <Edition ID="ServerARM64" name="Microsoft-Windows-ServerARM64Edition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"></Edition> <Edition ID="ServerAzureCor" name="Microsoft-Windows-ServerAzureCorEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"></Edition> <Edition ID="ServerDatacenterACor" name="Microsoft-Windows-ServerDatacenterACorEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"></Edition> <Edition ID="ServerStandardACor" name="Microsoft-Windows-ServerStandardACorEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"> <Target ID="ServerDatacenterACor"/> </Edition> <Edition ID="ServerDatacenterCor" name="Microsoft-Windows-ServerDatacenterCorEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"></Edition> <Edition ID="ServerStandardCor" name="Microsoft-Windows-ServerStandardCorEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"> <Target ID="ServerAzureCor"/> <Target ID="ServerStandardEvalCor"/> <Target ID="ServerDatacenterCor"/> <Target ID="ServerDatacenterEvalCor"/> </Edition> <Edition ID="ServerDatacenterEvalCor" name="Microsoft-Windows-ServerDatacenterEvalCorEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"> <Target ID="ServerDatacenterCor"/> </Edition> <Edition ID="ServerStandardEvalCor" name="Microsoft-Windows-ServerStandardEvalCorEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"> <Target ID="ServerDatacenterCor"/> <Target ID="ServerStandardCor"/> </Edition> <Edition ID="ServerWeb" name="Microsoft-Windows-ServerWebEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"> <Target ID="ServerARM64"/> <Target ID="ServerCloudStorage"/> <Target ID="ServerDatacenter"/> <Target ID="ServerDatacenterEval"/> <Target ID="ServerSolution"/> <Target ID="ServerStandard"/> <Target ID="ServerStandardEval"/> <Target ID="ServerStorageStandard"/> <Target ID="ServerStorageStandardEval"/> <Target ID="ServerStorageWorkgroup"/> <Target ID="ServerStorageWorkgroupEval"/> </Edition> <Edition ID="ServerStandard" name="Microsoft-Windows-ServerStandardEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"> <Target ID="ServerDatacenter"/> </Edition> <Edition ID="ServerStandardEval" name="Microsoft-Windows-ServerStandardEvalEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"> <Target ID="ServerDatacenter"/> <Target ID="ServerStandard"/> </Edition> <Edition ID="ServerDatacenter" name="Microsoft-Windows-ServerDatacenterEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"></Edition> <Edition ID="ServerDatacenterEval" name="Microsoft-Windows-ServerDatacenterEvalEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"> <Target ID="ServerDatacenter"/> </Edition> <Edition ID="ServerStorageWorkgroup" name="Microsoft-Windows-ServerStorageWorkgroupEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"></Edition> <Edition ID="ServerStorageWorkgroupEval" name="Microsoft-Windows-ServerStorageWorkgroupEvalEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"></Edition> <Edition ID="ServerStorageStandard" name="Microsoft-Windows-ServerStorageStandardEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"></Edition> <Edition ID="ServerStorageStandardEval" name="Microsoft-Windows-ServerStorageStandardEvalEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"></Edition> <Edition ID="ServerSolution" name="Microsoft-Windows-ServerSolutionEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"> <Target ID="ServerStandard"/> </Edition> <Edition ID="ServerHyperCore" name="Microsoft-Windows-ServerHyperCoreEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"></Edition> <Edition ID="ServerCloudStorage" name="Microsoft-Windows-ServerCloudStorageEdition" processorArchitecture="amd64" buildType="release" publicKeyToken="31bf3856ad364e35" version="10.0.14393.0"></Edition> </TmiMatrix>
Microsoft-Windows-Client-Optional-Features-Package~31bf3856ad364e35~amd64~zh-TW~10.0.20348.1 Extracted from Microsoft-Windows-Server-Language-Pack_x64_zh-tw. Only one file from 20279.1 Client Language pack is amd64_microsoft-windows-p..oyment-languagepack_31bf3856ad364e35_10.0.20279.1_zh-tw_f93ce6d96b2276d8.manifest. Which is a just place holder. i.e. No physical language files. Code: <?xml version="1.0" encoding="utf-8"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName)" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved." company="Microsoft" creationTimeStamp="2020-12-10T02:23:52" lastUpdateTimeStamp="2020-12-10T02:23:52" buildFilter=""> <assemblyIdentity name="Microsoft-Windows-ProjFS-Deployment-LanguagePack" version="10.0.20279.1" processorArchitecture="amd64" language="zh-TW" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> <deployment xmlns="urn:schemas-microsoft-com:asm.v3" /> </assembly>
Full? I'd never thought of it. Good. 20348.11 LCU Microsoft-Windows-ProjFS-OptionalFeature-Package~31bf3856ad364e35~amd64~~10.0.20348.11.mum
Test reconstructing 19044.1741 Windows 10 IoTEnterpriseS in Starter style amd64 en-US Code: ====================================================================================================================== Create 19041.1 Windows 10 IoT Enterprise LTSC in Starter style amd64 en-US ====================================================================================================================== ============================================================ Mount Professional image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Convert Professional to IoTEnterpriseS ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Remove Quick Assist ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Remove Internet Explorer ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Remove Windows Media Player ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ============================================================ Add en-US language ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ============================================================ Remove Store ============================================================ ------------------------------------------------------------ Remove Microsoft.549981C3F5F10_1.1911.21713.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.BingWeather_4.25.20211.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.DesktopAppInstaller_2019.125.2243.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.GetHelp_10.1706.13331.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.Getstarted_8.2.22942.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.HEIFImageExtension_1.0.22742.0_x64__8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.Microsoft3DViewer_6.1908.2042.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.MicrosoftOfficeHub_18.1903.1152.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.MicrosoftSolitaireCollection_4.4.8204.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.MicrosoftStickyNotes_3.6.73.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.MixedReality.Portal_2000.19081.1301.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.MSPaint_2019.729.2301.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.Office.OneNote_16001.12026.20112.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.People_2019.305.632.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.ScreenSketch_2019.904.1644.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.SkypeApp_14.53.77.0_neutral_~_kzf8qxf38zg5c ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.StorePurchaseApp_11811.1001.1813.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.VP9VideoExtensions_1.0.22681.0_x64__8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.Wallet_2.4.18324.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WebpImageExtension_1.0.22753.0_x64__8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.Windows.Photos_2019.19071.12548.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsAlarms_2019.807.41.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsCamera_2018.826.98.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove microsoft.windowscommunicationsapps_16005.11629.20316.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsFeedbackHub_2019.1111.2029.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsMaps_2019.716.2316.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsSoundRecorder_2019.716.2313.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsStore_11910.1002.513.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.Xbox.TCUI_1.23.28002.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.XboxApp_48.49.31001.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.XboxGameOverlay_1.46.11001.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.XboxGamingOverlay_2.34.28001.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.YourPhone_2019.430.2026.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.ZuneVideo_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ============================================================ Mount winre image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Add SSU to winre image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_1737~31bf3856ad364e35~amd64~~19041.1737.1.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Add BootUX to winre image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_KB5011577~31bf3856ad364e35~amd64~~19041.1616.1.1 [==========================100.0%==========================] The operation completed successfully. ============================================================ Add LCU to winre image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.1741.1.14 [==========================100.0%==========================] The operation completed successfully. ============================================================ Reset winre base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1741 [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmount winre image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image File : Z:\19041.1_Pro_to_LTSC_Starter_style\temp\mount\Windows\System32\Recovery\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Optimize winre image ============================================================ "temp\mount\Windows\System32\Recovery\winre.wim" original size: 714712 KiB Using LZX compression with 12 threads Archiving file data: 1123 MiB of 1123 MiB (100%) done "temp\mount\Windows\System32\Recovery\winre.wim" optimized size: 463735 KiB Space saved: 250976 KiB ============================================================ Add SSU to IoTEnterpriseS image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_1737~31bf3856ad364e35~amd64~~19041.1737.1.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Add 21H2 Enablement to IoTEnterpriseS image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_KB5003791~31bf3856ad364e35~amd64~~19041.1237.1.3 [==========================100.0%==========================] The operation completed successfully. ============================================================ Add DotNetRollup to IoTEnterpriseS image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4510.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Add LCU to IoTEnterpriseS image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.1741.1.14 [==========================100.0%==========================] The operation completed successfully. ============================================================ Configure settings ============================================================ ====================================================================================================================== Current Edition : IoTEnterpriseS (OEM) ====================================================================================================================== ============================================================ Reset IoTEnterpriseS base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19044.1741 [===== 10.0% ] [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmount IoTEnterpriseS image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image File : Z:\19041.1_Pro_to_LTSC_Starter_style\install.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Optimize IoTEnterpriseS image ============================================================ "install.wim" original size: 5788867 KiB Using LZX compression with 12 threads Archiving file data: 6855 MiB of 6855 MiB (100%) done "install.wim" optimized size: 3511781 KiB Space saved: 2277085 KiB ====================================================================================================================== 19044.1741 Windows 10 IoT Enterprise LTSC in Starter style amd64 en-US has been successfully created on 2022/6/5 ====================================================================================================================== Conversion took 0:18:16.77 (1096.77s total) Press any key to continue . . . [WIM Information] Not available because install.wim has been accidentally deleted for creating #8106.
Test reconstructing 19044.1741 Windows 10 EnterpriseS in Starter style arm64 en-US [Reconstruction] Code: ====================================================================================================================== Create 19041.1 Windows 10 Enterprise LTSC in Starter style arm64 en-US ====================================================================================================================== ============================================================ Mount Professional image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Convert Professional to EnterpriseS ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~arm64~~10.0.19041.1 Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~arm64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Remove Quick Assist ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Remove Internet Explorer ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Remove Windows Media Player ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ============================================================ Add en-US language ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ============================================================ Remove Store ============================================================ ------------------------------------------------------------ Remove Microsoft.549981C3F5F10_1.1911.21713.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.BingWeather_4.25.20211.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.DesktopAppInstaller_2019.125.2243.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.GetHelp_10.1706.13331.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.Getstarted_8.2.22942.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.HEIFImageExtension_1.0.22742.0_arm__8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.Microsoft3DViewer_6.1908.2042.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.MicrosoftOfficeHub_18.1903.1152.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.MicrosoftSolitaireCollection_4.4.8204.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.MicrosoftStickyNotes_3.6.73.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.MSPaint_2019.729.2301.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.Office.OneNote_16001.12026.20112.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.People_2019.305.632.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.ScreenSketch_2019.904.1644.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.SkypeApp_14.53.77.0_neutral_~_kzf8qxf38zg5c ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.StorePurchaseApp_11811.1001.1813.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.VP9VideoExtensions_1.0.22681.0_arm__8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.Wallet_2.4.18324.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WebpImageExtension_1.0.22753.0_arm__8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.Windows.Photos_2019.19071.12548.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsAlarms_2019.807.41.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsCamera_2018.826.98.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove microsoft.windowscommunicationsapps_16005.11629.20316.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsFeedbackHub_2019.1111.2029.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsMaps_2019.716.2316.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsSoundRecorder_2019.716.2313.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.WindowsStore_11910.1002.513.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.Xbox.TCUI_1.23.28002.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.XboxApp_48.49.31001.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.XboxGameOverlay_1.46.11001.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.XboxGamingOverlay_2.34.28001.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.YourPhone_2019.430.2026.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ------------------------------------------------------------ Remove Microsoft.ZuneVideo_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 The operation completed successfully. ============================================================ Mount winre image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Mounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Add SSU to winre image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_1737~31bf3856ad364e35~arm64~~19041.1737.1.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Add BootUX to winre image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_KB5011577~31bf3856ad364e35~arm64~~19041.1616.1.1 [==========================100.0%==========================] The operation completed successfully. ============================================================ Add LCU to winre image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~arm64~~19041.1741.1.14 [==========================100.0%==========================] The operation completed successfully. ============================================================ Reset winre base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1741 [====================== 38.4% ] The operation completed successfully. ============================================================ Unmount winre image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image File : Z:\19041.1_Pro_to_LTSC_Starter_style\temp\mount\Windows\System32\Recovery\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Optimize winre image ============================================================ "temp\mount\Windows\System32\Recovery\winre.wim" original size: 540069 KiB Using LZX compression with 12 threads Archiving file data: 927 MiB of 927 MiB (100%) done "temp\mount\Windows\System32\Recovery\winre.wim" optimized size: 362041 KiB Space saved: 178028 KiB ============================================================ Add SSU to EnterpriseS image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_1737~31bf3856ad364e35~arm64~~19041.1737.1.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Add 21H2 Enablement to EnterpriseS image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_KB5003791~31bf3856ad364e35~arm64~~19041.1237.1.3 [==========================100.0%==========================] The operation completed successfully. ============================================================ Add DotNetRollup to EnterpriseS image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~arm64~~10.0.4510.2 [==========================100.0%==========================] The operation completed successfully. ============================================================ Add LCU to EnterpriseS image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~arm64~~19041.1741.1.14 [==========================100.0%==========================] The operation completed successfully. ============================================================ Configure settings ============================================================ ====================================================================================================================== Current Edition : EnterpriseS (Volume) ====================================================================================================================== ============================================================ Reset EnterpriseS base ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.19044.1741 [===== 10.0% ] [==========================100.0%==========================] The operation completed successfully. ============================================================ Unmount EnterpriseS image ============================================================ Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image File : Z:\19041.1_Pro_to_LTSC_Starter_style\install.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ============================================================ Optimize EnterpriseS image ============================================================ "install.wim" original size: 5658877 KiB Using LZX compression with 12 threads Archiving file data: 6701 MiB of 6701 MiB (100%) done "install.wim" optimized size: 3295540 KiB Space saved: 2363336 KiB ====================================================================================================================== 19044.1741 Windows 10 Enterprise LTSC in Starter style arm64 en-US has been successfully created on 2022/6/5 ====================================================================================================================== Conversion took 0:17:28.70 (1048.70s total) Press any key to continue . . . [WIM Information] Code: WIM Information: --------------------- GUID:{4F056B2F-0F68-0B3A-EFB0-ADF57CCF9BB9} Image Count:1 Compression:LZX Part Number:1/1 Attributes:0x8 RP_FIX Image Index: 1 ------------------- Name:Windows 10 Enterprise LTSC 2021 Description:Windows 10 Enterprise LTSC 2021 Flags:EnterpriseS Files:83495 Folders:26576 Expanded Size:12209 MB WIM XML Information: --------------------------- <WIM> <IMAGE INDEX="1"> <DIRCOUNT>26576</DIRCOUNT> <FILECOUNT>83495</FILECOUNT> <TOTALBYTES>12802843834</TOTALBYTES> <HARDLINKBYTES>5524297399</HARDLINKBYTES> <CREATIONTIME> <HIGHPART>0x01D878AC</HIGHPART> <LOWPART>0x6FF5AC32</LOWPART> </CREATIONTIME> <LASTMODIFICATIONTIME> <HIGHPART>0x01D878AC</HIGHPART> <LOWPART>0x6FF5AC32</LOWPART> </LASTMODIFICATIONTIME> <WIMBOOT>0</WIMBOOT> <WINDOWS> <ARCH>12</ARCH> <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME> <EDITIONID>EnterpriseS</EDITIONID> <INSTALLATIONTYPE>Client</INSTALLATIONTYPE> <SERVICINGDATA> <GDRDUREVISION>0</GDRDUREVISION> <IMAGESTATE>IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE</IMAGESTATE> <PKEYCONFIGVERSION>10.0.19041.1682;2016-01-01T00:00:00Z</PKEYCONFIGVERSION> </SERVICINGDATA> <PRODUCTTYPE>WinNT</PRODUCTTYPE> <PRODUCTSUITE>Terminal Server</PRODUCTSUITE> <LANGUAGES> <LANGUAGE>en-US</LANGUAGE> <DEFAULT>en-US</DEFAULT> </LANGUAGES> <VERSION> <MAJOR>10</MAJOR> <MINOR>0</MINOR> <BUILD>19044</BUILD> <SPBUILD>1741</SPBUILD> <SPLEVEL>0</SPLEVEL> <BRANCH>vb_release</BRANCH> </VERSION> <SYSTEMROOT>WINDOWS</SYSTEMROOT> </WINDOWS> <NAME>Windows 10 Enterprise LTSC 2021</NAME> <DESCRIPTION>Windows 10 Enterprise LTSC 2021</DESCRIPTION> <FLAGS>EnterpriseS</FLAGS> <DISPLAYNAME>Windows 10 Enterprise LTSC</DISPLAYNAME> <DISPLAYDESCRIPTION>Windows 10 Enterprise LTSC</DISPLAYDESCRIPTION> </IMAGE> <TOTALBYTES>3374631507</TOTALBYTES> </WIM>
Q: How to successfully reconstruct Windows Server 2022 Datacenter Azure Edition? Server 2022's BBR is 20348.1. The LCU has 20348.0 requirement. Q: How exactly does Microsoft successfuly update it?