[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
  2. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,902
    1,586
    60
    no, Not even close...
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,832
    14,544
    340
  4. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    623
    114
    30
  5. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    620
    357
    30
    Building Windows 11 Pro 24h2 (26100.1) to IoTEnterpriseS and EnterpriseS works:D, using the packages sent by @kibkalo .:)

    I'll share the script soon, but I have a problem, Windows Defender flags a "Loading Engine Updates" error and flags everything including the definitions version as 0.0.0.0

    Is there a solution for this:confused:?

    It requires modifying some things in the sxs I guess.o_O
     
  6. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    623
    114
    30
    when i've tried to re-install key, there was error. but FINALLY activation works :)
    thanks again xinso - great knowledge
     
  7. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Have you tried the Microsoft Defender Anti-Malware/Platform Update Kit for Windows 11 ?
     
  8. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    613
    217
    30
    Have you tried mine? Did not worked?
     
  9. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,902
    1,586
    60
    1.xml stage Professional before removal stops a defender package from being removed...
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="stage">
                <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-IoTEnterpriseSEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
                <source location="Source Here" />
            </package>
            <package action="remove">
                <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.26100.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
            </package>
        </servicing>
    </unattend>
     
  10. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    613
    217
    30
    Does it have store when built from professional?
     
  11. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    620
    357
    30
    In this build that I share the style is official, the official one does not have a store but the lines from the DelAppx.txt file corresponding to the Microsoft store can be deleted to prevent the store from being deleted.
     
  12. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    613
    217
    30
    Do not you convert original professional iso to enterprises? Using uupdump? Uupdump has congfigure.ini kind of files to add remove store. Where the delappx.txt comes from?
     
  13. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,302
    611
    60
    Does this mean I have hotpatch working on my AzureStackHCI 26100.1. After install did not ask for reboot & when reboot I didn't loose GUI.

    screenshot_19.png
     
  14. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,902
    1,586
    60
    can you post steps taken for Hotpatch...
     
  15. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    620
    357
    30
    The question is...

    What causes the removal of these files in the mounted install.wim?

    The script itself does its job of removing apps and installing EnterpriseSEdition without any issues.

    There is no command inside the script that deletes these files. :confused:
     
  16. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    620
    357
    30
    No, I'm not using UUPDump, even in UUP Dump there are no EnterpriseS (26100.1) packages

    DelAppx.txt is part of the script I'll share to convert from Professional to EnterpriseS (sorry if I may have expressed myself badly)