[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    420
    527
    10
    There is no point in adding zh-cn or en-us for enterpriseG, these 2 languages are the only ones supported in the OS, hence the patch for the other languages.
     
  2. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,416
    471
    60
  3. 2012mshs

    2012mshs MDL Junior Member

    Aug 13, 2015
    63
    106
    0
    It's just like creating a zh-CN version.
     
  4. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    420
    527
    10
  5. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,416
    471
    60
    22000 hyperv running on core ultra impossible for me so far
     
  6. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    364
    207
    10
    #5086 Bira, May 28, 2026
    Last edited: May 28, 2026
    Code:
    set "Index="
    set "Idioma="
    set /a count=0
    set "Lang=pt-BR"
    
    for /f "tokens=1,* delims=: " %%A in ('Dism /English /Get-ImageInfo /ImageFile:"28000g.wim" ^| findstr /i /c:"Index :" /c:"Name :"') do (
        if /i "%%A"=="Index" set "Index=%%B"
        if /i "%%B"=="!Lang!" (
            set /a count+=1
            echo Index: !Index!  Idioma: %%B
        )
    )
    
    Index: 29  Idioma: pt-BR
    For those who already have the language set and don't want the menu, select index and call the language that is already set and proceed like this, it goes straight away, saving menu and waiting times, is this my option and is it valid @2012mshs?
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,022
    15,280
    340
    #5087 xinso, May 28, 2026
    Last edited: May 28, 2026
    [about vNext LTSC]
    Client LTSC: 3-in-1
    Server LTSC: 3-in-1

    Anyone wishes to learn Construction, follow pp03. And, if necessary, search help from gailium119, iamaHUN, zhanglin and zwl29107, etc.

    After all, do the right thing instead of going the wrong way. Windows has its rule, don't violate.

    [about Windows Servicing]
    10240.16384\10586.0\14393.0?
    They are Windows 10 in Windows 8 deployment.

    A: They are useless to me.
    B: But you are here. Can you deal with them?

    10586.0, no problem.
    10240.16384 and 14393.0, not that easy.
     
  8. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,416
    471
    60
    #5089 pp03, May 28, 2026
    Last edited: May 29, 2026 at 11:54
    10240, 10586, 14393, 15063, 16299 and 17134 useless to me also - my sl7 intel can boot at least 17763

    even if i install 17763, touchpad and audio don't work, because 19041.3036 is required (so 18363 useless too and 20348 also useless, because of missing client update)

    and 22000 is the only one with hyperv not working

    so i have 19041 and 22621+ to choose from
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,022
    15,280
    340
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,022
    15,280
    340
    1. You can repack .cat.
    2. gailium119 has shared 28000.1 LTSC.

    Q: Can you repack 28000.1 LTSC updates?
     
  11. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    420
    527
    10
    #5092 winosr25, May 29, 2026 at 11:47
    Last edited: May 29, 2026 at 14:13
    long time
     
  12. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,416
    471
    60
    yes, i can :)
     
  13. 2012mshs

    2012mshs MDL Junior Member

    Aug 13, 2015
    63
    106
    0
    I did not try with Pro in other language, You can try!
    Remove line 96-118 and add: set "LANG_CODE=pt-BR" & set "index=29"
    If it works ok, I will edit script for auto check and install patch!
     
  14. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    364
    207
    10
    What I showed there was whether the code I sent is valid for everyone with the language configured as I showed and so that everyone can help with their code for those who want it, with the language configured not to enter the menu. I got it, I did it for myself, it works in my script. What I showed is whether the code I sent to you and everyone is valid, my suggestion understand?
     
  15. 2012mshs

    2012mshs MDL Junior Member

    Aug 13, 2015
    63
    106
    0
    Yes, I understand your suggestion.
     
  16. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    364
    207
    10
    One thing I didn't understand there is that en-us also has to be integrated and can't exclude the language in addition to integrating our source language?
     
  17. 2012mshs

    2012mshs MDL Junior Member

    Aug 13, 2015
    63
    106
    0
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,022
    15,280
    340
    #5099 xinso, May 29, 2026 at 14:45
    Last edited: May 29, 2026 at 15:15
    Q: How to convert the install.wim of CMGE_V2022-L.1345.iso from zh-CN to en-US?

    I once added zh-TW LTSC to it and ran Windows Update, it received updates from CMGE Update System.
     
  19. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,416
    471
    60