[ARCHIVED] Windows Editions Reconstruction Project

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

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

    Dec 29, 2019
    568
    319
    30
    I already did that. But it didn't work sadly.
    bandicam 2022-06-07 21-56-47-862.jpg
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,681
    14,418
    340
    #8182 xinso, Jun 7, 2022
    Last edited: Jun 7, 2022
    1.xml
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="stage">
                <assemblyIdentity name="Microsoft-Windows-EnterpriseGEdition" version="10.0.22621.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
                <source location="sxs\Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.22621.1.mum" />
            </package>
        </servicing>
    </unattend>
    
    2.xml
    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.22621.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-EnterpriseGEdition" version="10.0.22621.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
            </package>
        </servicing>
    </unattend>
    
    3.xml
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="10.0.22621.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="en-US" />
                <source location="lp\update.mum" />
            </package>
        </servicing>
    </unattend>
    
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,681
    14,418
    340
    Just modify EnterpriseG-ppdlic.xrm-ms, and save.

    [Before]

    zh-CN;en-US
    Code:
    <sl:policyStr attributes="reboot-required, override-only" name="Kernel-MUI-Language-Allowed">zh-CN;en-US</sl:policyStr>
    
    [After]

    EMPTY
    Code:
    <sl:policyStr attributes="reboot-required, override-only" name="Kernel-MUI-Language-Allowed">EMPTY</sl:policyStr>
    
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,681
    14,418
    340
  5. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,280
    593
    60
    @xinso
    I've worked on this thing all day and still can't get it to work without errors. I quit.
    This is why I asked for a pm link its just not working. :hypo:
     
  6. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,154
    5,961
    150
    If you keep trying you will succeed :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,280
    593
    60
    same ol same ol can't get past 1.xml:

    Microsoft Windows [Version 10.0.25131.1000]
    (c) Microsoft Corporation. All rights reserved.

    C:\Users\Administrator>cd C:\enterpriseg_22621_x64

    C:\enterpriseg_22621_x64>full_build.cmd

    C:\enterpriseg_22621_x64>rmdir /q /s logs 1>NUL 2>&1

    C:\enterpriseg_22621_x64>mkdir logs 1>NUL 2>&1

    C:\enterpriseg_22621_x64>mkdir mount 1>NUL 2>&1

    C:\enterpriseg_22621_x64>mkdir temp 1>NUL 2>&1

    C:\enterpriseg_22621_x64>dism /logpath:logs\mount.log /mount-wim /wimfile:install.wim /index:1 /mountdir:mount || exit /b 1

    Deployment Image Servicing and Management tool
    Version: 10.0.25131.1000

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    C:\enterpriseg_22621_x64>call build.cmd || exit /b 1

    C:\enterpriseg_22621_x64>mkdir logs 1>NUL 2>&1

    C:\enterpriseg_22621_x64>mkdir temp 1>NUL 2>&1

    C:\enterpriseg_22621_x64>dism /logpath:logs\1.log /scratchdir:"C:\enterpriseg_22621_x64\temp" /image:mount /apply-unattend:1.xml || exit /b 1

    Deployment Image Servicing and Management tool
    Version: 10.0.25131.1000

    Image Version: 10.0.22621.1

    [==========================100.0%==========================]

    Error: 1168

    Element not found.

    The DISM log file can be found at logs\1.log

    C:\enterpriseg_22621_x64>
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,681
    14,418
    340
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,681
    14,418
    340
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,681
    14,418
    340
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,681
    14,418
    340
    #8191 xinso, Jun 8, 2022
    Last edited: Jun 8, 2022
    22621.1, happy?

    And Server?
     
  12. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    789
    509
    30
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,681
    14,418
    340
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,681
    14,418
    340
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,681
    14,418
    340
    zhanglin is the expert. He can switch any edition.
     
  16. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,154
    5,961
    150
    Can he switch 10 ltsc to 7 ultimate ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,681
    14,418
    340
    #8198 xinso, Jun 8, 2022
    Last edited: Jun 8, 2022
    No. Same build only. Yet not easy.
     
  18. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    789
    509
    30
    Switch can be Ok. But 98% chance that it will BSOD.
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,681
    14,418
    340
    #8200 xinso, Jun 8, 2022
    Last edited: Jun 8, 2022
    2%? Sure?