if /i %STORE%==without if exist "%MT%\Program Files\WindowsApps\*Store*" ( echo. echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: echo Remove Store echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: echo. if /i %TARGET% neq EnterpriseG ( for /f "tokens=2 delims=: " %%x in ('dism /image:%MT% /Get-ProvisionedAppxPackages ^| find /I "PackageName" ^| find /I /V "SecHealthUI"') do (echo %%x&dism /image:%MT% /quiet /Remove-ProvisionedAppxPackage /Packagename:%%x) ) else ( for /f "tokens=2 delims=: " %%x in ('dism /image:%MT% /Get-ProvisionedAppxPackages ^| find /I "PackageName"') do (echo %%x&dism /image:%MT% /quiet /Remove-ProvisionedAppxPackage /Packagename:%%x) ) )
I found the reason why ProfessionalN cannot show EditionID. Your KB5032202.esd does not have Editions-ProfessionalN 25398.531 package. And the existent Editions-ProfessionalN 25398.1 package has only cat and mum, i.e. No binaries. Code: C:\WINDOWS\system32>dir /b D:\PackExtractor-pureSxS\25398\Microsoft-Windows-Editions-ProfessionalN-Package~31bf3856ad364e35~amd64~~10.0.25398.1 Microsoft-Windows-Editions-ProfessionalN-Package~31bf3856ad364e35~amd64~~10.0.25398.1.cat Microsoft-Windows-Editions-ProfessionalN-Package~31bf3856ad364e35~amd64~~10.0.25398.1.mum update.cat update.mum C:\WINDOWS\system32> [Editions-EnterpriseS 25398.531] Code: C:\WINDOWS\system32>dir /b D:\PackExtractor-pureSxS\25398\Microsoft-Windows-Editions-EnterpriseS-Package~31bf3856ad364e35~amd64~~10.0.25398.531 amd64_microsoft-windows-e..essional-deployment_31bf3856ad364e35_10.0.25398.531_none_0bca08d8f48fd3ba.manifest amd64_microsoft-windows-editions-professional_31bf3856ad364e35_10.0.25398.531_none_362cb57eba628fb0 amd64_microsoft-windows-editions-professional_31bf3856ad364e35_10.0.25398.531_none_362cb57eba628fb0.manifest amd64_microsoft-windows-l..efault-professional_31bf3856ad364e35_10.0.25398.531_none_f49b742c7d2cd250 amd64_microsoft-windows-l..efault-professional_31bf3856ad364e35_10.0.25398.531_none_f49b742c7d2cd250.manifest amd64_microsoft-windows-l..se-oem-professional_31bf3856ad364e35_10.0.25398.531_none_c3e192ac1369e5c8 amd64_microsoft-windows-l..se-oem-professional_31bf3856ad364e35_10.0.25398.531_none_c3e192ac1369e5c8.manifest amd64_microsoft-windows-l..volume-professional_31bf3856ad364e35_10.0.25398.531_none_816344479684f71b amd64_microsoft-windows-l..volume-professional_31bf3856ad364e35_10.0.25398.531_none_816344479684f71b.manifest Microsoft-Windows-Editions-EnterpriseS-Package~31bf3856ad364e35~amd64~~10.0.25398.531.cat Microsoft-Windows-Editions-EnterpriseS-Package~31bf3856ad364e35~amd64~~10.0.25398.531.mum update.cat update.mum x86_microsoft-windows-l..efault-professional_31bf3856ad364e35_10.0.25398.531_none_987cd8a8c4cf611a x86_microsoft-windows-l..efault-professional_31bf3856ad364e35_10.0.25398.531_none_987cd8a8c4cf611a.manifest x86_microsoft-windows-l..se-oem-professional_31bf3856ad364e35_10.0.25398.531_none_67c2f7285b0c7492 x86_microsoft-windows-l..se-oem-professional_31bf3856ad364e35_10.0.25398.531_none_67c2f7285b0c7492.manifest x86_microsoft-windows-l..volume-professional_31bf3856ad364e35_10.0.25398.531_none_2544a8c3de2785e5 x86_microsoft-windows-l..volume-professional_31bf3856ad364e35_10.0.25398.531_none_2544a8c3de2785e5.manifest C:\WINDOWS\system32> [Editions-EnterpriseSN 25398.531] Code: C:\WINDOWS\system32>dir /b D:\PackExtractor-pureSxS\25398\Microsoft-Windows-Editions-EnterpriseSN-Package~31bf3856ad364e35~amd64~~10.0.25398.531 amd64_microsoft-windows-e..rprisesn-deployment_31bf3856ad364e35_10.0.25398.531_none_1f0e48d1fe44c813.manifest amd64_microsoft-windows-editions-enterprisesn_31bf3856ad364e35_10.0.25398.531_none_8c408d6fd3c04805 amd64_microsoft-windows-editions-enterprisesn_31bf3856ad364e35_10.0.25398.531_none_8c408d6fd3c04805.manifest amd64_microsoft-windows-l..se-oem-enterprisesn_31bf3856ad364e35_10.0.25398.531_none_21923354cf20cb0b amd64_microsoft-windows-l..se-oem-enterprisesn_31bf3856ad364e35_10.0.25398.531_none_21923354cf20cb0b.manifest amd64_microsoft-windows-l..volume-enterprisesn_31bf3856ad364e35_10.0.25398.531_none_7db88736a82c98c0 amd64_microsoft-windows-l..volume-enterprisesn_31bf3856ad364e35_10.0.25398.531_none_7db88736a82c98c0.manifest Microsoft-Windows-Editions-EnterpriseSN-Package~31bf3856ad364e35~amd64~~10.0.25398.531.cat Microsoft-Windows-Editions-EnterpriseSN-Package~31bf3856ad364e35~amd64~~10.0.25398.531.mum update.cat update.mum x86_microsoft-windows-l..se-oem-enterprisesn_31bf3856ad364e35_10.0.25398.531_none_c57397d116c359d5 x86_microsoft-windows-l..se-oem-enterprisesn_31bf3856ad364e35_10.0.25398.531_none_c57397d116c359d5.manifest x86_microsoft-windows-l..volume-enterprisesn_31bf3856ad364e35_10.0.25398.531_none_2199ebb2efcf278a x86_microsoft-windows-l..volume-enterprisesn_31bf3856ad364e35_10.0.25398.531_none_2199ebb2efcf278a.manifest C:\WINDOWS\system32> PS: For trouble-shooting ProfessionalN only. So, I did not check others.
gailium119's 25398.1 and zwl29107's 25398.531 packages are really amazing. You want to make good use of their packages, you have to know how they are composed of. If you can't, you have to ask them if they are made in official structure?
How about EnterpriseGN? Microsoft does not support it. CMGE does not support it. Q: Orphan? Free? A: Totally free. You support it = You are the boss of yourself.
zwl29107, 25398.531 Enterprise N EditionMatrix.xml is 25398.1. Dism won't show EditionID. It should be 25398.531. Code: ============================================================ Current Edition : (Volume:GVLK) ============================================================ Error: 2 The system cannot find the file specified. The new one has it. And, Microsoft-Windows-Editions-EnterpriseG-Package has 25398.531 en-US language pack only. But In Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.25398.531.mum, it is 25398.1. Code: <assemblyIdentity name="Microsoft-Windows-Editions-EnterpriseG-Package" version="10.0.25398.1" processorArchitecture="amd64" language="en-US" buildType="release" publicKeyToken="31bf3856ad364e35" />
In en-US LP, the official has not updated this package, and I think other languages should be the same.
No problem. Thanks. Bad luck. 25398.531 Editions-ProfessionalN failed: Code: ============================================================ Current Edition : (Volume:GVLK) ============================================================ Error: 2 The system cannot find the file specified.
Test Reconstruct 25398.531 Windows 10 Enterprise N (without Edge without Store without Media features) amd64 en-GB (with gailium119's 25398.1 and zwl29107's 25398.531 packages) (based on #13676) Code: ======================================================================================================== 25398.531 Windows 10 Enterprise N (without Edge without Store without Media features) amd64 en-GB has been successfully reconstructed on 2023/12/5 ======================================================================================================== Mission took 0:29:48.00 (1788.00s total) No. Icon and Item mismatched. [Credits] gailium119 zwl29107
Hi, fantastic Project! But i'm a bit confused and don't find all the infos i need, cause this thread is much long... Can someone explain what files/tools/updates i need to convert a Windows 10 Pro x64 en/us (19041.1) to Windows 10 EnterpriseG/GN/S x64 en/us with the latest updates integrated? Also which Version is lighter on resources and telemetry, Enterprise G, GN or S? Greetings