[ARCHIVED] Windows Editions Reconstruction Project

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

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

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
    #10761 xinso, Mar 11, 2023
    Last edited: Mar 11, 2023
  2. EDK-Rise

    EDK-Rise MDL Member

    Aug 7, 2013
    120
    77
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
  4. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,163
    5,978
    150
    question about indexes
    index 1 is the Main iso folders
    index 2 contain windows + nothing else ?
    index 3 contain windows + defender + more s**t ?
    what is the purpose of index 2?

    let's say i want to build my own windows
    and add packages as I which
    to which index? 2 ? 3?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
    #10765 xinso, Mar 11, 2023
    Last edited: Mar 11, 2023
    You have to read wim information.

    Usually,
    Index 2 is Index 1 of Boot.wim
    Index 3 is Index 2 of Boot.wim

    e.g.

    Index 1 of Boot.wim
    Code:
    
    -<IMAGE INDEX="2">
    
    <DIRCOUNT>3505</DIRCOUNT>
    
    <FILECOUNT>16603</FILECOUNT>
    
    <TOTALBYTES>2114577684</TOTALBYTES>
    
    <HARDLINKBYTES>921305292</HARDLINKBYTES>
    
    
    -<CREATIONTIME>
    
    <HIGHPART>0x01D861D5</HIGHPART>
    
    <LOWPART>0xAB21F4EF</LOWPART>
    
    </CREATIONTIME>
    
    
    -<LASTMODIFICATIONTIME>
    
    <HIGHPART>0x01D861F2</HIGHPART>
    
    <LOWPART>0xBAC90966</LOWPART>
    
    </LASTMODIFICATIONTIME>
    
    <WIMBOOT>0</WIMBOOT>
    
    
    -<WINDOWS>
    
    <ARCH>9</ARCH>
    
    <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME>
    
    <EDITIONID>WindowsPE</EDITIONID>
    
    <INSTALLATIONTYPE>WindowsPE</INSTALLATIONTYPE>
    
    <PRODUCTTYPE>WinNT</PRODUCTTYPE>
    
    <PRODUCTSUITE/>
    
    
    -<LANGUAGES>
    
    <LANGUAGE>en-US</LANGUAGE>
    
    <DEFAULT>en-US</DEFAULT>
    
    </LANGUAGES>
    
    
    -<VERSION>
    
    <MAJOR>10</MAJOR>
    
    <MINOR>0</MINOR>
    
    <BUILD>22621</BUILD>
    
    <SPBUILD>1</SPBUILD>
    
    <SPLEVEL>0</SPLEVEL>
    
    <BRANCH>ni_release</BRANCH>
    
    </VERSION>
    
    <SYSTEMROOT>WINDOWS</SYSTEMROOT>
    
    </WINDOWS>
    
    <NAME>Microsoft Windows PE (amd64)</NAME>
    
    <DESCRIPTION>Microsoft Windows PE (amd64)</DESCRIPTION>
    
    <FLAGS>9</FLAGS>
    
    </IMAGE>
    
    

    Index 2 of Boot.wim
    Code:
    
    -<IMAGE INDEX="3">
    
    <DIRCOUNT>3530</DIRCOUNT>
    
    <FILECOUNT>16977</FILECOUNT>
    
    <TOTALBYTES>2211221517</TOTALBYTES>
    
    <HARDLINKBYTES>970272364</HARDLINKBYTES>
    
    
    -<CREATIONTIME>
    
    <HIGHPART>0x01D861D5</HIGHPART>
    
    <LOWPART>0xB46D8DE3</LOWPART>
    
    </CREATIONTIME>
    
    
    -<LASTMODIFICATIONTIME>
    
    <HIGHPART>0x01D861F2</HIGHPART>
    
    <LOWPART>0xC5C19F92</LOWPART>
    
    </LASTMODIFICATIONTIME>
    
    <WIMBOOT>0</WIMBOOT>
    
    
    -<WINDOWS>
    
    <ARCH>9</ARCH>
    
    <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME>
    
    <EDITIONID>WindowsPE</EDITIONID>
    
    <INSTALLATIONTYPE>WindowsPE</INSTALLATIONTYPE>
    
    <PRODUCTTYPE>WinNT</PRODUCTTYPE>
    
    <PRODUCTSUITE/>
    
    
    -<LANGUAGES>
    
    <LANGUAGE>en-US</LANGUAGE>
    
    <DEFAULT>en-US</DEFAULT>
    
    </LANGUAGES>
    
    
    -<VERSION>
    
    <MAJOR>10</MAJOR>
    
    <MINOR>0</MINOR>
    
    <BUILD>22621</BUILD>
    
    <SPBUILD>1</SPBUILD>
    
    <SPLEVEL>0</SPLEVEL>
    
    <BRANCH>ni_release</BRANCH>
    
    </VERSION>
    
    <SYSTEMROOT>WINDOWS</SYSTEMROOT>
    
    </WINDOWS>
    
    <NAME>Microsoft Windows Setup (amd64)</NAME>
    
    <DESCRIPTION>Microsoft Windows Setup (amd64)</DESCRIPTION>
    
    <FLAGS>2</FLAGS>
    
    </IMAGE>
    
    
    
     
  6. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,163
    5,978
    150
    after carefully read wim info

    Boot.wim info from Real MS ISO
    Code:
    Index:                  1
    Description:            Microsoft Windows PE (amd64)
    
    Index:                  2
    Description:            Microsoft Windows Setup (amd64)
    
    ESD File info from uup dump
    Code:
    Index:                  1
    Description:            Windows Setup Media (ISO)
    
    Index:                  2
    Description:            Microsoft Windows Recover Environment (amd64) -> similer to Boot.wim index 1
    
    Index:                  3
    Description:            Windows 11 Pro
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
    #10767 xinso, Mar 11, 2023
    Last edited: Mar 11, 2023
    Microsoft Windows Recover Environment = WinRE.wim

    uup dump? It has no WinPE.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
    #10768 xinso, Mar 11, 2023
    Last edited: Mar 11, 2023
    Test manual Construction of 23403.1001 Windows 11 Enterprise arm64 en-US (with Wincore image 525 MB)
    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.23403.1001
    
    [==========================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.23403.1001
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.23403.1001
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.23403.1001
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.23403.1001
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.23403.1001
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23403.1001
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23403.1001
    [==========================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.23403.1001
    
    
    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.23403.1001
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
  10. EDK-Rise

    EDK-Rise MDL Member

    Aug 7, 2013
    120
    77
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
  12. EDK-Rise

    EDK-Rise MDL Member

    Aug 7, 2013
    120
    77
    10
    I checked online update only includes .net updates. so installing cu updates needs make in esd format.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
  14. EDK-Rise

    EDK-Rise MDL Member

    Aug 7, 2013
    120
    77
    10
    #10774 EDK-Rise, Mar 12, 2023
    Last edited: Mar 12, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
    #10776 xinso, Mar 12, 2023
    Last edited: Mar 12, 2023
    Test Reconstruct 22624.1391 Windows 11 Enterprise G amd64 en-US
    Code:
    
    ------------------------------------------------------------
    Expand Cumulative update
    ------------------------------------------------------------
    
    ==========================================================================================================
    Reconstruct 22624.1391 Windows 11 Enterprise G amd64 en-US
    ==========================================================================================================
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Mount Professional image
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Convert Professional to EnterpriseG
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.22621.1
    
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22621.1
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22621.1
    [==========================100.0%==========================]
    
    The operation completed successfully.
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Add en-US language pack
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Selectability
    ------------------------------------------------------------
    
    Microsoft-Client-Features-Classic-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    Microsoft-Windows-Shell-Wallpaper-Common-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    Microsoft-Windows-Composition-Test-Package~31bf3856ad364e35~amd64~~10.0.22621.1
    
    ------------------------------------------------------------
    Remove Appx
    ------------------------------------------------------------
    
    Clipchamp.Clipchamp_2.2.8.0_neutral_~_yxz26nhyzhsrt
    Microsoft.549981C3F5F10_3.2204.14815.0_neutral_~_8wekyb3d8bbwe
    Microsoft.BingNews_4.2.27001.0_neutral_~_8wekyb3d8bbwe
    Microsoft.BingWeather_4.53.33420.0_neutral_~_8wekyb3d8bbwe
    Microsoft.GamingApp_2021.427.138.0_neutral_~_8wekyb3d8bbwe
    Microsoft.GetHelp_10.2201.421.0_neutral_~_8wekyb3d8bbwe
    Microsoft.Getstarted_2021.2204.1.0_neutral_~_8wekyb3d8bbwe
    Microsoft.MicrosoftOfficeHub_18.2204.1141.0_neutral_~_8wekyb3d8bbwe
    Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_neutral_~_8wekyb3d8bbwe
    Microsoft.People_2020.901.1724.0_neutral_~_8wekyb3d8bbwe
    Microsoft.PowerAutomateDesktop_10.0.3735.0_neutral_~_8wekyb3d8bbwe
    Microsoft.SecHealthUI_1000.22621.1.0_x64__8wekyb3d8bbwe
    Microsoft.Todos_2.54.42772.0_neutral_~_8wekyb3d8bbwe
    Microsoft.WindowsAlarms_2022.2202.24.0_neutral_~_8wekyb3d8bbwe
    microsoft.windowscommunicationsapps_16005.14326.20544.0_neutral_~_8wekyb3d8bbwe
    Microsoft.WindowsFeedbackHub_2022.106.2230.0_neutral_~_8wekyb3d8bbwe
    Microsoft.WindowsMaps_2022.2202.6.0_neutral_~_8wekyb3d8bbwe
    Microsoft.WindowsTerminal_3001.12.10983.0_neutral_~_8wekyb3d8bbwe
    Microsoft.Xbox.TCUI_1.23.28004.0_neutral_~_8wekyb3d8bbwe
    Microsoft.XboxGameOverlay_1.47.2385.0_neutral_~_8wekyb3d8bbwe
    Microsoft.XboxGamingOverlay_2.622.3232.0_neutral_~_8wekyb3d8bbwe
    Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe
    Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe
    Microsoft.YourPhone_1.22022.147.0_neutral_~_8wekyb3d8bbwe
    Microsoft.ZuneMusic_11.2202.46.0_neutral_~_8wekyb3d8bbwe
    Microsoft.ZuneVideo_2019.22020.10021.0_neutral_~_8wekyb3d8bbwe
    MicrosoftCorporationII.QuickAssist_2022.414.1758.0_neutral_~_8wekyb3d8bbwe
    MicrosoftWindows.Client.WebExperience_421.20070.195.0_neutral_~_cw5n1h2txyewy
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Mount Winre image
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Add Servicing Stack update to Winre image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - 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.
    The operation completed successfully.
    
    ------------------------------------------------------------
    Add Cumulative update to Winre image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22621.1391.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Reset Winre base
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.22621.1391
    
    [===========================98.8%========================= ]
    The operation completed successfully.
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Save and Unmount Winre image
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image File : Z:\00000.0_Pro_to_EntG_amd64_en-US_zh-CN\temp\mount\Windows\System32\Recovery\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Export Winre image to winre.wim
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Add Servicing Stack update to EnterpriseG image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - 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.
    The operation completed successfully.
    
    ------------------------------------------------------------
    Add SV2Moment3Enablement to EnterpriseG image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Package_for_KB5023595~31bf3856ad364e35~amd64~~22621.1390.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Add Cumulative update to EnterpriseG image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.22621.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~22621.1391.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Set EnterpriseG key
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.22624.1391
    
    Starting to install product key...
    Finished installing product key.
    
    The operation completed successfully.
    
    ============================================================
    Current Edition : EnterpriseG (Volume:GVLK)
    ============================================================
    
    ------------------------------------------------------------
    Reset EnterpriseG base
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.22624.1391
    
    [=====                      10.0%                          ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Save and Unmount EnterpriseG image
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image File : Z:\00000.0_Pro_to_EntG_amd64_en-US_zh-CN\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Set WIM information
    ------------------------------------------------------------
    
    Setting the NAME property of image 1 to "Windows 11 EnterpriseG".
    Setting the DESCRIPTION property of image 1 to "Windows 11 EnterpriseG".
    Setting the FLAGS property of image 1 to "EnterpriseG".
    Setting the DISPLAYNAME property of image 1 to "Windows 11 Enterprise G".
    Setting the DISPLAYDESCRIPTION property of image 1 to "22624.1391 Windows 11 Enterprise G".
    
    ------------------------------------------------------------
    Export EnterpriseG image to install.wim
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Delete temporary folder
    ------------------------------------------------------------
    
    ==========================================================================================================
    22624.1391 Windows 11 Enterprise G amd64 en-US has been successfully reconstructed on 2023/3/12
    ==========================================================================================================
    
    Mission took 0:16:28.74 (988.74s total)
    
    Press any key to continue . . .
    
    
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
    #10777 xinso, Mar 12, 2023
    Last edited: Mar 12, 2023
    Test manual Construction of 22624.1391 Windows 11 Enterprise arm64 en-US (with Wincore image 532 MB)
    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 5 - 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 5 - Adding package Package_for_ServicingStack_1344~31bf3856ad364e35~arm64~~22621.1344.1.2
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~arm64~~10.0.9139.2
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Package_for_RollupFix~31bf3856ad364e35~arm64~~22621.1391.1.1
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Package_for_KB5023527~31bf3856ad364e35~arm64~~22621.1340.1.0
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Package_for_KB5023595~31bf3856ad364e35~arm64~~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.22624.1391
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
    #10779 xinso, Mar 12, 2023
    Last edited: Mar 12, 2023
    Test manual Construction of 22621.1 Windows 11 Enterprise arm64 en-US (with Wincore image 501 MB)
    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: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22621.1
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
    --->

    Test manual Construction of 22624.1391 Windows 11 Enterprise arm64 en-US (with Wincore image 478 MB)
    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 5 - 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 5 - Adding package Package_for_ServicingStack_1344~31bf3856ad364e35~arm64~~22621.1344.1.2
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Package_for_DotNetRollup_481~31bf3856ad364e35~arm64~~10.0.9139.2
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Package_for_RollupFix~31bf3856ad364e35~arm64~~22621.1391.1.1
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Package_for_KB5023527~31bf3856ad364e35~arm64~~22621.1340.1.0
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Package_for_KB5023595~31bf3856ad364e35~arm64~~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.22624.1391
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    
     
  20. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
    #10780 xinso, Mar 12, 2023
    Last edited: Mar 12, 2023
    Q: What does this mean?

    base-22621.1-ARM64-Wincore.wim (478 MB)
    +
    23403.1001 WinSxS
    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 /logpath:z:\1.log /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23403.1001
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>