[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,023
    15,280
    340
    Test official build.
     
  2. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,416
    471
    60
    #3342 pp03, Nov 16, 2025
    Last edited: Nov 16, 2025
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,023
    15,280
    340
  4. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,416
    471
    60
    lcu works if languagepack is reinstalled
     
  5. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,416
    471
    60
    #3345 pp03, Nov 16, 2025
    Last edited: Nov 16, 2025
    construction of 25398 is successful with explodesxs, but without winre.wim

    edit: winre.wim added


    how to get rid of microsoft edge entry in installed apps list?

    edge is in windows/systemapps

    after remove-appxpackage there is message "app is part of windows and cannot be uninstalled"
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,023
    15,280
    340
    Microsoft-Windows-EditionSpecific-Professional-Package~31bf3856ad364e35~amd64~~10.0.25398.1
    --->
    Microsoft-Windows-Internet-Browser-Package~31bf3856ad364e35~amd64~~10.0.25398.1
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,023
    15,280
    340
    #3347 xinso, Nov 16, 2025
    Last edited: Nov 16, 2025
    Q: How to intergrate 19041.6575 (the very first ESU for AC) Windows10.0-KB5068781-x64.cab to LTSC?

    PS:
    1. When online, the installation is OK by hand or thru Windows Update.
    2. The error is the very same when AC is not qualified for ESU.
    Code:
    ------------------------------------------------------------
    Add Cumulative update to EnterpriseS image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6575.1.22
    [==========================100.0%==========================]
    Package_for_RollupFix: The specified image is no longer serviceable and may be corrupted.
    Discard the modified image and start again.
     Error: 0x80073713
    
    Error: 14099
    
    The specified image is no longer serviceable and may be corrupted.
    Discard the modified image and start again.
    
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,023
    15,280
    340
  9. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,192
    1,890
    90
    when you say by hand, did you mod any files ?...

    e.g like this one
    Code:
    amd64_microsoft-windows-s..edsecurityupdatesai_31bf3856ad364e35_25.10.0.0_none_eeb9d8760f514b22.manifest
     
  10. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    420
    527
    10
    #3351 winosr25, Nov 16, 2025
    Last edited: Nov 16, 2025
    A WinPE desktop environment is coming soon; the code is not yet complete.

    Code:
    copy /y Microsoft-Windows-EditionPack-WinPE-WOW64-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-EditionPack-WinPE-WOW64-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum
    copy /y Microsoft-Windows-EditionPack-WinPE-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-EditionPack-WinPE-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum
    
    echo remove Microsoft-Windows-WinPE-SKU-Foundation-WOW64-Package
    Dism /quiet /image:%MT% /Disable-Feature:"2aaa1734164d46df714ad0f4278b5ae7" /PackageName:Microsoft-Windows-EditionPack-WinPE-WOW64-Package~31bf3856ad364e35~amd64~~10.0.28000.1
    echo remove Microsoft-Windows-WinPE-SKU-Foundation-Package
    Dism /quiet /image:%MT% /Disable-Feature:"70654877ae87a56d068dd30f2bc7349e" /PackageName:Microsoft-Windows-EditionPack-WinPE-Package~31bf3856ad364e35~amd64~~10.0.28000.1
    echo remove Microsoft-Windows-CoreSystem-Package
    Dism /quiet /image:%MT% /Disable-Feature:"701123ee01e19c785d9fb701de68772b" /PackageName:Microsoft-Windows-EditionPack-WinPE-Package~31bf3856ad364e35~amd64~~10.0.28000.1
    
    copy /y bin\Microsoft-Windows-EditionPack-WinPE-WOW64-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-EditionPack-WinPE-WOW64-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum
    copy /y bin\Microsoft-Windows-EditionPack-WinPE-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-EditionPack-WinPE-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum
    
    echo.
    echo ============================================================
    echo desktop
    echo ============================================================
    echo.
    dism /english /image:%MT% /apply-unattend:"sxs\winpe.xml"
    
    echo.
    echo ============================================================
    echo lang
    echo ============================================================
    echo.
    dism /english /image:%MT% /apply-unattend:"sxs\winpelang.xml"
    
    echo.
    echo ============================================================
    echo desktop
    echo ============================================================
    echo.
    dism /english /image:%MT% /apply-unattend:"sxs\winpeboot.xml"
     

    Attached Files:

  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,023
    15,280
    340
    No.
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,023
    15,280
    340
    #3353 xinso, Nov 17, 2025
    Last edited: Nov 17, 2025
    Script starts
    --->
    Script installs CU (CU failed)
    --->
    Script paused
    --->
    Install CU by Dism++ (CU completed)
    --->
    Press Enter to continue
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,023
    15,280
    340
    #3354 xinso, Nov 17, 2025
    Last edited: Nov 18, 2025
    The 19041.6575 ESU CU also fail to be integrated to LTSC.
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,023
    15,280
    340
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,023
    15,280
    340
    #3356 xinso, Nov 18, 2025
    Last edited: Nov 18, 2025
    Q: What about 19044.6456 LTSC? Could it receive 19041.6575 CU and work after reboot?

    I tried 19045.6456 (to disable Edge).
    Windows Update stops pushing new CU anymore. Then I shutdown and install 6575 CU. It boots to BSOD. Abnormal.

    I tried 19044.6456.
    Windows Update installs 6575 CU. After restart, it is up to date. Restart? It still boots to Desktop. Normal.
     
  16. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    420
    527
    10
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,023
    15,280
    340
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,023
    15,280
    340
  19. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    420
    527
    10
    I haven't managed to get LTSC 28000 working yet. I'm looking for the package that checks the integrity of `mum` and `cat` in WinPE; it's the smallest OS.