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

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

  1. jiafei2427

    jiafei2427 MDL Senior Member

    Nov 26, 2020
    262
    118
    10
    #1421 jiafei2427, Jan 3, 2026
    Last edited: Jan 3, 2026
    @SunLion
    There is no problem with en_us _ windows _ 11 _ LTSC2024.
    I found that the script didn't recognize SKU with CHS correctly.
    Code:
    If the image is not IoTLTSC or LTSC
    Copy ClassicPaint & SnippingTool to $OEM$\$$\Setup\APP
    ============================================================
    已复制         1 个文件。
    已复制         1 个文件。
     
  2. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    Which ISO image are you using?

    Could you please post the LOG file?

    Let me analyze this further.
     
  3. jiafei2427

    jiafei2427 MDL Senior Member

    Nov 26, 2020
    262
    118
    10
  4. Low Level Perform

    Low Level Perform MDL Member

    Jul 21, 2024
    154
    124
    10
    SunLion
    I suggest that this script be added as an optional choice for adding a storage driver.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
  6. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    =========================
    2xH2_Creator_14.7
    =========================


    Fixed:
    1 - The removal of Edge.Webview2.Platform was maintained.
    2 - The removal of the SearchEngine-Client-Package feature was deleted.
    3 - The code that blocks Edge updates and prevents the installation of Edge.Webview2 was removed.

    - Fixed LTSC Check
    - NetFx3 is enabled using W10UI.cmd
    - Various minor adjustments

    Test with:
    - pt-br_windows_11_enterprise_ltsc_2024_x64_dvd_2bb6b75b_2.iso
    - zh-cn_windows_11_enterprise_ltsc_2024_x64_dvd_cff9cd2d.iso

    The "Docs" folder contains the log file and illustrative images


    ================================================================
    Please read the _Changelog.txt and _HowToUse.txt files before using the script.
    ================================================================


    Enjoy!


    https://forums.mydigitallife.net/th...ic-legacy-windows.86552/page-120#post-1872013
     
  7. jiafei2427

    jiafei2427 MDL Senior Member

    Nov 26, 2020
    262
    118
    10
    #1427 jiafei2427, Jan 4, 2026
    Last edited: Jan 4, 2026
    @SunLion New errors(Error: 0xc1570118), upload the log files.
    2xH2_Creator_14.7

    EDIT1:
    The same issue also occurs in 2xH2_Creator_14.6_4_2.
    So I think it's a system issue. I will fix the component storage.
    Code:
    映像版本: 10.0.26200.7462
    
    [==========================100.0%==========================] 可以修复组件存储。(The component storage can be repaired)
    操作成功完成。
    
    C:\Windows\System32>DISM /Online /Cleanup-Image /RestoreHealth
    
    部署映像服务和管理工具
    版本: 10.0.26100.5074
    
    映像版本: 10.0.26200.7462
    
    [===========================62.3%====                      ]
    EDIT2:Hmm... the problem persists.:thinking:
     
  8. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    199
    476
    10
    Delete this line in the Simplified Chinese version, otherwise the input method will encounter errors

    Client.CBS

    Delete SystemApps with telemetry from InboxApplications to prevent them getting deployed
    ============================================================
    Client.AIX
    操作成功完成。
    Client.CBS
    Client.CoreAI
     
  9. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    199
    476
    10
    This error typically occurs during PowerShell or DISM operations, indicating that the target application package is already installed or exists, preventing it from being added again.
     
  10. jiafei2427

    jiafei2427 MDL Senior Member

    Nov 26, 2020
    262
    118
    10
    #1430 jiafei2427, Jan 4, 2026
    Last edited: Jan 4, 2026
    So it's quite strange, the script was functioning normally before today.
    The 2xH2_Creator_14.6_4_2 and 2xH2_Creator_14.7 are currently not available.
    EDIT:I losed the 2xH2_Creator_14.6_4:(
     
  11. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    #1431 SunLion, Jan 4, 2026
    Last edited: Jan 5, 2026
    (OP)
  12. jiafei2427

    jiafei2427 MDL Senior Member

    Nov 26, 2020
    262
    118
    10
  13. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    It's actually always recommended to clean the registry and temporary files before running the script.

    Personally, I also run NTLite to check for any mounted images. It detects any mounted images and allows them to be unmounted.

    After cleaning, disable your antivirus and, after starting the script, close all open Explorer windows.

    Do not run anything else while the script is running!

    This will prevent many problems.
     
  14. Low Level Perform

    Low Level Perform MDL Member

    Jul 21, 2024
    154
    124
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. jiafei2427

    jiafei2427 MDL Senior Member

    Nov 26, 2020
    262
    118
    10
    @SunLion
    How to edit the Autounattend.xml file to disable the administrator account?
    I deleted this line:net user administrator /active:yes
    An error occurred during installation.
     
  16. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,742
    1,745
    150
    remove the entire <UserAccounts> </UserAccounts> section could work, I havent seen the xml sunlion uses or if the script or anything else disables creating user.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. jiafei2427

    jiafei2427 MDL Senior Member

    Nov 26, 2020
    262
    118
    10
    #1437 jiafei2427, Jan 5, 2026
    Last edited: Jan 5, 2026
    Thank you! I just did that right after I read your post.
    :)
    EDIT:Well, it didn't work. I'll do some more research.
     
  18. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,742
    1,745
    150
    Remove the xml and try again, its the easiest
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    I'm testing the new version, with NetFx3 already enabled using W10UI.cmd.

    I might be able to publish it today... Let's see if it's possible...
     
  20. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    =====================
    2xH2_Creator_14.6_4_3
    =====================
    Updated to 26x00.7462


    NOTE:
    ======================================
    This version does not contain PersonalTweaks
    ======================================


    FIXED:
    1 - The removal of Edge.Webview2.Platform was maintained.
    2 - The code to remove the SearchEngine-Client package has been removed.
    3 - The code that blocks Edge updates and prevents the installation of Edge.Webview2 was removed.

    IMPORTANT
    - Added option to install Openshell or not.
    If you choose NO, the original Start Menu features will be maintained.


    - update APPX\files
    - NetFx3 is enabled with W10UI.cmd
    - Fixed Edge
    - Updated all.txt
    - Updated list of capabilities for removal
    - Updated list of features for removal
    - Removed Dart Integration
    - Removed DirectX integration
    - Removed WhatsApp integration
    - Removed ExtraScripts folder
    - In the PersonalTweaks folder, you can place your custom tweaks (bat or reg) to be applied via Runonce
    - The "Addons\Install\Install" folder contains some apps/tweaks for initial setup
    NOTES:
    1 - These apps/tweaks will be applied via the file "PersonalTweaks\Config\W11_14.6_4.cmd"
    2 - If you don't want to use these files, remove the "Addons\Install\Install" folder

    Test with:
    - pt-br_windows_11_enterprise_ltsc_2024_x64_dvd_2bb6b75b_2.iso


    =======================
    PINNED TO THE MAIN PAGE
    =======================


    https://forums.mydigitallife.net/threads/slimdown10-–-turn-windows-10-22h2-or-ltsc-2021-into-classic-legacy-windows.86552/page-120#post-1872013