@zhanglin Long time no see. How are you? By the way, do you have any solution to do 27XXX Reconstruction? It instantly shows "completed successfuly" to no avail. My Host OS is 19044. Could you please test it on your 26100 Host?
[Reconstruction History] Anything is possible As of 26100.1 ---------------------------------------------------- From 27XXX.XXXX forward Official is possible ---> Nothing is possible
27924.1000 Core to EnterpriseG :cmds Code: Dism /Image:C:\mount /Get-CurrentEdition PowerRun (cmds) copy C:\mum\Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.27924.1000.cat C:\mount\Windows\servicing\Packages copy C:\mum\Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.27924.1000.mum C:\mount\Windows\servicing\Packages Reg.exe load HKLM\SOFTHIVE C:\mount\Windows\System32\config\SOFTWARE Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.27924.1000" /v "InstallName" /t REG_SZ /d "Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.27924.1000.mum" /f Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.27924.1000" /v "CurrentState" /t REG_DWORD /d "64" /f Reg.exe unload HKLM\SOFTHIVE Dism /Image:C:\mount /Apply-Unattend:C:\1.xml Dism /Image:c:\mount /Apply-Unattend:C:\2.xml del c:\mount\Windows\Core.xml Dism /Image:c:\mount /Set-Edition:EnterpriseG Dism /Image:C:\mount /Get-CurrentEdition Dism /Image:C:\mount /Get-TargetEditions 1.xml Code: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="stage"> <assemblyIdentity name="Microsoft-Windows-EditionSpecific-EnterpriseG-Package" version="10.0.27924.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <source location="C:\Microsoft-Windows-EditionSpecific-EnterpriseG-Package.esd" /> </package> <package action="remove"> <assemblyIdentity name="Microsoft-Windows-CoreEdition" version="10.0.27924.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> <package action="remove"> <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.27924.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> <package action="install"> <assemblyIdentity name="Microsoft-Windows-EnterpriseGEdition" version="10.0.27924.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </servicing> </unattend> 2.xml Code: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="install"> <assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="10.0.27924.1000" processorArchitecture="amd64" language="en-US" buildType="release" publicKeyToken="31bf3856ad364e35" /> <source location="C:\Microsoft-Windows-Client-LanguagePack-Package-amd64-en-us.esd" /> </package> </servicing> </unattend> :RESULTS Code: Microsoft Windows [Version 10.0.26100.4652] (c) Microsoft Corporation. All rights reserved. C:\Windows\System32>Dism /Image:C:\mount /Get-CurrentEdition Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.27924.1000 Current edition is: Current Edition : Core The operation completed successfully. PowerRun (cmd) Code: Microsoft Windows [Version 10.0.26100.4652] (c) Microsoft Corporation. All rights reserved. C:\Users\User\Desktop>copy C:\mum\Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.27924.1000.cat C:\mount\Windows\servicing\Packages 1 file(s) copied. C:\Users\User\Desktop>copy C:\mum\Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.27924.1000.mum C:\mount\Windows\servicing\Packages 1 file(s) copied. C:\Users\User\Desktop> Code: C:\Windows\System32>Reg.exe load HKLM\SOFTHIVE C:\mount\Windows\System32\config\SOFTWARE The operation completed successfully. C:\Windows\System32>Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.27924.1000" /v "InstallName" /t REG_SZ /d "Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.27924.1000.mum" /f The operation completed successfully. C:\Windows\System32>Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.27924.1000" /v "CurrentState" /t REG_DWORD /d "64" /f The operation completed successfully. C:\Windows\System32>Reg.exe unload HKLM\SOFTHIVE The operation completed successfully. C:\Windows\System32>Dism /Image:C:\mount /Apply-Unattend:C:\1.xml Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.27924.1000 Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.27924.1000 [==========================100.0%==========================] The operation completed successfully. C:\Windows\System32>Dism /Image:c:\mount /Apply-Unattend:C:\2.xml Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.27924.1000 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully. C:\Windows\System32>del c:\mount\Windows\Core.xml C:\Windows\System32>Dism /Image:c:\mount /Set-Edition:EnterpriseG Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.27924.1000 Starting to update components... Starting to install product key... Finished installing product key. Starting to apply edition-specific settings... Finished applying edition-specific settings. The operation completed successfully. C:\Windows\System32>Dism /Image:C:\mount /Get-CurrentEdition Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.27924.1000 Current edition is: Current Edition : EnterpriseG The operation completed successfully. C:\Windows\System32>Dism /Image:C:\mount /Get-TargetEditions Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.27924.1000 Editions that can be upgraded to: (The current edition cannot be upgraded to any target editions.) The operation completed successfully. C:\Windows\System32>
I tested it again on 26100 and 19044, both are OK (except integrity verification). Why? My bad about the wrong unattend xml.
Good afternoon, can I ask a question off-topic? The start script is in the main folder, the executive script and everything else is in a subfolder and works fine. Task: move install.wim file from the main folder to the subfolder by the executive script and after its processing by the executive script return install.wim by the executive script back to the main folder. I will be very grateful for your help.
Although my answer may not be useful, I'll give it. Can you give us a clearer context? What are you planning to do? Move an install.wim from one folder to another? Example: C:\MyScript\Install.wim to C:\MyScript\wim\Install.wim? Are you planning to have the batch, after performing a procedure in install.wim, move it to a folder to start another install.wim?
Okay, what I want to do is apparently difficult to explain on my fingers. So when I finish testing my install.wim tool (a couple of days), I'll show it to you and then you'll understand what I need.
[Compare Reconstruction with Source of 10176.16384 and 10240.16384] Code: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: set TARGET=EnterpriseSN set LANG=zh-HK set STYLE=Official set NETFX48=without set RESETBASE=Yes ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: [Lite 10176.16384 (with pending.xml, cannot run Resetbase)] Code: ======================================================================================================== 10240.16384 Windows 10 Enterprise N LTSB (in Official style without NDP48) amd64 zh-HK has been successfully reconstructed on 2025/8/21 ======================================================================================================== Mission took 0:19:17.14 (1157.14s total) ---> install.wim 4,762,632 KB [Full 10240.16384 (without pending.xml, can run Resetbase)] Code: ------------------------------------------------------------ Reset EnterpriseSN base ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.10240.16384 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Code: ======================================================================================================== 10240.16384 Windows 10 Enterprise N LTSB (in Official style without NDP48) amd64 zh-HK has been successfully reconstructed on 2025/8/21 ======================================================================================================== Mission took 0:6:20.57 (380.57s total) ---> install.wim 3,180,344 KB