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

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

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

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #2261 sainfo, Feb 12, 2025
    Last edited: Feb 12, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10
    Tried and the script closes...
     
  3. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10
    If not "%ISOName%"=="" (
    If Exist "DVD" rd /s /q "DVD" >nul 2>&1
    "%~dp0tools\%HostArchitecture%\7z.exe" x -y -o"DVD" "%ISOName%"


    If not "%ISOName%"=="" (
    If Exist "temp\DVD" rd /s /q "temp\DVD" >nul 2>&1
    "%~dp0tools\%HostArchitecture%\7z.exe" x -y -o"temp\DVD" "%ISOName%"
     
  4. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    Sorry, but haste makes waste.

    I forgot to remove the code to reduce sources.

    These have now been tested.

    password: mdl2025
     

    Attached Files:

  5. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    I'm trying both modes because sometimes the cleaning isn't complete with nsudo...

    When I adjust the most appropriate mode better, we'll stick with just one.
     
  6. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    Hmm, either the translation distorts what I want to convey to you and we don’t understand each other, or are you persistently making the same mistake?
    In the script 24H2_Integrator_8.2_with_TAKEOWN you will execute the script as NSudo.exe
    Code:
    "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E "%~dp024H2_Integrator_8.2.cmd"
    At the same time, in the script 24H2_Integrator_8.3_with_NSudo you are executing the same command?!
    Code:
    "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E "%~dp024H2_Integrator_8.3.cmd"
    And the takeown.exe file itself is not in your tool. I don’t understand how you use takeown.exe in your script.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    I only referred to the codes for cleaning install.wim. See the difference below:

    Adjusted Cleaning install.wim with TAKEOWN (only partial...)
    Adjusted Cleaning install.wim with NSUDO (only partial...)
    I'm trying to check which of the modes is more effective in cleaning.
     
  8. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    Now I understand, thanks for the clarification, and now I will also check and see the difference in the size of the resulting image.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #2270 sainfo, Feb 12, 2025
    Last edited: Feb 12, 2025
    I checked it on image 26100.1, I got the following install.wim file sizes (mode Slim):
    1. Cleaning install.wim with TAKEOWN (4,159 Gb)
    2. Cleaning install.wim with NSUDO (4,190 Gb)
    So for now it’s something like this (didn't change anything in the script), we are looking for other solutions to reduce the size of the install.wim file
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #2271 sainfo, Feb 12, 2025
    Last edited: Feb 12, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    What does it matter, they are almost unambiguous in effectiveness. In additions to the script, he used the NTLite program, and it cleans the image normally. It’s just a pity that this program doesn’t want to be friends with me (sarcasm).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10
    I used SLIM,install.wim became 3.935
    then I used NTLite, install.wim became 3.349
     
  13. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    Have you tried installing it?

    I'm getting an error while installing it... I still don't know why.
     
  14. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10
  15. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    You have installed update 3194.

    When I try to install with 3037, the error occurs.

    I will investigate further...

    Could you send me the LOG file please.
     
  16. cunuhoujabsq

    cunuhoujabsq MDL Novice

    Jan 30, 2015
    20
    9
    0
    SunLion, what script should i use for 24H?
    Thank you!
     
  17. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #2280 sainfo, Feb 13, 2025
    Last edited: Feb 14, 2025
    Everything is correct, it is normally updated with 26100.1 with two new updates (KB5043080 and KB5051987) band with 26100.1742 with one new update that is current today (KB5051987).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...