[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. midaiganes123

    midaiganes123 MDL Novice

    Dec 2, 2024
    8
    0
    0
    I don't understand. Why there is an option to reconstruct Etnterprise G "With Defender" in Bedi, when there is no way?
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
  3. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    925
    693
    30
    Yeah but if you constrct with explodesxs it will allow usage of external (not in winsxs) wcp.dll, preventing patched wcp from entering system
     
  4. 2012mshs

    2012mshs MDL Junior Member

    Aug 13, 2015
    73
    125
    0
    Please read bedi_readme first! This options only for EnterpriseS!
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
  6. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    #4566 pp03, Feb 24, 2026
    Last edited: Feb 24, 2026
    again turn off and turn on, when installing 22000.51 on sl7 intel.
    restart after adding hyperv and again stuck at windows logo.
    in srttrail there is information that efi\microsoft\boot\cipolicies\active\{cdd5cb55-db68-4d71-aa38-3df2b6473a52}.cip is corrupted

    this time there is 1086 error, when try to enable hvhost service (last time was 31 error).
    in bcdedit hypervisorlaunchtype is auto, hyperv function checked in optional features.
     

    Attached Files:

  7. sakatgg

    sakatgg MDL Junior Member

    Jun 18, 2020
    66
    40
    0
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
  9. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #4569 sainfo, Feb 25, 2026
    Last edited: Feb 25, 2026
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    442
    547
    10
    #4571 winosr25, Feb 25, 2026
    Last edited: Feb 25, 2026
    I'm working on the package:
    Microsoft-OneCore-Win3-Core-BurnDown-Package
    mod
    for version 29531.1000 server
    It allows the removal of:
    Win4 Feature Pack,
    all kernel packs.
    It existed in version 26100.1742 and was removed afterward (it originated from the ValidationOS version).
    This pack enables a minimal desktop environment.
    You need to mod the server feature pack

    I dug out the WinOSR25Edition version from the closet
     
  11. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #4572 sainfo, Feb 25, 2026
    Last edited: Feb 25, 2026
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    you mean 29531?
     
  13. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    possible for client?
     
  14. sakatgg

    sakatgg MDL Junior Member

    Jun 18, 2020
    66
    40
    0
  15. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    442
    547
    10
    #4579 winosr25, Feb 25, 2026
    Last edited: Feb 25, 2026
    winpe neutral
    29531.1000
    winpe 28000.1 patch 29531 wcp.dll
    lang pack fr-fr
    29531.1000 winpe.wim
    lp

    dism /english /apply-image /imagefile:"wcp.esd" /Index:1 /applydir:%MT%

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
    <package action="install">
    <assemblyIdentity name="Microsoft-Microsoft-Windows-WinPE-Package" version="10.0.29531.1000" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
    <source location="Microsoft-Windows-Microsoft-Windows-WinPE-Package~31bf3856ad364e35~amd64~~10.0.29531.1000.mum" />
    </package>
    <package action="remove">
    <assemblyIdentity name="Microsoft-Windows-WinPE-Package" version="10.0.28000.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
    </package>
    </servicing>
    </unattend>

    dism /english /apply-image /imagefile:"wcp.esd" /Index:1 /applydir:%MT%

    Microsoft-Windows-WinPE-LanguagePack-Package

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
    <package action="install">
    <assemblyIdentity name="Microsoft-Windows-WinPE-LanguagePack-Package" version="10.0.29531.1000" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="fr-fr" />
    <source location="Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~fr-fr~10.0.29531.1000.mum" />
    </package>
    </servicing>
    </unattend>

    echo.
    echo ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    echo convert 29531.1000
    echo ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    echo.
    dism /english /apply-image /imagefile:"wcp.esd" /Index:1 /applydir:%MT%
    dism /english /image:%MT% /apply-unattend:sxs\01s.xml
    dism /english /apply-image /imagefile:"wcp.esd" /Index:1 /applydir:%MT%
    dism /english /image:%MT% /apply-unattend:sxs\0lp.xml
    dism /english /image:%MT% /Set-SKUIntlDefaults:fr-fr
    dism /english /image:%MT% /apply-unattend:sxs\0fod.xml

    and:
    Microsoft-OneCore-Win3-Core-BurnDown-Package 26100.1742 The minimum shell belongs to you
     
  16. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    what do you have in 0fod.xml?