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-EnterpriseGEdition" version="10.0.22621.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> <source location="sxs\Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.22621.1.mum" /> </package> </servicing> </unattend> 2.xml Code: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="remove"> <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.22621.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> </package> <package action="install"> <assemblyIdentity name="Microsoft-Windows-EnterpriseGEdition" version="10.0.22621.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> </package> </servicing> </unattend> 3.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.22621.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="en-US" /> <source location="lp\update.mum" /> </package> </servicing> </unattend>
Just modify EnterpriseG-ppdlic.xrm-ms, and save. [Before] zh-CN;en-US Code: <sl:policyStr attributes="reboot-required, override-only" name="Kernel-MUI-Language-Allowed">zh-CN;en-US</sl:policyStr> [After] EMPTY Code: <sl:policyStr attributes="reboot-required, override-only" name="Kernel-MUI-Language-Allowed">EMPTY</sl:policyStr>
@xinso I've worked on this thing all day and still can't get it to work without errors. I quit. This is why I asked for a pm link its just not working.
same ol same ol can't get past 1.xml: Spoiler: error Microsoft Windows [Version 10.0.25131.1000] (c) Microsoft Corporation. All rights reserved. C:\Users\Administrator>cd C:\enterpriseg_22621_x64 C:\enterpriseg_22621_x64>full_build.cmd C:\enterpriseg_22621_x64>rmdir /q /s logs 1>NUL 2>&1 C:\enterpriseg_22621_x64>mkdir logs 1>NUL 2>&1 C:\enterpriseg_22621_x64>mkdir mount 1>NUL 2>&1 C:\enterpriseg_22621_x64>mkdir temp 1>NUL 2>&1 C:\enterpriseg_22621_x64>dism /logpath:logs\mount.log /mount-wim /wimfile:install.wim /index:1 /mountdir:mount || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.25131.1000 Mounting image [==========================100.0%==========================] The operation completed successfully. C:\enterpriseg_22621_x64>call build.cmd || exit /b 1 C:\enterpriseg_22621_x64>mkdir logs 1>NUL 2>&1 C:\enterpriseg_22621_x64>mkdir temp 1>NUL 2>&1 C:\enterpriseg_22621_x64>dism /logpath:logs\1.log /scratchdir:"C:\enterpriseg_22621_x64\temp" /image:mount /apply-unattend:1.xml || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.25131.1000 Image Version: 10.0.22621.1 [==========================100.0%==========================] Error: 1168 Element not found. The DISM log file can be found at logs\1.log C:\enterpriseg_22621_x64>
@example12345678912345678 Edit product policy using PPE. sppsc is unlikely to start before the kernel is fully loaded.