[GUIDE] [DISCUSSION] Windows Editions Reconstructions

Discussion in 'Windows 10' started by TesterMachineOS, Sep 3, 2024.

  1. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    311
    183
    10
    #1881 Bira, Apr 12, 2025 at 05:41
    Last edited: Apr 12, 2025 at 05:59
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,958
    14,652
    340
    #1882 xinso, Apr 12, 2025 at 06:14
    Last edited: Apr 12, 2025 at 07:05
    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.
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,958
    14,652
    340
    #1883 xinso, Apr 12, 2025 at 11:16
    Last edited: Apr 12, 2025 at 12:12
    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?
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,958
    14,652
    340
    #1884 xinso, Apr 12, 2025 at 12:41
    Last edited: Apr 13, 2025 at 02:35
    Thank you. It is hassle, but compatible with 10240.16384.
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,958
    14,652
    340
    #1885 xinso, Apr 13, 2025 at 08:51
    Last edited: Apr 13, 2025 at 15:14
    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)
    
     
  6. sakatgg

    sakatgg MDL Junior Member

    Jun 18, 2020
    55
    34
    0
  7. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    275
    125
    10
    #1887 Skylined, Apr 13, 2025 at 22:35
    Last edited: Apr 13, 2025 at 23:11

    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
     

    Attached Files:

  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,958
    14,652
    340
    #1888 xinso, Apr 13, 2025 at 23:42
    Last edited: Apr 14, 2025 at 02:21
    Client alone or combined in the Server? What about "Branding"?
     
  9. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    275
    125
    10
    Client alone. Update mum has to be modded.
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,958
    14,652
    340
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,958
    14,652
    340
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,958
    14,652
    340
  13. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    275
    125
    10
    Thanks a lot xinso.

    I have to think some more about this.

    many thanks
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,958
    14,652
    340
    #1895 xinso, Apr 15, 2025 at 02:44
    Last edited: Apr 15, 2025 at 03:29
    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.
     
  15. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    817
    564
    30
    Copy license.rtf to Windows\System32\Licenses\neutral\_Default\EnterpriseS[N]
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,958
    14,652
    340
    #1897 xinso, Apr 15, 2025 at 05:21
    Last edited: Apr 15, 2025 at 12:02
    EnterpriseSN is Volume_GVLK (Volume), not Retail (_Default), isn't it?
     
  17. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    616
    731
    30
  18. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    817
    564
    30
    Yeah, but copying the rtf file makes windows setup happy
     
  19. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    275
    125
    10
    @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