[ARCHIVED] Windows Editions Reconstruction Project

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

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

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    What tools or codes do you use to create the 25398.1 ltsc version? Can you help me with this?
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,672
    14,409
    340
  3. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    I already know that it is not the same, so I asked to make sure that I might be encountering such a problem because the tool on which I created version 25398.1 was problematic.
     
  4. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    Maybe this friend of ours may have created it using a different method.
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,672
    14,409
    340
  6. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    #15006 zwl29107, Mar 24, 2024
    Last edited: Mar 24, 2024
    If you already have Professional:

    https://forums.mydigitallife.net/posts/1825193/

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="remove">
                <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.25398.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.25398.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
                <source location="D:\test\Microsoft-Windows-EnterpriseSEdition~31bf3856ad364e35~amd64~~10.0.25398.1.mum" />
            </package>
        </servicing>
    </unattend>
    
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,672
    14,409
    340
  8. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    I need codes to create it step by step, sorry to keep you busy.
     
  9. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    First of all, I need to know if you started from Server or Professional.
     
  10. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    upload_2024-3-24_13-51-14.png
    with server, i.e. the version in the picture
     
  11. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    I'm looking forward to seeing what's going on
     
  12. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
  13. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    Although the reconstruction from Server to Client often leads to component corruption, this is the simplest method to make unofficial Client.
     
  14. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    Now how do I ltsc this and update it to version 709?
     
  15. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    If apply unattend is successful, you will already receive LTSC.
    The display here shows ServerDatacenterCore only because the image name has not been modified yet.
     
  16. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    dism /image:[mount or offline system path] /add-package /packagepath:[SSU Path] /packagepath:[LCU Path]
     
  17. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    Okay, can you explain that too and update it?
     
  18. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    I don't have a modded lcu or ssu file.
     
  19. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30