[ARCHIVED] Windows Editions Reconstruction Project

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

Thread Status:
Not open for further replies.
  1. febrero2048

    febrero2048 MDL Member

    Oct 19, 2017
    114
    72
    10
    #10981 febrero2048, Mar 26, 2023
    Last edited: Mar 26, 2023
    Yes, from your script.

    Ace2 method modified

    mount install.wim from pro image
    stage EnterpriseG
    add lp
    move cat, mum, manifests


    mount base.wim
    Installed EnterpriseG from mount to base
    Installed Packages from mount to base
    Installed Microsoft-Windows-Client-LanguagePack-Package_en-us-amd64-en-us.esd to base

    Set-AllIntl:en-US


    Added tweaks

    (this method with windows 10 and modified policie (store apps) let me run those apps)
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #10982 xinso, Mar 26, 2023
    Last edited: Mar 26, 2023
    My way:
    1. Expand Windows\WinSxS to D:
    2. By 7-Zip, open Windows\WinSxS\Manifests, select all, copy to D:\WinSxS
    3. By 7-Zip, open C:\Windows\servicing\Packages, select all, copy to D:\WinSxS
    4. By 7-Zip, open Microsoft-Windows-EditionSpecific-EnterpriseG-Package.ESD, select all, copy to D:\WinSxS
    5. Expand D:\WinSxS
    Code:
    @echo off
    pushd "%~dp0"
    
    set SF=Z:\winsxs
    set TF=Z:\expanded
    
    if exist %TF% (rd /s /q %TF%&md %TF%) else (md %TF%)
    
    files\sxsexp-%ARCH%.exe %SF% %TF%
    
    xcopy /S /E /I /H /R /Y /J %TF% %SF%
    rd /s /q %TF%
    
    :END
    pause
    exit
    
    6. Put EnterpriseG cat and mum into D:\WinSxS
    7. Put 1.xml into D:\WinSxS
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-EnterpriseGEdition" version="10.0.22621.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
    <source location="Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.22621.1.mum" />
            </package>
        </servicing>
    </unattend>
    
    Then
    Construct
    Code:
    dism /english /logpath:z:\1.log /image:K: /apply-unattend:z:\WinSxS\1.xml
    
    Add language pack
    Add language feature packs
    Add FOD
    Add FOD language packs
    Add Store (or run wsreset -i when online)
    Add updates
    Add gailium119's Generalization tweak

    Script, one and forever good. No need to refresh memories.
     
  3. febrero2048

    febrero2048 MDL Member

    Oct 19, 2017
    114
    72
    10

    Do you check if apps like camera open?
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    Test manual Construction of 22621.1 Windows 11 EnterpriseG amd64 en-US (for febrero2048's Camera)
    Code:
    
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:Z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:K: /set-skuintldefaults:en-US
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    
    Set SKU default settings for: en-US
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:Z:\3
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 5 - Adding package Microsoft-Windows-Ethernet-Client-Intel-E1i68x64-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Microsoft-Windows-Ethernet-Client-Intel-E2f68-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Microsoft-Windows-Ethernet-Client-Realtek-Rtcx21x64-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Microsoft-Windows-Ethernet-Client-Vmware-Vmxnet3-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:Z:\4
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 2 - Adding package Package_for_ServicingStack_1344~31bf3856ad364e35~amd64~~22621.1344.1.2
    [==========================100.0%==========================]
    The changes due to package Package_for_ServicingStack_1344 requires the current servicing session to be reloaded.
    All the packages will be processed again.
    Processing 1 of 2 - Adding package Package_for_ServicingStack_1344~31bf3856ad364e35~amd64~~22621.1344.1.2
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB5023595~31bf3856ad364e35~amd64~~22621.1390.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Current edition is:
    
    Current Edition : EnterpriseG
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #10985 xinso, Mar 27, 2023
    Last edited: Mar 29, 2023
    Test manual Construction of 10586.1000 Windows Server 2016 ARM64 Technical Preview 4 arm64 en-US

    [Official Unstage image 74.5 MB (78,221,871 B)]
    Code:
    
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10586.1000
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10586.1000
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.10586.1000
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:K: /set-skuintldefaults:en-US
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10586.1000
    
    
    Set SKU default settings for: en-US
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10586.1000
    
    Current edition is:
    
    Current Edition : ServerARM64
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
    5.58 GB (5,993,798,147 B)


    [Custom Unstage image 39.0 MB (40,907,470 B)]
    Code:
    
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10586.1000
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10586.1000
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.10586.1000
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:K: /set-skuintldefaults:en-US
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10586.1000
    
    
    Set SKU default settings for: en-US
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10586.1000
    
    Current edition is:
    
    Current Edition : ServerARM64
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
    5.58 GB (5,994,277,736 B)
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #10987 xinso, Mar 27, 2023
    Last edited: Mar 27, 2023
    Q: How to construct ValidationOS Index 1 & 2?
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #10988 xinso, Mar 27, 2023
    Last edited: Mar 27, 2023
    Test manual Construction of 22621.1 Windows 11 Enterprise amd64 (with ValidationOS)
    Code:
    
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Current edition is:
    
    Error: 2
    
    The system cannot find the file specified.
    
    The DISM log file can be found at C:\windows\Logs\DISM\dism.log
    
    C:\windows\system32>
    
    
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #10989 xinso, Mar 27, 2023
    Last edited: Mar 27, 2023
    Test manual ReConstruction of 22621.1 Windows 11 Enterprise amd64 (with ValidationOS)
    Code:
    
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Removing package Microsoft-Windows-WinVOSEdition~31bf3856ad364e35~amd64~~10.0.22621.1
    Removing package Microsoft-Windows-WinVOSEdition~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    
    
    Error: 14099
    
    An advanced installer failed during setup or servicing.
    
    The DISM log file can be found at z:\1.log
    
    C:\windows\system32>
    
    
     
  10. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    254
    95
    10
    Can anyone help with this.
    I'm looking for an x86 en-us client language pack for build 21390
    Any help would be appreciated. I tried uupdump but I cannot get the file.
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #10993 xinso, Mar 28, 2023
    Last edited: Mar 28, 2023
    Go ask LostED.
    https://forums.mydigitallife.net/th...1-22h2-vb_release.80763/page-519#post-1782942

    Or anyone who has betaarchive download account.

    I found this only:
    21390.1.210521-1658.CO_RELEASE_CLIENTMULTI_X86FRE_PT-BR.ISO
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #10994 xinso, Mar 28, 2023
    Last edited: Mar 28, 2023
    Test manual Construction of 25324.1000 Windows 11 Enterprise arm64 en-US (tweaked with one 19041.1 or 22000.1 x86 file only as xinso elaborated)
    Code:
    
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.25324.1000
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.25324.1000
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.25324.1000
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.25324.1000
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.25324.1000
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.25324.1000
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.25324.1000
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.25324.1000
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:K: /set-skuintldefaults:en-US
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.25324.1000
    
    
    Set SKU default settings for: en-US
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.25324.1000
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #10995 xinso, Mar 28, 2023
    Last edited: Mar 28, 2023
    Test manual Construction of 23419.1000 Windows 11 Enterprise arm64 en-US (tweaked with one 19041.1 or 22000.1 x86 file only as xinso elaborated)
    Code:
    
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23419.1000
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23419.1000
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.23419.1000
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.23419.1000
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.23419.1000
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.23419.1000
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23419.1000
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23419.1000
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:K: /set-skuintldefaults:en-US
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23419.1000
    
    
    Set SKU default settings for: en-US
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23419.1000
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #10996 xinso, Mar 28, 2023
    Last edited: Mar 28, 2023
    Test manual Construction of 22624.1465 Windows 11 Enterprise arm64 en-US (tweaked with one 19041.1 or 22000.1 x86 file only as xinso elaborated)
    Code:
    
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.22621.1
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.22621.1
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:K: /set-skuintldefaults:en-US
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    
    Set SKU default settings for: en-US
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\3
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 3 - Adding package Package_for_ServicingStack_1344~31bf3856ad364e35~arm64~~22621.1344.1.2
    [==========================100.0%==========================]
    The changes due to package Package_for_ServicingStack_1344 requires the current servicing session to be reloaded.
    All the packages will be processed again.
    Processing 1 of 3 - Adding package Package_for_ServicingStack_1344~31bf3856ad364e35~arm64~~22621.1344.1.2
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB5023595~31bf3856ad364e35~arm64~~22621.1390.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~arm64~~22621.1465.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22624.1465
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #10997 xinso, Mar 28, 2023
    Last edited: Mar 28, 2023
    Test manual Construction of 22000.1757 Windows 11 Enterprise arm64 en-US (without tweak)
    Code:
    
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.22000.1
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.22000.1
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.22000.1
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.22000.1
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.22000.1
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.22000.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:K: /set-skuintldefaults:en-US
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.1
    
    
    Set SKU default settings for: en-US
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\3
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 2 - Adding package Package_for_ServicingStack_1754~31bf3856ad364e35~arm64~~22000.1754.1.1
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~arm64~~22000.1757.1.10
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.1757
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #10998 xinso, Mar 28, 2023
    Last edited: Mar 28, 2023
    Test manual Construction of 19045.2788 Windows 10 Enterprise arm64 en-US (without tweak)
    Code:
    
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19041.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.19041.1
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.19041.1
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.19041.1
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.19041.1
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.19041.1
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:K: /set-skuintldefaults:en-US
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19041.1
    
    
    Set SKU default settings for: en-US
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\3
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 3 - Adding package Package_for_ServicingStack_2780~31bf3856ad364e35~arm64~~19041.2780.1.0
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB5015684~31bf3856ad364e35~arm64~~19041.1799.1.2
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~arm64~~19041.2788.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19045.2788
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #10999 xinso, Mar 28, 2023
    Last edited: Mar 28, 2023
    Test manual Construction of 18363.2274 Windows 10 Enterprise arm64 zh-CN (without tweak)
    Code:
    
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18362.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18362.1
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~zh-CN~10.0.18362.1
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~arm64~~10.0.18362.1
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-zh-cn-Package~31bf3856ad364e35~arm64~~10.0.18362.1
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-zh-cn-Package~31bf3856ad364e35~arm64~~10.0.18362.1
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-zh-cn-Package~31bf3856ad364e35~arm64~~10.0.18362.1
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-zh-cn-Package~31bf3856ad364e35~arm64~~10.0.18362.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:K: /set-skuintldefaults:zh-CN
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18362.1
    
    
    Set SKU default settings for: zh-CN
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\3\1.cab
    
    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_ServicingStack_2271~31bf3856ad364e35~arm64~~18362.2271.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\3\2.cab
    
    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~arm64~~10.0.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\3\3.cab
    
    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~arm64~~18362.2274.1.5
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.18363.2274
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,712
    14,437
    340
    #11000 xinso, Mar 28, 2023
    Last edited: Mar 28, 2023
    Test manual Construction of 17763.4131 Windows 10 Enterprise arm64 en-US (without tweak)
    Code:
    
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.17763.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.17763.1
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.17763.1
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.17763.1
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.17763.1
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:K: /set-skuintldefaults:en-US
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.17763.1
    
    
    Set SKU default settings for: en-US
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\3\1.cab
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_4121~31bf3856ad364e35~arm64~~17763.4121.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /add-package:z:\3\2.cab
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~arm64~~17763.4131.1.10
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.17763.4131
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>