The migration.xml generated by my Powershell command is working fine. Code: Microsoft Windows [Version 10.0.20348.1] (c) 2020 Microsoft Corporation. All rights reserved. C:\Users\User\Desktop\Clean>C:\ToolKitHelper\ToolKitHelper.exe C:\mount C:\ToolKitHelper\Remove.txt MSMG ToolKit Commandline Helper Version: 1.1.2052.0 Image Version: 10.0.19041.1 Component : UnifiedTelemetryClient Removing Package files... Modifying Package files... Loading Image Registry... Modifying Package Registry... Unloading Image Registry... The operation completed successfully. C:\Users\User\Desktop\Clean> credits to xinso for new settings in migration.xml Code: <migrationManifests> </migrationManifests>
Yes, the migration.xml generated by your Powershell command is as perfect as expected. Thank you. To sum it up: "The previous migration.xml" is faulty with "the latest 25XXX Preview" builds. And, "The migration.xml" generated by Ace2's "Powershell command" is fine.
Could you please try 25921.1000 arm64? Here it goes again with both xml formats. Thanks. Code: C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Applying package servicing unattend [==========================100.0%==========================] Error: 14100 The character encoding in the XML declaration did not match the encoding used in the document. The DISM log file can be found at z:\1.log C:\WINDOWS\system32> But it's fine when the xml is deleted. Code: C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\Microsoft-Windows-Client-LanguagePack-Package-arm64-en-us.esd Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.25921.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /english /image:K: /set-skuintldefaults:en-US Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Set SKU default settings for: en-US The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\WINDOWS\system32>
Try this command Code: PowerShell -C "'<migrationManifests></migrationManifests>' | Out-File -Encoding ASCII -FilePath C:\migration.xml" Last edited: Update, Command to generate working migration.xml. Code: PowerShell -C "'<migrationManifests></migrationManifests>' | Out-File -Encoding ASCII -FilePath C:\mount\Windows\WinSxS\migration.xml"
Yes, it works for arm64 now. Thank you. Code: C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\Microsoft-Windows-Client-LanguagePack-Package-arm64-en-us.esd Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.25921.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /english /image:K: /set-skuintldefaults:en-US Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Set SKU default settings for: en-US The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\WINDOWS\system32> Q: Same to amd64? A: Yes. ASCII. Code: C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\Microsoft-Windows-Client-LanguagePack-Package-amd64-zh-TW.esd Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~zh-TW~10.0.25921.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /english /image:K: /set-skuintldefaults:zh-TW Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Set SKU default settings for: zh-TW The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25921.1000 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\WINDOWS\system32>
Test manual Construction of 23516.1000 Windows 11 Enterprise amd64 en-US Code: C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23516.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\Microsoft-Windows-Client-LanguagePack-Package_en-us-amd64-en-us.esd Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23516.1000 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.23516.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /english /image:K: /set-skuintldefaults:en-us Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23516.1000 Set SKU default settings for: en-us The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23516.1000 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\WINDOWS\system32> Test manual Construction of 23516.1000 Windows 11 Enterprise arm64 en-US Code: C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23516.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\Microsoft-Windows-Client-LanguagePack-Package_en-us-arm64-en-us.esd Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23516.1000 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.23516.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /english /image:K: /set-skuintldefaults:en-us Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23516.1000 Set SKU default settings for: en-us The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23516.1000 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\WINDOWS\system32>
You want to learn Next 11 LTSC Reconstruction, use gailim119's 25398.1, although some EditionSpecific packages, which won't affect overall functions, are absent, .. xml: install EnterpriseS remove ServerDatacenterCore
Best answer i could find: This is the file that the Windows Update process creates prior to installing major service packs, cumulative updates, and even OS upgrades. The Windows servicing stack uses this file to find all the other manifest files needed for each component being upgraded. My personal answer: ToolKitHelper also needs this file to do its work, <<< this is why i must have a working migration.xml.
I backed up migration.xml-bak, add-package: windows11.0-kb5029263-x64.msu, no impact on system upgrades. Spoiler
Test Construct 17763.4737 Windows 10 Enterprise LTSC arm64 et-EE Code: ------------------------------------------------------------ Extract source packages ------------------------------------------------------------ Creating files: 46912 of 46912 (100%) done Extracting file data: 5713 MiB of 5713 MiB (100%) done Applying metadata to files: 46912 of 46912 (100%) done Done extracting files. ------------------------------------------------------------ Expand Cumulative update ------------------------------------------------------------ ======================================================================================================== Construct 17763.4737 Windows 10 Enterprise LTSC arm64 et-EE ======================================================================================================== :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Mount Unstage image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Mounting image [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Construct EnterpriseS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Add et-EE Client language :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add et-EE language features ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-et-ee-Package~31bf3856ad364e35~arm64~~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add FOD ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~arm64~~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~arm64~~11.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~arm64~~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package OpenSSH-Client-Package~31bf3856ad364e35~arm64~~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~arm64~~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~arm64~~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~arm64~~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~arm64~~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add et-EE FOD language ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~arm64~et-EE~11.0.17763.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Set EnterpriseS key ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Starting to install product key... Finished installing product key. The operation completed successfully. ============================================================ Current Edition : EnterpriseS (OEM:NONSLP) ============================================================ :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Mount neutral Winre image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Mounting image [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Add et-EE Winre language :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-AppxPackaging-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-ATBroker-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-AudioCore-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-AudioDrivers-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-EnhancedStorage-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-HTA-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-Narrator-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-OpcServices-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-Rejuv-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-Scripting-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-SecureStartup-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-Speech-TTS-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-SRH-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-SRT-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-StorageWMI-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-WDS-Tools-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-WiFi-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package WinPE-WMI-Package~31bf3856ad364e35~arm64~et-EE~10.0.17763.1 [==========================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.17763.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_4640~31bf3856ad364e35~arm64~~17763.4640.1.3 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add SystemReset update to Winre image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_KB5029029~31bf3856ad364e35~arm64~~17763.4616.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.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~arm64~~17763.4737.1.6 [==========================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:\17763.1_Unstage_ARM64\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: 537253 KiB Using LZX compression with 12 threads Archiving file data: 1360 MiB of 1360 MiB (100%) done "temp\mount\Windows\System32\Recovery\winre.wim" optimized size: 528169 KiB Space saved: 9083 KiB ------------------------------------------------------------ Add Servicing Stack update to EnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_4640~31bf3856ad364e35~arm64~~17763.4640.1.3 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add DotNetRollup 4.8 to EnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~arm64~~10.0.4057.5 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Cumulative update to EnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~arm64~~17763.4737.1.6 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Save and Unmount EnterpriseS image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image File : Z:\17763.1_Unstage_ARM64\install.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Optimize install.wim ------------------------------------------------------------ "install.wim" original size: 5298420 KiB Using LZX compression with 12 threads Archiving file data: 10 GiB of 10 GiB (100%) done "install.wim" optimized size: 5032340 KiB Space saved: 266079 KiB ------------------------------------------------------------ Set WIM information ------------------------------------------------------------ Setting the NAME property of image 1 to "Windows 10 Enterprise LTSC 2019". Setting the DESCRIPTION property of image 1 to "Windows 10 Enterprise LTSC 2019". Setting the FLAGS property of image 1 to "EnterpriseS". Setting the DISPLAYNAME property of image 1 to "Windows 10 Enterprise LTSC". Setting the DISPLAYDESCRIPTION property of image 1 to "17763.4737 Windows 10 Enterprise LTSC". ======================================================================================================== 17763.4737 Windows 10 Enterprise LTSC arm64 et-EE has been successfully constructed on 2023/8/9 ======================================================================================================== Mission took 0:29:33.57 (1773.57s total) Test Construct 17763.4737 Windows 10 Enterprise N LTSC arm64 et-EE Code: WIM XML Information: --------------------------- <WIM> <IMAGE INDEX="1"> <DIRCOUNT>33825</DIRCOUNT> <FILECOUNT>115796</FILECOUNT> <TOTALBYTES>17675484221</TOTALBYTES> <HARDLINKBYTES>6204782570</HARDLINKBYTES> <CREATIONTIME> <HIGHPART>0x01D9CADD</HIGHPART> <LOWPART>0xF4481AC2</LOWPART> </CREATIONTIME> <LASTMODIFICATIONTIME> <HIGHPART>0x01D9CADD</HIGHPART> <LOWPART>0xF4481AC2</LOWPART> </LASTMODIFICATIONTIME> <WIMBOOT>0</WIMBOOT> <WINDOWS> <ARCH>12</ARCH> <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME> <EDITIONID>EnterpriseSN</EDITIONID> <INSTALLATIONTYPE>Client</INSTALLATIONTYPE> <SERVICINGDATA> <IMAGESTATE>IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE</IMAGESTATE> <GDRDUREVISION>0</GDRDUREVISION> <PKEYCONFIGVERSION>10.0.17763.2989;2016-01-01T00:00:00Z</PKEYCONFIGVERSION> </SERVICINGDATA> <PRODUCTTYPE>WinNT</PRODUCTTYPE> <PRODUCTSUITE>Terminal Server</PRODUCTSUITE> <LANGUAGES> <LANGUAGE>et-EE</LANGUAGE> <FALLBACK LANGUAGE="et-EE">en-US</FALLBACK> <DEFAULT>et-EE</DEFAULT> </LANGUAGES> <VERSION> <MAJOR>10</MAJOR> <MINOR>0</MINOR> <BUILD>17763</BUILD> <SPBUILD>4737</SPBUILD> <SPLEVEL>0</SPLEVEL> <BRANCH>rs5_release</BRANCH> </VERSION> <SYSTEMROOT>WINDOWS</SYSTEMROOT> </WINDOWS> <NAME>Windows 10 Enterprise N LTSC 2019</NAME> <DESCRIPTION>Windows 10 Enterprise N LTSC 2019</DESCRIPTION> <FLAGS>EnterpriseSN</FLAGS> <DISPLAYNAME>Windows 10 Enterprise N LTSC</DISPLAYNAME> <DISPLAYDESCRIPTION>17763.4737 Windows 10 Enterprise N LTSC</DISPLAYDESCRIPTION> </IMAGE> <TOTALBYTES>4956340236</TOTALBYTES> </WIM>
Test manual Construction of 25926.1000 Windows 11 Enterprise arm64 en-US Code: C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25926.1000 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\Microsoft-Windows-Client-LanguagePack-Package-arm64-en-us.esd Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25926.1000 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.25926.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /english /image:K: /set-skuintldefaults:en-us Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25926.1000 Set SKU default settings for: en-us The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25926.1000 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\WINDOWS\system32>
Test manual Construction of 25926.1000 Windows 11 Enterprise amd64 en-US Code: C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25926.1000 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\Microsoft-Windows-Client-LanguagePack-Package-amd64-en-US.esd Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25926.1000 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.25926.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /english /image:K: /set-skuintldefaults:en-us Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25926.1000 Set SKU default settings for: en-us The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25926.1000 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\WINDOWS\system32>