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

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

  1. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #781 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...
  2. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    31
    14
    0
    #782 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
     
  3. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    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...
  4. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    31
    14
    0
  5. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #785 sainfo, Jul 1, 2025
    Last edited: Jul 1, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    31
    14
    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
     
  7. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #787 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...
  8. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    31
    14
    0
    #788 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
     
  9. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #789 sainfo, Jul 1, 2025
    Last edited: Jul 1, 2025
    I see, so did you place the updates in .msu format in the UUP folder?

    For example: to update version 26100.1742 to version 26200.5670, you need to place the KB5060831.msu and KB5037898.msu files in the UUP folder. To update version 26100.1742 to version 26100.4349, you need to place one update KB5060999.msu in the UUP folder.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10
    I used the script and the install.wim was created without any problems. I haven't tried it yet.
     

    Attached Files:

  11. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    31
    14
    0
    #791 fengqihuanghun, Jul 1, 2025
    Last edited by a moderator: Jul 1, 2025
    No, I only use clean installs, btw, do you have any reg/cmd, to remove Windows Update?

    The Chinese have a software that can remove Windows Update, but I want to do it through reg/cmd
     
  12. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    4,299
    16,753
    150
    Nice that's very slim indeed!
     
  13. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #793 sainfo, Jul 1, 2025
    Last edited: Jul 2, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,299
    270
    @fengqihuanghun I merged a couple of your posts together. Please do not make multiple posts in succession, edit your original post instead, adding to it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. fengqihuanghun

    fengqihuanghun MDL Novice

    Sep 26, 2021
    31
    14
    0
    Chinese input method is not available
     
  16. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10
    I installed the created iso file on the virtual machine.
    It installed without any problems.
    What I saw at first glance is
    that it doesn't download the updates.
    The problem could also be mine.
    I'm not sure.
     
  18. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    Everything should be updated. Well, I have version 26200.5670 installed, so I have to wait a long time for updates to check this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10
     

    Attached Files:

    • 1.png
      1.png
      File size:
      266.5 KB
      Views:
      42
  20. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #800 sainfo, Jul 2, 2025
    Last edited: Jul 2, 2025
    Apparently the update works after all. So what version did you update from to version 26200.5670?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...