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. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    485
    1,047
    10
    Here is the post below, the same message in English. On the Integrator 10.10 version everything was fine.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,129
    3,782
    60
    I had this problem too, but I don't remember what it was.

    You use autounattend.xml, right?

    Check this file.
     
  3. DrakeBond

    DrakeBond MDL Novice

    Oct 28, 2020
    33
    43
    0
  4. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,129
    3,782
    60
  5. DrakeBond

    DrakeBond MDL Novice

    Oct 28, 2020
    33
    43
    0
  6. DrakeBond

    DrakeBond MDL Novice

    Oct 28, 2020
    33
    43
    0
     

    Attached Files:

  7. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,129
    3,782
    60
    Found two differences in the process.

    1 - You are editing the ru-ru_windows_11_iotenterprise_ltsc_2024_x64_dvd_HM(CES_X64FREO_RU-RU_DV9).iso image, but the IoT Enterprise edition only exists in the en-US language.

    Your ISO has probably been edited before.

    2 - In Remove Capabilities in your log there are more removed packages and an error:
    In the original script only the following are removed:
    This may have caused the error.

    Try using the ISO "ru-ru_windows_11_enterprise_ltsc_2024_x64_dvd.iso" to see if the error occurs as well.
     
  8. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    485
    1,047
    10
    #3169 sainfo, Jun 30, 2025
    Last edited: Jun 30, 2025
    No, that's not the issue. I used your Integrator 10.10 with this image, updated it to version 26200.5670. The system installation in this case went without errors. The problem was with Integrator 10.19.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,129
    3,782
    60
    Not much code has been added since version 10.10.

    Please remove the following lines from your scripts

    CreateSlim.cmd
    line 229 to 246
    CreateDefault.cmd
    line 252 to 271
    And do a test to see if that was it.
     
  10. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    485
    1,047
    10
    #3171 sainfo, Jun 30, 2025
    Last edited: Jul 1, 2025
    I see, thank you!
    In the end, I used part of your code from Integrator 10.10 for my purposes. I compiled the IoT 25H2 LTSC 26200.5670 build for myself. I installed it, and this time the installation went smoothly.

    In order for all the .reg files I needed to work properly, I had to combine two different scripts into one. They (.reg files) were performed by the Integrator, but in fact were not applied to the image. Now everything works fine.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    485
    1,047
    10
    #3173 sainfo, Jul 1, 2025
    Last edited: Jul 1, 2025
    Sorry, I corrected it, thanks for pointing out this typo, I didn't notice it.
    I have never seen such an error. The recho command is not recognized as an internal or external command, it is correct that it is not recognized, because there is no such command. But this does not affect the operation of the script. I do not know where the "r" came from, it is just a typo - delete it. It should be echo just.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    28
    11
    0
    #3174 fengqihuanghun, Jul 1, 2025
    Last edited by a moderator: Jul 1, 2025
    Ur welcome. By the way, there's a bug in the script

    Created.cmd will stop at code 159: echo Finalized, not running all the code
     
  13. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    485
    1,047
    10
    Hmm, that's weird, I don't even know what to tell you about this. I've used this script many times and personally I haven't had any errors.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    28
    11
    0
  15. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    485
    1,047
    10
    #3177 sainfo, Jul 1, 2025
    Last edited: Jul 1, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    28
    11
    0
    145-167:
    echo ###########################################################
    echo === Prepare to integrate updates with W10UI ===
    echo ###########################################################
    cd /d "%~dp0"
    echo.
    echo.
    echo ###########################################################
    echo === Running W10UI for integrate updates ===
    echo ###########################################################
    call "%~dp0W10UI.cmd"
    echo.
    echo.
    echo Finalized
    :: restore title
    title %title%
    echo.
    echo.
    echo Press a key to continue...
    pause >nul
     
  17. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    485
    1,047
    10
    #3179 sainfo, Jul 1, 2025
    Last edited: Jul 1, 2025
    This? Unexpected, there are definitely no errors here. This code is needed to update the image and I have never had any problems with it. If you haven't changed anything in the W10UI.ini file, everything should work fine.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    28
    11
    0
    #3180 fengqihuanghun, Jul 1, 2025
    Last edited by a moderator: Jul 1, 2025
    I did not modify anything in the W10UI.ini file

    There is a problem with the code, and Finalized appears Press a key to continue After pressing the key, Created.cmd exits directly. I tried several times and it exited here. I deleted the code and continued working.
    echo.
    echo.
    echo Press a key to continue...
    pause >nul

    After running W10UI for integrate updates, it does not jump to the next step of the code, but presses the key to exit