Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,696
    13,695
    340
    #3361 xinso, Jun 20, 2021
    Last edited: Jun 20, 2021
    [Renewed]

    lang.txt
    Code:
    ar-SA
    bg-BG
    cs-CZ
    da-DK
    de-DE
    el-GR
    en-GB
    en-US
    es-ES
    es-MX
    et-EE
    fi-FI
    fr-CA
    fr-FR
    he-IL
    hr-HR
    hu-HU
    it-IT
    ja-JP
    ko-KR
    lt-LT
    lv-LV
    nb-NO
    nl-NL
    pl-PL
    pt-BR
    pt-PT
    ro-RO
    ru-RU
    sk-SK
    sl-SI
    sr-Latn-RS
    sv-SE
    th-TH
    tr-TR
    uk-UA
    zh-CN
    zh-TW
    
    Add-Lang.cmd
    Code:
    @echo off
    pushd "%~dp0"
    
    set LOCAL=ar-SA
    set BUILD=10.0.18362.1474
    set PACKAGE=microsoft-windows-editionspecific-enterprises-package
    
    set SOURCE=%PACKAGE%~31bf3856ad364e35~amd64~%LOCAL%~%BUILD%
    set TARGET=%PACKAGE%~31bf3856ad364e35~amd64~%%x~%BUILD%
    
    for /f %%x in ('findstr /I /V "%LOCAL%" lang.txt 2^>nul') do (
    copy /y %SOURCE%.* %TARGET%.*
    powershell -Command "(gc %TARGET%.mum) -replace '%LOCAL%', '%%x' | sc %TARGET%.mum"
    )
    
    pause
    exit
    
    PS.
    38-lang lang.txt can be modified to include your favorite taget languages. (backup before modify)
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,696
    13,695
    340
    #3362 xinso, Jun 21, 2021
    Last edited: Jun 21, 2021
    Testing Non-EU 18363.1645 Enterprise N LTSC xx-XX amd64 by #3361
    Code:
    C:\WINDOWS\system32>dism /english /image:J: /add-package:Z:\windows10.0-kb5003974-x64-SN
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18362.1
    
    Processing 1 of 1 - Adding package Package_for_KB5003974~31bf3856ad364e35~amd64~~18362.1645.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /image:J: /add-package:Z:\windows10.0-kb4517245-x64-SN
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18362.1
    
    Processing 1 of 1 - Adding package Package_for_KB4517245~31bf3856ad364e35~amd64~~10.0.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /image:J: /add-package:Z:\Windows10.0-KB5003539-x64-NDP48-SN
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18362.1
    
    Processing 1 of 1 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4390.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /image:J: /add-package:Z:\windows10.0-kb5003698-x64-SN
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18362.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~18362.1645.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    
    OOBESETTINGS error
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,696
    13,695
    340
  4. oveco

    oveco MDL Junior Member

    Apr 10, 2015
    54
    15
    0
    I thing is question ❓
     
  5. Hello everyone, I am new here and I would like to build an Enterprise LTSC version, with iso 19043 if possible. Do you have at hand any guide for newbies. Clash of fists, good week!
     
  6. maiphuocloc

    maiphuocloc MDL Novice

    Nov 24, 2015
    2
    0
    0
    This link is same as before link?
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,696
    13,695
    340
    Script polished.
     
  8. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,207
    981
    90
    Server2022_to_EntS_amd64.zip
    pls
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,696
    13,695
    340
  10. atplsx

    atplsx MDL Addicted

    May 11, 2009
    528
    1,371
    30
    Please give me 19041.1083 pro to enterprises zip all language

    Thank you best regards
     
  11. Gugle

    Gugle MDL Novice

    Jun 19, 2021
    7
    2
    0
    Windows Enterprise LTSC insider how to download?
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,696
    13,695
    340
    #3374 xinso, Jun 22, 2021
    Last edited: Jun 22, 2021
    [Fact]
    Windows 11 SE's product policy disabled Store.

    Q: What can we do with Windows 11 SE?
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,696
    13,695
    340
    #3375 xinso, Jun 22, 2021
    Last edited: Jun 22, 2021
    [Fact]
    Certificates is Windows soul.

    It uses two packages, one Default, one License.

    The Default one defines Default Key and Product policy. The License one allows users to change Key, and hence override the Default Key and Product policy.
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,696
    13,695
    340
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,696
    13,695
    340
    #3377 xinso, Jun 22, 2021
    Last edited: Jun 22, 2021
    Q: When does the UUP download links expire on running system?
    A: Very soon after the updates have been installed.

    Q: When does the UUP download links appear on running system?
    A: Very soon when you see it start downloading.

    Q: When to stop Windows Update and shutdown to get download links?
    A: Count 1 2 3 and shutdown once you see the update is starting the download.

    Q: Where are the download links stored on running system?
    A: C:\Windows\SoftwareDistribution\DataStore\DataStore.edb.

    Q: What to use to fetch the download links from DataStore.edb?
    A: ESEDatabaseView.exe.
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,696
    13,695
    340
    #3378 xinso, Jun 22, 2021
    Last edited: Jun 22, 2021
    Silence before Presentation Storm 624...

    When 21H2 Enterprise LTSC comes, don't panic, beause it uses the same SKU structure of 19041.

    i.e. Replace 10.0.19041.1 with new build number, and it is 21H2 script. Or use universal script.
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,696
    13,695
    340
    I don't have script for that.