[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. EPRob

    EPRob MDL Expert

    Jul 23, 2009
    1,528
    752
    60
    #4341 EPRob, Feb 1, 2026
    Last edited: Feb 1, 2026
  2. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    22000 - fastest of all
     
  3. ericgl

    ericgl MDL Senior Member

    Mar 10, 2011
    288
    216
    10
    #4343 ericgl, Feb 1, 2026
    Last edited: Feb 2, 2026
    Just a heads-up - For those running Windows Server 2025 and similar editions:

    I highly recommend disabling the following scheduled tasks - they chew through your drive like there's no tomorrow.
    # Open Computer Management / Powershell and DISABLE the following tasks - They churn and write to the disk a lot ("disk killers"):
    Code:
    $tasks = @(
        "\Microsoft\Windows\Windows Defender\Windows Defender Cache Maintenance",
        "\Microsoft\Windows\Wininet\CacheTask",
        "\Microsoft\Windows\Power Efficiency Diagnostics\analyzeSystem",
        "\Microsoft\Windows\Flighting\FeatureConfig\UsageDataReceiver"
    )
    
    foreach ($task in $tasks) {
        try {
            Stop-ScheduledTask -TaskName $task -ErrorAction SilentlyContinue
            Disable-ScheduledTask -TaskName $task -ErrorAction Stop
            # Write-Host "Successfully disabled: $task" -ForegroundColor Cyan
        }
        catch {
            Write-Warning "Could not process $task. Ensure task exists and you are running as Admin."
        }
    }
    
    
     
  4. Tuannv1508

    Tuannv1508 MDL Novice

    Jul 10, 2024
    16
    8
    0
    Have you can construct Windows 11 Enterprise G or Enterprise LTSC build 26300.7674?
     
  5. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    #4345 pp03, Feb 1, 2026
    Last edited: Feb 1, 2026
    i can construct 26300.7674 enterpriseg only (missing edition specific enterprises so far)
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
    #4348 xinso, Feb 1, 2026
    Last edited: Feb 1, 2026
    Learn to do "what is useful to you" before heading into "what you cannot do".
     
  7. EPRob

    EPRob MDL Expert

    Jul 23, 2009
    1,528
    752
    60
    Script didn't work for me so disabled all 4 manually. thx will add to my tweaks list.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
    #4351 xinso, Feb 2, 2026
    Last edited: Feb 2, 2026
    Windows "Features" are mainly defined in "Microsoft-Windows-EditionPack" packages.

    For Starter, it needs ".NETFX48" only because Starter is exclusively for students using "Store".

    For detailed information, please refer to "\Windows\servicing\Sessions\Sessions.xml" which shows the structures and procedures Microsoft used to create Windows.
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
  10. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    #4353 pp03, Feb 2, 2026
    Last edited: Feb 2, 2026
    why 22000 bootloader has such problem with core ultra? it still hangs on windows logo
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
    #4354 xinso, Feb 2, 2026
    Last edited: Feb 2, 2026
    22000.1 = Windows 10 + Windows 11 Start and WinX = The most stable Windows 11
     
  12. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    #4355 pp03, Feb 2, 2026
    Last edited: May 10, 2026
    22000.3260 boots on sl7 intel when winre exists and hyperv unfortunately is disabled :( (so i switch to vmware)

    edit: winre not required
     
  13. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    upload_2026-2-2_21-34-11.png
    i stay with 22000 - fastest and ram usage like in win10
     
  14. ericgl

    ericgl MDL Senior Member

    Mar 10, 2011
    288
    216
    10
    script fixed.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,089
    15,292
    340
  16. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
  17. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    #4360 pp03, Feb 3, 2026
    Last edited: Feb 4, 2026
    build 22000 teaches me a lot