Slimdown11 – turn Windows 11 or LTSC 2024 into classic/legacy Windows

Discussion in 'Windows 11' started by SunLion, Mar 2, 2025.

  1. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,110
    60
    #1 SunLion, Mar 2, 2025
    Last edited: May 14, 2026
  2. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,110
    60
  3. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    199
    476
    10
    If not, it can be ignored. Actually, it's not a problem not to delete the registry key here.
     
  4. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    419
    30
  5. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10
    7 is the stable version.
     
  6. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,110
    60
    Version 9 is discontinued.


    The latest is 24H2_Integrator_7.8.7_3.
     
  7. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10
    24H2_Integrator_7.8.7_3.
    24H2_Integrator_7.8.7_3. + NTLite
     

    Attached Files:

    • 2.png
      2.png
      File size:
      112 KB
      Views:
      215
  8. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    419
    30
    24H2_Integrator_7.8.7_3

    how to keep defender?

    found error
    ============================================================
    Installing servicing stack to WinRE.wim...
    ============================================================

    ERROR: The system cannot find the file specified.
    UUP\LCU



    System ERROR:
    The system cannot find the file specified.
     

    Attached Files:

  9. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    299
    395
    10
    Hello! Correct the code, lines 975-983

    echo.
    ECHO.
    ECHO ============================================================
    ECHO Installing servicing stack to WinRE.wim...
    ECHO ============================================================
    If Exist "UUP\LCU2\temp" rd /q /s "UUP\LCU2\temp" >nul 2>&1
    "Bin\7z.exe" x -y -o"UUP\LCU2\temp" "UUP\LCU2\L2_*.msu" >nul
    for %%i in ("UUP\LCU2\temp\SSU-26100*.cab") do "%DISM11%" /English /Image:"%WinREMount%" /add-package /packagepath:"%%i"
    rd /q /s "UUP\LCU2\temp" >nul 2>&1
     
  10. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,110
    60
    Thanks for your help!

    I forgot to change this...
     

    Attached Files:

  11. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,110
    60
    #12 SunLion, Mar 4, 2025
    Last edited: Mar 4, 2025
    (OP)
    I modified the script for your use. It has not been tested.

    Option 3 created:
    "Create Default image with Defender"

    Good luck!

    new file fixed
     

    Attached Files:

  12. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    419
    30
    thank you both. am going to check the modified script
     
  13. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,110
    60
    I fixed a small error.

    Take this one now:
     

    Attached Files:

  14. BonesJones

    BonesJones MDL Novice

    Jan 11, 2025
    15
    11
    0
  15. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    419
    30
    found this error

    Reapplying Package Cumulative Update...
    =============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1

    Image Version: 10.0.26100.3323

    An error occurred trying to open - UUP\LCU Error: 0x80070002
    An error occurred trying to open - C:\24H2_Integrator_7.8.7_3\UUP\LCU Error: 0x80070002

    Error: 2

    An error occurred trying to open - C:\24H2_Integrator_7.8.7_3\UUP\LCU Error: 0x80070002

    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
     

    Attached Files:

  16. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,110
    60
    Try this fixed one:
     

    Attached Files:

  17. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10

    Attached Files:

    • 1.png
      1.png
      File size:
      6 KB
      Views:
      87
    • 2.png
      2.png
      File size:
      242.2 KB
      Views:
      85
  18. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    419
    30
    no errors found.
    thank you for taking your time to fix it.