A: 10240.16384 is abnormal. So, run "Resetbase" after installation. BTW, its "Store" is being "blocked". Remove it. Code: Removing Microsoft.3DBuilder_2015.624.2254.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.Appconnector_2015.601.1414.970_neutral_~_8wekyb3d8bbwe Removing Microsoft.BingFinance_10004.3.193.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.BingNews_10004.3.193.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.BingSports_10004.3.193.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.BingWeather_10004.3.193.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.Getstarted_2015.622.1108.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.MicrosoftOfficeHub_2015.4218.23751.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.MicrosoftSolitaireCollection_3.1.6103.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.Office.OneNote_2015.4201.10091.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.People_2015.627.626.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.SkypeApp_3.2.1.0_neutral_~_kzf8qxf38zg5c Removing Microsoft.Windows.Photos_2015.618.1921.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.WindowsAlarms_2015.619.10.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.WindowsCalculator_2015.619.10.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.WindowsCamera_2015.612.1501.0_neutral_~_8wekyb3d8bbwe Removing microsoft.windowscommunicationsapps_2015.6002.42251.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.WindowsMaps_2015.619.213.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.WindowsPhone_2015.620.10.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.WindowsSoundRecorder_2015.615.1606.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.WindowsStore_2015.701.14.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.XboxApp_2015.617.130.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.ZuneMusic_2019.6.10841.0_neutral_~_8wekyb3d8bbwe Removing Microsoft.ZuneVideo_2019.6.10811.0_neutral_~_8wekyb3d8bbwe PS: Some Apps will be updated automatically. You can check and keep them if necessary.
10.0.10176.16384.th1.150705-1526_amd64fre_client-enterprise_volume_en-us-J_CENA_X64FREV_EN-US_DV5.iso ---> installed ---> en-US and 10.0.10176.16384.th1.150705-1526_amd64fre_client-enterprise_volume_zh-cn-J_CENA_X64FREV_ZH-CN_DV5.iso ---> installed ---> zh-CN But BCompare.exe says: Same "zh-CN" language pack names in both Windows\servicing\Packages. (Same .cat and .mum) And both have the same "Full" Windows\System32\en-US and "Full" Windows\System32\zh-CN. Q: What's the secret? And why the last 10.0.10176.16384.th1.150705-1526_amd64fre_client-enterprise_volume_zh-cn-J_CENA_X64FREV_ZH-CN_DV5.iso is "en-US" after installed? This, could be hint to make EnterpriseG in other languages than en-US and zh-CN?
Q: Which script is better to install Client or Server language pack? [Client and Server language packs in different folders] Code: echo. echo ------------------------------------------------------------ echo Add %LANG% %INSTALLATIONTYPE% language echo ------------------------------------------------------------ if /i %INSTALLATIONTYPE%==Client ( dism /english /image:%MT% /add-package:files\lang\%INSTALLATIONTYPE%\microsoft-windows-%INSTALLATIONTYPE%-languagepack-package_%LANG%-%ARCH%-%LANG%.esd ) else ( dism /english /image:%MT% /add-package:files\lang\%INSTALLATIONTYPE%\Microsoft-Windows-%INSTALLATIONTYPE%-Language-Pack_%UARC%_%LANG%.cab ) or [Client and Server language packs in same folder] Code: for /f %%i in ('dir /b files\lang\*%INSTALLATIONTYPE%*%LANG%*') do (dism /english /image:%MT% /add-package:files\lang\%%i)
For those interested in trying to build a custom upgrade to 20348.3453 Pro version. you can experiment with this: we are upgrading the neutral components and fooling windows to get the UBR to 3453
1. Missing update packages defined in Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.20348.3453.mum 2. Missing Client language pack updates in update.mum Thank you too.
@gailium119 I would like to ask a question - maybe it's a stupid question. Can 20348.1.210507-1500.FE_RELEASE_CLIENT_SERVER_ALLEDITIONS_X64FRE_ZH-CN.iso (with let's say your en-US language pack) be upgraded to the latest build with a custom CU ? Is there any registry tweaks to be applied ? OR do you have another base version of 20348 client which is used for upgrading ? I'm very much interested in learning about this. Let me take this opportunity to say a big thank you for your work - I think most members at MDL would agree with me. thanks