Windows Editions Reconstruction Project

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

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    6,267
    8,659
    210
    #1801 xinso, Feb 26, 2021
    Last edited: Feb 26, 2021
    No way because it uses new update technology different to that for 17763.1 and backward.

    The only way for versions from 18362.1 forward is "Custom Updates".
     
  2. kibkalo

    kibkalo MDL Member

    Sep 8, 2009
    201
    25
    10
    Agh, thanks

    Is it possible to start from Pro 19043.844 to convert to S?
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    6,267
    8,659
    210
    #1803 xinso, Feb 26, 2021
    Last edited: Feb 27, 2021
    Well, Edition is one thing, Update is another. Afterall, the update goes with which edition it was applied to.

    e.g. Core, which includes Pro. (LCU supports both Core and Pro)

    The LCU will update both editions at a time. Hence, when Core is upgraded to Pro, Core is removed, and updated Pro is ready for you.
     
  4. kibkalo

    kibkalo MDL Member

    Sep 8, 2009
    201
    25
    10
    Can you explain about certificates? I see others post too:

    But I don't get what is needed
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    6,267
    8,659
    210
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    6,267
    8,659
    210
  7. freddie-o

    freddie-o MDL Addicted

    Jul 29, 2009
    719
    816
    30
    #1809 freddie-o, Feb 26, 2021
    Last edited: Feb 26, 2021
    Hi @xinso This script works

    Code:
    for /f %%a in ('dism /scratchdir:temp /image:mount /get-features /format:table ^|find "| Enabled"') do (dism /scratchdir:temp /image:mount /disable-feature:%%a)
    
    
    Just want to ask for your opinion
    Can it be improved?
     
  8. freddie-o

    freddie-o MDL Addicted

    Jul 29, 2009
    719
    816
    30
    This is how I change install.wim information

    Code:
    wimlib-imagex info install.wim 1 --image-property NAME="" --image-property DESCRIPTION="" --image-property DISPLAYNAME="" --image-property DISPLAYDESCRIPTION=""  --image-property WINDOWS/EDITIONID="" --image-property FLAGS=""
    wimlib-imagex info install.wim 1 --image-property NAME="Windows 10 Enterprise S" --image-property DESCRIPTION="Windows 10 Enterprise S" --image-property DISPLAYNAME="Windows 10 Enterprise S" --image-property DISPLAYDESCRIPTION="Windows 10 Enterprise S"  --image-property WINDOWS/EDITIONID="EnterpriseS" --image-property FLAGS="EnterpriseS"
    
    
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    6,267
    8,659
    210
    #1811 xinso, Feb 26, 2021
    Last edited: Feb 26, 2021
    @ #1809
    A: It works, really?

    Edit: Yes, it works.
    Code:
    for /f %%a in ('dism /english /image:z:\1 /get-features /format:table ^|find "| Enabled"') do (
    echo.
    echo Disabling %%a
    dism /english /quiet /image:z:\1 /disable-feature:%%a
    )
    
    Code:
    Disabling Printing-PrintToPDFServices-Features
    
    Disabling Windows-Defender-Default-Definitions
    
    Disabling Printing-XPSServices-Features
    
    Disabling SearchEngine-Client-Package
    
    Disabling MSRDC-Infrastructure
    
    Disabling WorkFolders-Client
    
    Disabling Printing-Foundation-Features
    
    Disabling Printing-Foundation-InternetPrinting-Client
    
    Disabling MicrosoftWindowsPowerShellV2Root
    
    Disabling MicrosoftWindowsPowerShellV2
    
    Disabling NetFx4-AdvSrvs
    
    Disabling WCF-Services45
    
    Disabling WCF-TCP-PortSharing45
    
    Disabling MediaPlayback
    
    Disabling WindowsMediaPlayer
    
    Disabling SmbDirect
    
    Disabling Internet-Explorer-Optional-amd64
    
    @ #1810
    A: Very good.
     
  10. Mitolo

    Mitolo MDL Novice

    May 3, 2008
    38
    11
    0
    m2 2 please
     
  11. jonaand

    jonaand MDL Senior Member

    Aug 4, 2012
    328
    28
    10
    19043.844 intall over windows request to me a serial key
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    6,267
    8,659
    210
  13. Exe Csrss

    Exe Csrss MDL Senior Member

    Dec 9, 2020
    393
    348
    10
    I tried making the enterpriseg wim but i get the error while 1.xml unattended is being applied:
    Error: 1168
    Element not found
    Please help!
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    6,267
    8,659
    210
    #1816 xinso, Feb 27, 2021
    Last edited: Feb 27, 2021
    Element not found = Something missing or mismatched.
     
  15. Exe Csrss

    Exe Csrss MDL Senior Member

    Dec 9, 2020
    393
    348
    10
    The script found in the first and second post.
     
  16. balanadi

    balanadi MDL Member

    Apr 24, 2014
    165
    72
    10
    14393.0_Core_as_EntS_amd64.zip

    RESPECT :kissin::kissin::kissin:
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    6,267
    8,659
    210
    #1820 xinso, Feb 27, 2021
    Last edited: Feb 27, 2021
    Thank you. Salute!