[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,248
    1,957
    90
    I'm sorry, but I'm really struggling to understand what you're talking about, so I think it's best if we just leave it.
     
  2. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,772
    678
    60
    Code:
    C:\Users\Administrator\Desktop\mucs>dism /image:mount /get-currentedition /english
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.19041.1
    
    Current edition is:
    
    Current Edition : StarterN
    
    The operation completed successfully.
     
  3. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,248
    1,957
    90
    Without a script to apply the settings, the tool serves no practical purpose.
     
  4. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,772
    678
    60
    Code:
    C:\Users\Administrator\Desktop\mucs>dism /get-imageinfo /imagefile:install.wim /index:1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Details for image : install.wim
    
    Index : 1
    Name : windows
    Description : <undefined>
    Size : 10 930 786 296 bytes
    WIM Bootable : No
    Architecture : x64
    Hal : <undefined>
    Version : 10.0.19041
    ServicePack Build : 7548
    ServicePack Level : 0
    Edition : StarterN
    Installation : Client
    ProductType : WinNT
    ProductSuite : Terminal Server
    System Root : WINDOWS
    Directories : 23754
    Files : 76832
    Created : 03.08.2026 - 12:48:32
    Modified : 08.08.2026 - 21:53:53
    Languages :
            pl-PL (Default)
    The operation completed successfully.
     
  5. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,248
    1,957
    90
    This task is best suited for the developer, as they understand the original intent.
     
  6. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,248
    1,957
    90
    Looking forward to your additions to apply the missing settings based on the original script.
     
  7. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,772
    678
    60
    #5827 pp03, Aug 8, 2026
    Last edited: Aug 9, 2026
    upload_2026-8-8_22-53-7.png

    upload_2026-8-8_22-53-55.png

    upload_2026-8-8_22-55-33.png

    upload_2026-8-8_23-1-55.png

    1) only 8 packages (enterprisesneval has 10 after updates)
    2) activated
    3) of course no watermark
    4) win+x and start are working
    5) up to date
    6) settings look exactly the same as in serverrdsh
    7) no need to remove esu packages or disabled them with 21h2 enablement

    the only "thing" is that startern doesn't detect the installed 22h2 enablement (if so, i won't integrate 22h2 enablement)
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,230
    15,382
    340
    #5828 xinso, Aug 9, 2026
    Last edited: Aug 9, 2026
    Good job! Congrats.
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,230
    15,382
    340
  10. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,772
    678
    60
  11. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,772
    678
    60
    #5831 pp03, Aug 9, 2026
    Last edited: Aug 13, 2026
    is it because the system is without edition pack?

    edit: starter has editionpack (with netfx4 us oc only), but 22h2 enablement doesn't work too
     
  12. DichVAN

    DichVAN MDL Junior Member

    Jun 18, 2021
    72
    100
    0
  13. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,248
    1,957
    90
    FAM2.80 + disable_telemetry.cmd (note; disable_telemetry.cmd was converted for online use)

    Screenshot .png

    [Credit]
    DichVAN
    freddie-o
     
  14. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,772
    678
    60
    i think i figured it out

    let me test
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,230
    15,382
    340
    #5836 xinso, Aug 9, 2026
    Last edited: Aug 9, 2026
    Load Construction ServerRdsh's "SYSTEM" to PC's "SYSTEM1".
    Code:
    reg load HKLM\SYSTEM1 %MT%\Windows\System32\config\SYSTEM >NUL 2>&1
    if /i %CURRENT%==ServerRdsh (reg import files\ESU\ESU-SYSTEM1.reg >NUL 2>&1
    reg unload HKLM\SYSTEM1 >NUL 2>&1
    
     
  16. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,772
    678
    60
    #5837 pp03, Aug 9, 2026
    Last edited: Aug 9, 2026
    my mistake

    upload_2026-8-9_17-7-44.png

    i do it this way, but thank you :)

    Code:
    reg add "HKLM\SYSTE\ControlSet001\Policies\Microsoft\FeatureManagement\Overrides" /f /v "3108581004" /t REG_DWORD /d "0"
     
  17. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,772
    678
    60
    serverrdsh - best of all. period
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,230
    15,382
    340
    #5840 xinso, Aug 10, 2026
    Last edited: Aug 10, 2026