[ARCHIVED] Windows Editions Reconstruction Project

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

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

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    The packages made by SxSV2, the manifest file has been decompressed, but the files in the package folder are just copies, and some files in the compressed state are not decompressed, so there are packages made by SxSV2, some of which cannot be installed, this is your failure the reason, you can go offline, use Apply-Unattend to verify.
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,428
    340
    Microsoft-Windows-StarterEdition~31bf3856ad364e35~arm64~~10.0.19041.1
    Code:
    Microsoft-Windows-Foundation-Package
    Microsoft-Windows-EditionSpecific-Starter-Package
    Microsoft-Windows-Client-Desktop-Required-Package
    Microsoft-Windows-Client-Desktop-Required-WOW64-Package
    Microsoft-Windows-Client-Desktop-Required-arm64arm-Package
    Microsoft-Windows-Client-Features-Package
    Microsoft-Windows-Client-Features-WOW64-Package
    Microsoft-Windows-Client-Features-arm64arm-Package
    Microsoft-Windows-EditionPack-Starter-Package
    Microsoft-Windows-Required-ShellExperiences-Desktop-Package
    Microsoft-Windows-Required-ShellExperiences-Desktop-WOW64-Package
    Microsoft-Windows-Required-ShellExperiences-Desktop-arm64arm-Package
    
    Ask Microsoft for Microsoft-Windows-EditionSpecific-Starter-Package.
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,428
    340
    #8063 xinso, Jun 4, 2022
    Last edited: Jun 4, 2022
    Test reconstructing 19041.1 Windows 10 EnterpriseS in Starter style arm64 en-US
    Code:
    WIM Information:
    ---------------------
    GUID:{4F056B2F-0F68-0B3A-EFB0-ADF57CCF9BB9}
    Image Count:1
    Compression:LZX
    Part Number:1/1
    Attributes:0x8
    RP_FIX
    
    Image Index: 1
    -------------------
    Name:Windows 10 Enterprise LTSC 2021
    Description:Windows 10 Enterprise LTSC 2021
    Flags:EnterpriseS
    Files:67066
    Folders:16238
    Expanded Size:10948 MB
    
    
    WIM XML Information:
    ---------------------------
    <WIM>
      <IMAGE INDEX="1">
        <DIRCOUNT>16238</DIRCOUNT>
        <FILECOUNT>67066</FILECOUNT>
        <TOTALBYTES>11480627959</TOTALBYTES>
        <HARDLINKBYTES>5495925153</HARDLINKBYTES>
        <CREATIONTIME>
          <HIGHPART>0x01D877EC</HIGHPART>
          <LOWPART>0xA2A823F2</LOWPART>
        </CREATIONTIME>
        <LASTMODIFICATIONTIME>
          <HIGHPART>0x01D877EC</HIGHPART>
          <LOWPART>0xA2A823F2</LOWPART>
        </LASTMODIFICATIONTIME>
        <WIMBOOT>0</WIMBOOT>
        <WINDOWS>
          <ARCH>12</ARCH>
          <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME>
          <EDITIONID>EnterpriseS</EDITIONID>
          <INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
          <SERVICINGDATA>
            <GDRDUREVISION>0</GDRDUREVISION>
            <IMAGESTATE>IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE</IMAGESTATE>
          </SERVICINGDATA>
          <PRODUCTTYPE>WinNT</PRODUCTTYPE>
          <PRODUCTSUITE>Terminal Server</PRODUCTSUITE>
          <LANGUAGES>
            <LANGUAGE>en-US</LANGUAGE>
            <DEFAULT>en-US</DEFAULT>
          </LANGUAGES>
          <VERSION>
            <MAJOR>10</MAJOR>
            <MINOR>0</MINOR>
            <BUILD>19041</BUILD>
            <SPBUILD>1</SPBUILD>
            <SPLEVEL>0</SPLEVEL>
            <BRANCH>vb_release</BRANCH>
          </VERSION>
          <SYSTEMROOT>WINDOWS</SYSTEMROOT>
        </WINDOWS>
        <NAME>Windows 10 Enterprise LTSC 2021</NAME>
        <DESCRIPTION>Windows 10 Enterprise LTSC 2021</DESCRIPTION>
        <FLAGS>EnterpriseS</FLAGS>
        <DISPLAYNAME>Windows 10 Enterprise LTSC</DISPLAYNAME>
        <DISPLAYDESCRIPTION>Windows 10 Enterprise LTSC</DISPLAYDESCRIPTION>
      </IMAGE>
      <TOTALBYTES>2540237356</TOTALBYTES>
    </WIM>
    
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,428
    340
    Dark Dinosaur shown up lately, seemingly intereasted in Reconstruction.
     
  5. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Question: Are x64/x86 spp certs same as that of arm64?
     
  6. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,158
    5,975
    150
    #8066 Dark Dinosaur, Jun 4, 2022
    Last edited: Jun 4, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,428
    340
    #8067 xinso, Jun 4, 2022
    Last edited: Jun 4, 2022
    Certificates? Perhaps.
     
  8. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Microsoft-Windows-Secutity-Spp-Component-SKU-Starter-License is compatible, you mean?
    Not sure about Default.
    Microsoft-Windows-Editions-Starter-Package is definitely incompatible.
    @xinso You try quick switch on arm64 and export productpolicy registry
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,428
    340
    #8069 xinso, Jun 4, 2022
    Last edited: Jun 4, 2022
    You check it yourself.
    Code:
    <sl:policyInt attributes="override-only" name="Kernel-MaxPhysicalPage">4096</sl:policyInt>
    
    <sl:policyInt attributes="override-only" name="Kernel-WindowsMaxMemAllowedx64">6291456</sl:policyInt>
    
    <sl:policyInt attributes="override-only" name="Kernel-WindowsMaxMemAllowedArm64">6291456</sl:policyInt>
    
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,428
    340
  11. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    My amd64 machine upload_2022-6-4_18-24-3.png
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,428
    340
    #8072 xinso, Jun 4, 2022
    Last edited: Jun 4, 2022
    Test reconstructing 19044.1741 Windows 10 IoTEnterpriseS in Starter style x86 en-US
    Code:
    
    ============================================================================================================
    Create 19041.1 Windows 10 IoT Enterprise LTSC in Starter style x86 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 IoTEnterpriseS
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.19041.1
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.19041.1
    [==========================100.0%==========================]
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Quick Assist
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Internet Explorer
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Windows Media Player
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add en-US language
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~x86~en-US~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Remove Store
    ============================================================
    
    ------------------------------------------------------------
    Remove Microsoft.549981C3F5F10_1.1911.21713.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.BingWeather_4.25.20211.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.DesktopAppInstaller_2019.125.2243.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.GetHelp_10.1706.13331.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.Getstarted_8.2.22942.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.HEIFImageExtension_1.0.22742.0_x86__8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.Microsoft3DViewer_6.1908.2042.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.MicrosoftOfficeHub_18.1903.1152.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.MicrosoftSolitaireCollection_4.4.8204.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.MicrosoftStickyNotes_3.6.73.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.MSPaint_2019.729.2301.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.Office.OneNote_16001.12026.20112.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.People_2019.305.632.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.ScreenSketch_2019.904.1644.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.SkypeApp_14.53.77.0_neutral_~_kzf8qxf38zg5c
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.StorePurchaseApp_11811.1001.1813.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.VP9VideoExtensions_1.0.22681.0_x86__8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.Wallet_2.4.18324.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WebpImageExtension_1.0.22753.0_x86__8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.Windows.Photos_2019.19071.12548.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsAlarms_2019.807.41.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsCamera_2018.826.98.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove microsoft.windowscommunicationsapps_16005.11629.20316.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsFeedbackHub_2019.1111.2029.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsMaps_2019.716.2316.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsSoundRecorder_2019.716.2313.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsStore_11910.1002.513.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.Xbox.TCUI_1.23.28002.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.XboxApp_48.49.31001.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.XboxGameOverlay_1.46.11001.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.XboxGamingOverlay_2.34.28001.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.YourPhone_2019.430.2026.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.ZuneVideo_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ============================================================
    Mount winre image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add SSU to winre image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_1737~31bf3856ad364e35~x86~~19041.1737.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add BootUX to winre image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5011577~31bf3856ad364e35~x86~~19041.1616.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add LCU to winre image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~19041.1741.1.14
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reset winre base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1741
    
    [===========================99.3%========================= ]
    The operation completed successfully.
    
    ============================================================
    Unmount winre image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image File : Z:\19041.1_Pro_to_LTSC_Starter_style\temp\mount\Windows\System32\Recovery\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Optimize winre image
    ============================================================
    
    "temp\mount\Windows\System32\Recovery\winre.wim" original size: 549385 KiB
    Using LZX compression with 12 threads
    Archiving file data: 838 MiB of 838 MiB (100%) done
    "temp\mount\Windows\System32\Recovery\winre.wim" optimized size: 346971 KiB
    Space saved: 202413 KiB
    
    ============================================================
    Add SSU to IoTEnterpriseS image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_1737~31bf3856ad364e35~x86~~19041.1737.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add 21H2 Enablement to IoTEnterpriseS image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5003791~31bf3856ad364e35~x86~~19041.1237.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add DotNetRollup to IoTEnterpriseS image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~x86~~10.0.4510.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add LCU to IoTEnterpriseS image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~19041.1741.1.14
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Configure settings
    ============================================================
    
    ============================================================================================================
    Current Edition : IoTEnterpriseS (OEM)
    ============================================================================================================
    
    ============================================================
    Reset IoTEnterpriseS base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19044.1741
    
    [=====                      10.0%                          ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmount IoTEnterpriseS image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image File : Z:\19041.1_Pro_to_LTSC_Starter_style\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Optimize IoTEnterpriseS image
    ============================================================
    
    "install.wim" original size: 3987393 KiB
    Using LZX compression with 12 threads
    Archiving file data: 4538 MiB of 4538 MiB (100%) done
    "install.wim" optimized size: 2421948 KiB
    Space saved: 1565444 KiB
    
    ============================================================================================================
    19044.1741 Windows 10 IoT Enterprise LTSC in Starter style x86 en-US has been successfully created on 2022/6/4
    ============================================================================================================
    
    Conversion took 0:13:2.20 (782.20s total)
    
    Press any key to continue . . .
    
    
     
  13. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    @xinso In my point of view, editing only spp certs to remove EnterpriseG language restriction doesn't work.
    Reason: sppsvc couldn't possible load before sysprep.
    Solution: Edit default product policy in Microsoft-Windows-security-SPP-Component-SKU-EnterpriseG-Default-Package.
    Request: Can you share a already edited product policy registry of 15063 and 16299?
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,428
    340
    #8074 xinso, Jun 4, 2022
    Last edited: Jun 4, 2022
    Default key:
    Microsoft-Windows-security-SPP-Component-SKU-EnterpriseG-Default-Package

    ------------------------------------------------------------

    Default Product policy:
    DefaultPpd-EnterpriseG-ppdlic.xrm-ms

    Override Product policy:
    EnterpriseG-ppdlic.xrm-ms
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,428
    340
  16. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Only when spp is running. You can't run spp before windows get to oobe.
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,428
    340
    #8078 xinso, Jun 4, 2022
    Last edited: Jun 4, 2022
    Test reconstructing 19044.1741 Windows 10 EnterpriseSN in Starter style x86 en-US
    Code:
    
    ======================================================================================================================
    Create 19041.1 Windows 10 Enterprise N LTSC in Starter style x86 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 EnterpriseSN
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.19041.1
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~x86~~10.0.19041.1
    [==========================100.0%==========================]
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Quick Assist
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Internet Explorer
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Windows Media Player
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add en-US language
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~x86~en-US~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Remove Store
    ============================================================
    
    ------------------------------------------------------------
    Remove Microsoft.549981C3F5F10_1.1911.21713.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.BingWeather_4.25.20211.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.DesktopAppInstaller_2019.125.2243.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.GetHelp_10.1706.13331.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.Getstarted_8.2.22942.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.HEIFImageExtension_1.0.22742.0_x86__8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.Microsoft3DViewer_6.1908.2042.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.MicrosoftOfficeHub_18.1903.1152.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.MicrosoftSolitaireCollection_4.4.8204.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.MicrosoftStickyNotes_3.6.73.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.MSPaint_2019.729.2301.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.Office.OneNote_16001.12026.20112.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.People_2019.305.632.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.ScreenSketch_2019.904.1644.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.SkypeApp_14.53.77.0_neutral_~_kzf8qxf38zg5c
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.StorePurchaseApp_11811.1001.1813.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.VP9VideoExtensions_1.0.22681.0_x86__8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.Wallet_2.4.18324.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WebpImageExtension_1.0.22753.0_x86__8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.Windows.Photos_2019.19071.12548.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsAlarms_2019.807.41.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsCamera_2018.826.98.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove microsoft.windowscommunicationsapps_16005.11629.20316.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsFeedbackHub_2019.1111.2029.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsMaps_2019.716.2316.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsSoundRecorder_2019.716.2313.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.WindowsStore_11910.1002.513.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.Xbox.TCUI_1.23.28002.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.XboxApp_48.49.31001.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.XboxGameOverlay_1.46.11001.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.XboxGamingOverlay_2.34.28001.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.YourPhone_2019.430.2026.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Microsoft.ZuneVideo_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    ============================================================
    Mount winre image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add SSU to winre image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_1737~31bf3856ad364e35~x86~~19041.1737.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add BootUX to winre image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5011577~31bf3856ad364e35~x86~~19041.1616.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add LCU to winre image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~19041.1741.1.14
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reset winre base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1741
    
    [===========================99.3%========================= ]
    The operation completed successfully.
    
    ============================================================
    Unmount winre image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image File : Z:\19041.1_Pro_to_LTSC_Starter_style\temp\mount\Windows\System32\Recovery\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Optimize winre image
    ============================================================
    
    "temp\mount\Windows\System32\Recovery\winre.wim" original size: 549389 KiB
    Using LZX compression with 12 threads
    Archiving file data: 838 MiB of 838 MiB (100%) done
    "temp\mount\Windows\System32\Recovery\winre.wim" optimized size: 346975 KiB
    Space saved: 202413 KiB
    
    ============================================================
    Add SSU to EnterpriseSN image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_1737~31bf3856ad364e35~x86~~19041.1737.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add 21H2 Enablement to EnterpriseSN image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5003791~31bf3856ad364e35~x86~~19041.1237.1.3
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add DotNetRollup to EnterpriseSN image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~x86~~10.0.4510.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add LCU to EnterpriseSN image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~19041.1741.1.14
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Configure settings
    ============================================================
    
    ======================================================================================================================
    Current Edition : EnterpriseSN (Volume)
    ======================================================================================================================
    
    ============================================================
    Reset EnterpriseSN base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19044.1741
    
    [=====                      10.0%                          ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmount EnterpriseSN image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image File : Z:\19041.1_Pro_to_LTSC_Starter_style\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Optimize EnterpriseSN image
    ============================================================
    
    "install.wim" original size: 3987107 KiB
    Using LZX compression with 12 threads
    Archiving file data: 4539 MiB of 4539 MiB (100%) done
    "install.wim" optimized size: 2421626 KiB
    Space saved: 1565481 KiB
    
    ======================================================================================================================
    19044.1741 Windows 10 Enterprise N LTSC in Starter style x86 en-US has been successfully created on 2022/6/4
    ======================================================================================================================
    
    Conversion took 0:13:4.59 (784.59s total)
    
    Press any key to continue . . .
    
    
     
  18. example12345678912345678

    Dec 29, 2019
    569
    320
    30
    @xinso, @gailium119
    I tried to reconstruct ServerARM64 edition via unstaged way. But this is the furthest I could get in. I tried to do unattend.
    Code:
    2022-06-04 15:38:36, Error                 CSI    000006b0@2022/6/4:12:38:36.572 (F) onecore\base\wcp\componentstore\csd_locking.cpp(200): Error STATUS_SXS_ASSEMBLY_MISSING originated in function CCSDirectTransaction::LockComponent expression: (null)
    [gle=0x80004005]
    2022-06-04 15:38:36, Error                 CSI    000006b1 (F) STATUS_SXS_ASSEMBLY_MISSING #1420887# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2[gle=0xd015000c]
    2022-06-04 15:38:36, Error                 CSI    000006b2 (F) HRESULT_FROM_WIN32(ERROR_SXS_ASSEMBLY_MISSING) #1420741# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_PinDeployment(Flags = 0, a = Microsoft-Windows-Editions-ServerARM64-Deployment, version 10.0.14393.0, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, cb = (null), s = (null), rid = 'Microsoft-Windows-Editions-ServerARM64-Package~31bf3856ad364e35~amd64~~10.0.14393.0.Microsoft-Windows-Editions-ServerARM64-Deployment', rah = (null), manpath = (null), catpath = (null), ed = 0, disp = 0)[gle=0x80073701]
    2022-06-04 15:38:36, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
    2022-06-04 15:38:36, Error                 CBS    Failed to perform operation.  [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
    2022-06-04 15:38:36, Error                 DISM   DISM Package Manager: PID=7800 TID=1204 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x80073701)
    2022-06-04 15:38:37, Error                 DISM   DISM Package Manager: PID=7800 TID=1204 Failed processing package changes - CDISMPackageManager::ProcessChanges(hr:0x80073701)
    2022-06-04 15:38:37, Error                 DISM   DISM Package Manager: PID=7800 TID=1204 Failed to process package changes in unattend file. - CPackageManagerUnattendHandler::Internal_ProcessChanges(hr:0x80073701)
    2022-06-04 15:38:37, Error                 DISM   DISM Package Manager: PID=7800 TID=1204 Failed to process package changes. - CPackageManagerUnattendHandler::Apply(hr:0x80073701)
    2022-06-04 15:38:37, Error                 DISM   DISM Package Manager: PID=7800 TID=1204 Failed to Apply the unattend. - CDISMPackageManager::Apply(hr:0x80073701)
    2022-06-04 15:38:37, Error                 DISM   DISM Unattend Manager: PID=7800 TID=1204 "Error applying unattend for provider: DISM Package Manager" - CUnattendManager::Apply(hr:0x80073701)
    2022-06-04 15:38:37, Error                 DISM   DISM Unattend Manager: PID=7800 TID=1204 onecore\base\ntsetup\opktools\dism\providers\unattendprovider\dll\unattendmanager.cpp:731 - CUnattendManager::InternalExecuteCmdLine(hr:0x80073701)
    2022-06-04 15:38:37, Error                 DISM   DISM Unattend Manager: PID=7800 TID=1204 onecore\base\ntsetup\opktools\dism\providers\unattendprovider\dll\unattendmanager.cpp:680 - CUnattendManager::ExecuteCmdLine(hr:0x80073701)
    2022-06-04 15:38:37, Error                 DISM   DISM.EXE: DISM Unattend Manager processed the command line but failed. HRESULT=80073701
    
    I tried to mod packages from ServerStandard edition for some of them, and delete all references to other packages that can not be modded from other packages.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,428
    340
    #8080 xinso, Jun 4, 2022
    Last edited: Jun 4, 2022
    (The oldest I can do is 15063.)

    Components defined in Microsoft-Windows-Editions-ServerARM64-Deployment missing.

    Microsoft-Windows-Editions-ServerARM64-Deployment, version 10.0.14393.0, arch "amd64"?

    (10586) ARM64 vs (14393) amd64 --> Mismatched.

    You can ask gailium119 to repack it for you.