Slimdown10 – turn Windows 10 22H2 or LTSC 2021 into classic/legacy Windows

Discussion in 'Windows 10' started by Deleted member 190847, Feb 15, 2023.

  1. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    781
    347
    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:

  2. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    286
    347
    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
     
  3. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,923
    30
    Thanks for your help!

    I forgot to change this...
     

    Attached Files:

  4. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,923
    30
    #2404 SunLion, Mar 4, 2025
    Last edited: Mar 4, 2025
    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:

  5. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    781
    347
    30
    thank you both. am going to check the modified script
     
  6. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,923
    30
    I fixed a small error.

    Take this one now:
     

    Attached Files:

  7. BonesJones

    BonesJones MDL Novice

    Jan 11, 2025
    15
    11
    0
  8. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    781
    347
    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:

  9. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,923
    30
    Try this fixed one:
     

    Attached Files:

  10. bendeyar

    bendeyar MDL Junior Member

    Mar 14, 2019
    86
    162
    0

    Attached Files:

    • 1.png
      1.png
      File size:
      6 KB
      Views:
      45
    • 2.png
      2.png
      File size:
      242.2 KB
      Views:
      45
  11. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    781
    347
    30
    no errors found.
    thank you for taking your time to fix it.
     
  12. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    332
    666
    10
    #2413 sainfo, Mar 6, 2025
    Last edited: Mar 6, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. bendeyar

    bendeyar MDL Junior Member

    Mar 14, 2019
    86
    162
    0
  14. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    332
    666
    10
    I also don't install all of this except MediaPlayer. This MediaPlayer suits me perfectly.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    332
    666
    10
    Here are smart people write: Reducing the Size of WIM-archive. The only way to reduce the size of a wim archive is to get rid of unnecessary content in it. But there is a catch. When you delete data, it is not physically deleted, but rather moved to the deleted partition.

    Can anyone tell me where this damn partition is and how to delete it?
    :thinking:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    332
    666
    10
    #2418 sainfo, Mar 7, 2025
    Last edited: Mar 7, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. wuliyen

    wuliyen MDL Novice

    Oct 6, 2009
    34
    55
    0
    To significantly reduce the size, it is necessary to streamline the contents of the winsxs folder, but this may result in the inability to install update patches
     

    Attached Files:

  18. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    332
    666
    10
    #2420 sainfo, Mar 7, 2025
    Last edited: Mar 7, 2025
    Yes, that's true, but the thing is that the contents of this folder cannot be edited manually, so as not to disrupt the system. And those programs that could do this at this stage are not so perfect that they could carry out a complete and correct cleaning of this folder from everything unnecessary and unnecessary without serious consequences for the system.

    There is such a collector - Den. So it has a winsxs folder has a size of 55 MB!!! How he does it I do not know. But since everything in its image is cut to the "very tomatoes" then the work of this system turns out accordingly. Some of the users really like it - personally I don't really.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...