[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
    #2241 xinso, Jun 27, 2025
    Last edited: Jun 27, 2025
    Q: How and What does a Package install?

    Q: How and What does an App install?
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
    #2242 xinso, Jun 27, 2025
    Last edited: Jun 29, 2025
    Q: Does Reconstruction source require a full install.wim?
    A: No. e.g. Microsoft-Windows-NeutralEdition~31bf3856ad364e35~amd64~~10.0.20279.1.mum. Four packages only.
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
    #2243 xinso, Jun 28, 2025
    Last edited: Jun 28, 2025
    Q: Some reconstructed images are not working flawlessly. Why?
    A: Usually, they are lacking required App dependencies for C:\Windows\SystemApps. e.g. official 19044.1288 LTSC.
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
    #2244 xinso, Jun 28, 2025
    Last edited: Jun 29, 2025
    Q: How many ways for Image Creation?
    A: Four ways IMHO:
    Way-1: Reconstruction.
    Way-2: Client-vs-Server Reconstruction.
    Way-3: Compatible-Build Reconstruction.
    Way-4: Construction.
     
  5. Typical

    Typical MDL Novice

    Jan 26, 2020
    46
    8
    0
    [17784.1068 Starter reconstructed out of 15063 files]
    Windows 10 (test)-2025-06-28-13-02-46.png

    Question: What do you have to do to make OOBE work?
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
    #2246 xinso, Jun 29, 2025
    Last edited: Jun 29, 2025
    Q: How did you do the Reconstruction?
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
    #2248 xinso, Jun 29, 2025
    Last edited: Jun 29, 2025
    26100 License Agreement is standalone package. This is one problem.

    Q: How to make 26100 Starter(N) with "WinX menu"? Another problem.
     
  9. Typical

    Typical MDL Novice

    Jan 26, 2020
    46
    8
    0
    By modifying EditionSpecific-Starter package, just like I did with EnterpriseS(N)(Eval). I've changed MUM version, but haven't changed version of the deployment manifest.

    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
    <assemblyIdentity name="Microsoft-Windows-Branding-EnterpriseSEval-Package" version="10.0.17784.1068" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
    <package identifier="Microsoft-Windows-Branding-EnterpriseSEval-Package" releaseType="Feature Pack">
    <update name="Microsoft-Windows-Branding-EnterpriseSEval-Deployment">
    <component>
    <assemblyIdentity name="Microsoft-Windows-Branding-EnterpriseSEval-Deployment" version="10.0.17763.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
    </component>
    </update>
    </package>
    </assembly>
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
    #2250 xinso, Jun 29, 2025
    Last edited: Jun 29, 2025
    You can refer to 17763.1.

    This is Microsoft-Windows-StarterEdition~31bf3856ad364e35~amd64~~10.0.17763.1.mum.
    Code:
                <Resolve package="Microsoft-Windows-StarterEdition~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-Foundation-Package"/>
                <Resolve package="Microsoft-Windows-StarterEdition~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-EditionSpecific-Starter-Package"/>
                <Resolve package="Microsoft-Windows-StarterEdition~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-Client-Desktop-Required-Package"/>
                <Resolve package="Microsoft-Windows-StarterEdition~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-Client-Desktop-Required-WOW64-Package"/>
                <Resolve package="Microsoft-Windows-StarterEdition~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-Client-Features-Package"/>
                <Resolve package="Microsoft-Windows-StarterEdition~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-Client-Features-WOW64-Package"/>
                <Resolve package="Microsoft-Windows-StarterEdition~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-EditionPack-Starter-Package"/>
    
    This is Microsoft-Windows-EditionSpecific-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1.mum.
    Code:
                <Resolve package="Microsoft-Windows-EditionSpecific-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="9e904f34506207704aceb172bca12e34"/>
                <Resolve package="Microsoft-Windows-EditionSpecific-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="1a316c2b3cda84f6d99c29b4d6965e4c"/>
                <Resolve package="Microsoft-Windows-EditionSpecific-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="8a72f311f93bf7f0f212647fb9654f08"/>
                <Resolve package="Microsoft-Windows-EditionSpecific-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="b1b0294f98f45a56150236351c61123d"/>
                <Resolve package="Microsoft-Windows-EditionSpecific-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="7471c631b61d4cc5396dd6ec8e125200"/>
                <Resolve package="Microsoft-Windows-EditionSpecific-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="15be1ce595d4b4b5741de004b7feee73"/>
                <Resolve package="Microsoft-Windows-EditionSpecific-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="b59ef0ea99971aa97e2e00a0551a7580"/>
                <Resolve package="Microsoft-Windows-Branding-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-Branding-Starter-Deployment"/>
                <Resolve package="Microsoft-Windows-Editions-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-Editions-Starter-Deployment"/>
                <Resolve package="Microsoft-Windows-Help-ClientUA-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="ClientStarter"/>
                <Resolve package="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-Security-SPP-Component-SKU-Starter-License-Package"/>
                <Resolve package="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Package"/>
                <Resolve package="Microsoft-Windows-Security-SPP-Component-SKU-Starter-License-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-Security-SPP-Component-SKU-Starter-License-Deployment"/>
                <Resolve package="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Deployment"/>
                <Resolve package="Microsoft-Windows-Starter-Features-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-SysMet-SKU-Starter-Update"/>
                <Resolve package="Microsoft-Windows-SysMet-SKU-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-SysMet-SKU-Starter-Package"/>
                <Resolve package="Networking-MPSSVC-Rules-StarterEdition-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="927c16dc892a9d9e4833004a3c7679f9"/>
                <Resolve package="Networking-MPSSVC-Rules-StarterEdition-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="54bdf795e448447889aa9d6fc02e503e"/>
                <Resolve package="Networking-MPSSVC-Rules-StarterEdition-net-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="c3fef5d23c429fe34eb86c3a8a60a098"/>
                <Resolve package="Networking-MPSSVC-Rules-StarterEdition-onecore-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="86dda7f6d28a545195011062ed9185f9"/>
                <Resolve package="Server-Help-Package.ClientStarter~31bf3856ad364e35~amd64~~10.0.17763.1" update="Server-Help-Package_ClientStarter-Update"/>
    
    --->
    Code:
    Microsoft-Windows-Branding-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    Microsoft-Windows-Editions-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    Microsoft-Windows-Help-ClientUA-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    Microsoft-Windows-Security-SPP-Component-SKU-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    Microsoft-Windows-Starter-Features-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    Networking-MPSSVC-Rules-StarterEdition-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    Server-Help-Package.ClientStarter~31bf3856ad364e35~amd64~~10.0.17763.1
    
    This is Microsoft-Windows-EditionPack-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1.mum.
    Code:
                <Resolve package="Microsoft-Windows-EditionPack-Starter-Package~31bf3856ad364e35~amd64~~10.0.17763.1" update="Microsoft-Windows-NetFx4-US-OC-Package"/>
    
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
    #2252 xinso, Jun 30, 2025
    Last edited: Jun 30, 2025
    1. Yes.
    2. 20348.1 Starter packages from the web are repacked with 15063.0 packages.
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
    #2253 xinso, Jun 30, 2025
    Last edited: Jul 1, 2025
    It seems that 17763.1 Starter has changed. i.e. No Media Feature packs.
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
    #2254 xinso, Jun 30, 2025
    Last edited: Jul 1, 2025
    There are several types of Media Features for Windows.

    Q: Except Customization, is your Starter reconstructed with correct type?
     
  14. Typical

    Typical MDL Novice

    Jan 26, 2020
    46
    8
    0
    2025-06-30 17:42:19, Info CBS Exec: 86 deployments need bulk staging
    2025-06-30 17:42:20, Info CSI 00000006 Performing 85 operations as follows:
    (0) Stage: flags: 8 app: [Microsoft-Windows-Branding-Starter-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2e00270
    (1) Stage: flags: 8 app: [Microsoft-Windows-Editions-Starter-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed31a0
    (2) Stage: flags: 8 app: [Microsoft-Windows-Security-SPP-Component-SKU-Starter-License-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2800
    (3) Stage: flags: 8 app: [Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2720
    (4) Stage: flags: 8 app: [Microsoft-Windows-Help-Client-Starter-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2e90
    (5) Stage: flags: 8 app: [Networking-MPSSVC-Rules-StarterEdition-onecore-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed32f0
    (6) Stage: flags: 8 app: [Server-Help-Deployment.ClientStarter.CHM, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed3440
    (7) Stage: flags: 8 app: [Microsoft-Windows-NetFx4-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2fe0
    (8) Stage: flags: 8 app: [Microsoft-Windows-NetFx4Extended-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2f00
    (9) Stage: flags: 8 app: [Microsoft-Windows-NetFx-Advanced-Services-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed3050
    (10) Stage: flags: 8 app: [Microsoft-Windows-NetFx4ASPNET-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l
    2025-06-30 17:42:20, Info CSI :8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed30c0
    (11) Stage: flags: 8 app: [Microsoft-Windows-NetFx-Policy-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2f70
    (12) Stage: flags: 8 app: [Microsoft-Windows-NetFx-Shared-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2790
    (13) Stage: flags: 8 app: [Microsoft-Windows-NetFx-Windows-Built-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed3130
    (14) Stage: flags: 8 app: [Microsoft-Windows-NetFx-Shared-WPF-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed3280
    (15) Stage: flags: 8 app: [Microsoft-Windows-NetFx-Shared-MOF-Client-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed26b0
    (16) Stage: flags: 8 app: [Microsoft-Windows-NetFx-Shared-MOF-Extended-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed3360
    (17) Stage: flags: 8 app: [Microsoft-Windows-NetFx-Shared-Perfcounters-Client-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2950
    (18) Stage: flags: 8 app: [Microsoft-Windows-NetFx-Shared-Perfcounters-Extended-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed34b0
    (19) Stage: flags: 8 app: [Microsoft-Windows-NetFx-Shared-Misc-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed33d0
    (20) Stage: flags: 8 app: [Microsoft-Windows-NetFx-Shared-Typelibs-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed3590
    (21) Stage: flags: 8 app: [Microsoft-Windows-NetFx-Shared-WCF-HttpNamespace-Deployment, version 10.0.17784.10
    2025-06-30 17:42:20, Info CSI 68, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2a30
    (22) Stage: flags: 8 app: [Microsoft-Windows-NetFx-NgenAssemblyExclusionClient-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2c60
    (23) Stage: flags: 8 app: [Microsoft-Windows-NetFx-AutoNgenEnable.3.5-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2aa0
    (24) Stage: flags: 8 app: [Microsoft-Windows-Multimedia-MF-multimedia-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2b10
    (25) Stage: flags: 8 app: [Microsoft-Windows-Multimedia-MF-avcore-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed2b80
    (26) Stage: flags: 8 app: [Microsoft-OneCore-Multimedia-MFPMP-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2e8e1b0
    (27) Stage: flags: 8 app: [Multimedia-MFCore-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed9c90
    (28) Stage: flags: 8 app: [Microsoft-Windows-Multimedia-RestrictedCodecs-multimedia-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2eda470
    (29) Stage: flags: 8 app: [Microsoft-Windows-Multimedia-RestrictedCodecs-avcore-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2eda1d0
    (30) Stage: flags: 8 app: [Multimedia-RestrictedCodecsCore-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed96e0
    (31) Stage: flags: 8 app: [Multimedia-RestrictedCodecsCore-Full-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed9e50
    (32) Stage: flags: 8 app: [Multimedia-RestrictedCodecsExt-Deployment, v
    2025-06-30 17:42:20, Info CSI ersion 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed9750
    (33) Stage: flags: 8 app: [Microsoft-Windows-Media-Format-multimedia-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed9910
    (34) Stage: flags: 8 app: [Microsoft-Windows-Media-Format-windows-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed9de0
    (35) Stage: flags: 8 app: [Microsoft-Windows-WPD-LegacyWmdmFeature-Feature-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed99f0
    (36) Stage: flags: 8 app: [Microsoft-Windows-Media-Streaming-multimedia-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed9a60
    (37) Stage: flags: 8 app: [Microsoft-Windows-Media-Streaming-avcore-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed9d00
    (38) Stage: flags: 8 app: [Microsoft-Windows-Media-Streaming-windows-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed9ec0
    (39) Stage: flags: 8 app: [Microsoft-OneCore-Multimedia-CastingCommon-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed9b40
    (40) Stage: flags: 8 app: [Microsoft-OneCore-Multimedia-CastingReceiver-Media-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2eda160
    (41) Stage: flags: 8 app: [Microsoft-OneCore-Multimedia-CastingTransmitter-Media-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed9830
    (42) Stage: flags: 8 app: [dual_bthmtpenum.inf, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, type [l:14]'dualModeDriver']) comp: (null) man: @0x2ed9bb0
    (43) Stage: flags
    2025-06-30 17:42:20, Info CSI : 8 app: [dual_c_wpd.inf, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, type [l:14]'dualModeDriver']) comp: (null) man: @0x2eda400
    (44) Stage: flags: 8 app: [dual_wpdcomp.inf, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, type [l:14]'dualModeDriver']) comp: (null) man: @0x2eda010
    (45) Stage: flags: 8 app: [dual_wpdfs.inf, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, type [l:14]'dualModeDriver']) comp: (null) man: @0x2ed9fa0
    (46) Stage: flags: 8 app: [dual_wpdmtp.inf, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, type [l:14]'dualModeDriver']) comp: (null) man: @0x2ed9d70
    (47) Stage: flags: 8 app: [dual_wpdmtphw.inf, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, type [l:14]'dualModeDriver']) comp: (null) man: @0x2eda550
    (48) Stage: flags: 8 app: [Microsoft-Windows-Portable-Devices-windows-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2eda080
    (49) Stage: flags: 8 app: [Microsoft-Windows-WPD-UltimatePortableDeviceFeature-Feature-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2eda2b0
    (50) Stage: flags: 8 app: [Microsoft-Windows-WebcamExperience-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed9c20
    (51) Stage: flags: 8 app: [Microsoft-Windows-WinSATMediaFiles-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2eda320
    (52) Stage: flags: 8 app: [Microsoft-Windows-Holographic-Desktop-Merged-pcshell-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ed9980
    (53) Stage: flags: 8 app: [dual_c_holographic.inf, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, type [l:14]'dualModeDriver']) comp: (null) man: @0x2ed2d40

    2025-06-30 17:42:20, Info CSI (54) Stage: flags: 8 app: [dual_PerceptionSimulationHeadset.inf, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, type [l:14]'dualModeDriver']) comp: (null) man: @0x2eda390
    (55) Stage: flags: 8 app: [dual_PerceptionSimulationSixDof.inf, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, type [l:14]'dualModeDriver']) comp: (null) man: @0x2ee33e0
    (56) Stage: flags: 8 app: [dual_PerceptionSimulationSixDofModels.inf, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, type [l:14]'dualModeDriver']) comp: (null) man: @0x2ee3610
    (57) Stage: flags: 8 app: [Microsoft-Windows-Holographic-Desktop-Merged-onecoreuap-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3bc0
    (58) Stage: flags: 8 app: [Microsoft-Windows-Holographic-Desktop-Merged-analog-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3990
    (59) Stage: flags: 8 app: [Microsoft-Composable-PlatformExtension-DragDropCommon-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3920
    (60) Stage: flags: 8 app: [Microsoft-Windows-Holographic-Desktop-Analog-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3c30
    (61) Stage: flags: 8 app: [Microsoft-PPIProjection-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee36f0
    (62) Stage: flags: 8 app: [Multimedia-RestrictedCodecsDolby-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee2960
    (63) Stage: flags: 8 app: [Microsoft-Windows-Multimedia-MF-WOW64-avcore-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee34c0
    (64) Stage: flags: 8 app: [Microsoft-OneCore-Multimedia-MFPMP-WOW64-Deployment, version 1
    2025-06-30 17:42:20, Info CSI 0.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3370
    (65) Stage: flags: 8 app: [Multimedia-MFCore-WOW64-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee38b0
    (66) Stage: flags: 8 app: [Microsoft-Windows-Multimedia-RestrictedCodecs-WOW64-multimedia-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee37d0
    (67) Stage: flags: 8 app: [Microsoft-Windows-Multimedia-RestrictedCodecs-WOW64-avcore-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3fb0
    (68) Stage: flags: 8 app: [Multimedia-RestrictedCodecsCore-WOW64-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3a00
    (69) Stage: flags: 8 app: [Multimedia-RestrictedCodecsCore-Full-WOW64-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3840
    (70) Stage: flags: 8 app: [Multimedia-RestrictedCodecsExt-WOW64-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3290
    (71) Stage: flags: 8 app: [Microsoft-Windows-Media-Format-WOW64-multimedia-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee2ab0
    (72) Stage: flags: 8 app: [Microsoft-Windows-Media-Format-WOW64-windows-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee29d0
    (73) Stage: flags: 8 app: [Microsoft-Windows-WPD-LegacyWmdmFeature-Feature-WOW64-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3220
    (74) Stage: flags: 8 app: [Microsoft-Windows-Media-Streaming-WOW64-avcore-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee2810
    (75) Stage
    2025-06-30 17:42:20, Info CSI : flags: 8 app: [Microsoft-Windows-Media-Streaming-WOW64-windows-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3680
    (76) Stage: flags: 8 app: [Microsoft-OneCore-Multimedia-CastingCommon-WOW64-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3d80
    (77) Stage: flags: 8 app: [Microsoft-OneCore-Multimedia-CastingReceiver-Media-WOW64-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee4020
    (78) Stage: flags: 8 app: [Microsoft-Windows-Portable-Devices-WOW64-windows-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3ca0
    (79) Stage: flags: 8 app: [Microsoft-Windows-WPD-UltimatePortableDeviceFeature-Feature-WOW64-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3ae0
    (80) Stage: flags: 8 app: [Microsoft-Windows-WebcamExperience-WOW64-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3e60
    (81) Stage: flags: 8 app: [Microsoft-Windows-Holographic-Desktop-Merged-WOW64-analog-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee4100
    (82) Stage: flags: 8 app: [Microsoft-Composable-PlatformExtension-DragDropCommon-WOW64-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee2880
    (83) Stage: flags: 8 app: [Microsoft-Windows-Holographic-Desktop-Analog-WOW64-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3d10
    (84) Stage: flags: 8 app: [Multimedia-RestrictedCodecsDolby-WOW64-Deployment, version 10.0.17784.1068, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}]) comp: (null) man: @0x2ee3df0
    2025-06-30 17:42:20, Error CSI 00000007@2025/6/30:15:42:20.171 (F) onecore\base\xml\udom_xmlcursor.cpp(63): Error c0000225 [Error,Facility=(system),Code=549 (0x0225)] originated in function CXmlCursor::Next expression: RtlXmlNextLogicalThing( &m_State, &m_Namespaces, &m_CurrentThing, &m_AttributeList )
    [gle=0x80004005]
    2025-06-30 17:42:20, Info CBS Not able to add Starter.log to WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2025-06-30 17:42:20, Info CBS Not able to add pending.xml to offline WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2025-06-30 17:42:20, Error CSI 00000008 (F) c0000225 [Error,Facility=(system),Code=549 (0x0225)] #41349# from CCSDirectTransaction::OperateEnding at index 4 of 85 operations, disposition 0[gle=0xd0000225]
    2025-06-30 17:42:20, Error CSI 00000009 (F) HRESULT_FROM_WIN32(1168) #37392# from Windows::ServicingAPI::CCSITransaction::ICSITransaction2_AddComponents(Flags = 0, a = @0x304be40, mp = @0x304c640, disp = 0)[gle=0x80070490]
    2025-06-30 17:42:20, Info CBS Failed to add one or more deployment [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2025-06-30 17:42:20, Info CBS Failed to bulk stage deployment manifest and pin deployment for package:Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~~10.0.17784.1068 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]

    This time, I've tried to repackage Starter for 17784.1068.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
    #2256 xinso, Jul 1, 2025
    Last edited: Jul 1, 2025
    The latest 20279.1 Neutral.wim, two slimmed-down packages only, 470,360 KB.
    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
      <assemblyIdentity name="Microsoft-Windows-NeutralEdition" version="10.0.20279.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
      <package identifier="Windows Neutral Edition" releaseType="Product">
        <update name="Microsoft-Windows-Foundation-Package">
          <package contained="false" integrate="visible">
            <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="10.0.20279.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-Client-Desktop-Required-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Client-Desktop-Required-Package" version="10.0.20279.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-Client-Desktop-Required-WOW64-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Client-Desktop-Required-WOW64-Package" version="10.0.20279.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
      </package>
    </assembly>
    
     
  16. Typical

    Typical MDL Novice

    Jan 26, 2020
    46
    8
    0
    Got it working.

    Code:
    C:\>dism /logpath:Starter.log /image:C:\mount /apply-unattend:X:\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.17784.1068
    
    Removing package Microsoft-Windows-NeutralEdition~31bf3856ad364e35~amd64~~10.0.17784.1068
    Removing package Microsoft-Windows-NeutralEdition~31bf3856ad364e35~amd64~~10.0.17784.1068
    [==========================100.0%==========================]
    
    The operation completed successfully.
    
    C:\>dism /logpath:Starter.log /image:C:\mount /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.17784.1068
    
    Current edition is:
    
    Current Edition : Starter
    
    The operation completed successfully.
    
    C:\>dism /logpath:Starter.log /image:C:\mount /get-targeteditions
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.17784.1068
    
    Editions that can be upgraded to:
    
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalWorkstation
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalSingleLanguage
    Target Edition : ServerRdsh
    Target Edition : Enterprise
    Target Edition : CoreSingleLanguage
    
    The operation completed successfully.
     
  17. Typical

    Typical MDL Novice

    Jan 26, 2020
    46
    8
    0
    Windows 10 (test)-2025-07-01-17-11-25.png
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,176
    14,784
    340
    #2259 xinso, Jul 1, 2025
    Last edited: Jul 2, 2025
    This one can be 200,772 KB, utmost. i.e. It will fail to slim down further.
     
  19. Typical

    Typical MDL Novice

    Jan 26, 2020
    46
    8
    0
    I've used autounattend.xml bypass, and it works exactly just like here.