[ARCHIVED] Windows Editions Reconstruction Project

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

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

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
    #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 Expert

    Sep 8, 2009
    1,025
    362
    60
    Agh, thanks

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

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
    #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 Expert

    Sep 8, 2009
    1,025
    362
    60
    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
    13,715
    14,439
    340
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
  7. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,568
    2,607
    60
    #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?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,568
    2,607
    60
    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"
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
    #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
    41
    13
    0
    m2 2 please
     
  11. jonaand

    jonaand MDL Senior Member

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

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
  13. 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
    13,715
    14,439
    340
    #1816 xinso, Feb 27, 2021
    Last edited: Feb 27, 2021
    Element not found = Something missing or mismatched.
     
  15. The script found in the first and second post.
     
  16. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    304
    324
    10
    14393.0_Core_as_EntS_amd64.zip

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

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
    #1820 xinso, Feb 27, 2021
    Last edited: Feb 27, 2021
    Thank you. Salute!