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

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

  1. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    199
    476
    10
    Sorry, I misremembered, it's the following file

    24H2_Integrator_10.6\PersonalTweaks\DisableWindosUpdate\DisableWindowsUpdateByDefault.cmd
    Code:
    @echo off
    
    echo.
    echo Disable Windows Update by default
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "SetDisableUXWUAccess" /t REG_DWORD /d "1" /f >nul
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "AllowAutoWindowsUpdateDownloadOverMeteredNetwork" /t REG_DWORD /d "0" /f >nul
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "DoNotConnectToWindowsUpdateInternetLocations" /t REG_DWORD /d "1" /f >nul
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "DisableWindowsUpdateAccess" /t REG_DWORD /d "1" /f >nul
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d "1" /f >nul
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "UseWUServer" /t REG_DWORD /d "1" /f >nul
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "WUServer" /t REG_SZ /d "\" \"" /f >nul
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "WUStatusServer" /t REG_SZ /d "\" \"" /f >nul
    
    exit
    
     
  2. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
    This code is not applied by the script. I just left it in a separate folder for anyone who wants to use it manually.

    I am removing the "Disable System Restore" code from the script, which may be causing this.

    I will wait for the new update to release the new version.
     
  3. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
    I'll do a test using W10UI from abbodi. Maybe the integration method isn't the best. Let's see.
     
  4. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    Thank you very much, I'm already testing it, I'll write about the results ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Low Level Perform

    Low Level Perform MDL Member

    Jul 21, 2024
    154
    124
    10
    #346 Low Level Perform, May 13, 2025
    Last edited: May 13, 2025
    @SunLion
    I would advise against using W10UI, it is very unstable, especially on older machines that do not support Windows 11 24H2.
    I've never successfully updated Windows 11 24H2 offline with this tool.
    is a good tool, it's just unstable on older computers.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
    Let's see how it goes with @sainfo. Then we can think about what to do.
     
  7. DrakeBond

    DrakeBond MDL Novice

    Oct 28, 2020
    37
    53
    0
    The build is updated through the Update Center
    The build was built on 24H2_Integrator_10.6 , the OS build is now 26100.4061
    P.S. SunLion
    You are the best. Thank you Very much!
     
  8. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10
    I used both scripts "24H2_Integrator_10.9" and "24H2_Integrator_10.10".
    With "24H2_Integrator_10.10" the ISO size is about 150 MB smaller and I think it is the better script.
    Still, everyone decides for themselves what is better.
    SunLion.
    You've done wonders again.
    Thank you so much.
    :clap3::worthy:
     
  9. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #350 sainfo, May 14, 2025
    Last edited: May 14, 2025
    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
    I tried both options: integration of updates is performed by the script itself and using W10UI for integration. Personally, I did not notice a big difference in this. In both cases, the image was updated without any questions at all. It's probably up to you. Personally, I prefer updating the image by the script itself.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
  12. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
    =====================
    24H2_Integrator_10.10
    =====================

    - Updated the all.txt file (26100.4061 version)

    - Two scripts were kept:
    1 - 24H2_Integrator_10.9.cmd => integrates updates through the script itself
    2 - 24H2_Integrator_10.10.cmd => integrates updates with abbodi's W10UI
    The choice of script is up to the user


    Please read the Changelog.txt and README.txt files before using the script.

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

    Enjoy!
     
  13. otvertka

    otvertka MDL Junior Member

    Aug 13, 2009
    50
    72
    0
    Thank you very much. I tried it with both 10.10 and 10.9. No problem is fine.
     
  14. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    4,298
    16,750
    150
    @SunLion I used the latest script 10.9 & 10.10 though for some reason store is still there in the start menu along with other removed apps?

    Here is my config:
    Code:
    ===========================================================
    24H2_Integrator_10.10
    Configured Options at Thu 15/05/2025, 12:44:22.60
    ===========================================================
    Running in NORMAL mode
    Creating Default image 
    Disable Store
    Enable WindowsSearch
    Disable Windows Defender
    Remove Edge completely
    Do Not Enable NetFX3
    Enable Modern Calculator
    Integrate NDP481
    Enable MediaPlayer
    Integrate Dart into WinRE.wim
    Manual Installation Openshell
    Install ClassicPaint by win7games
    Remove Windows Ease of Access
    Show ThisPC + Bin + User + ControlPanel + Network Icons on Desktop
    Apply PersonalTweaks
    Yes, copy WPI24H2
    ===========================================================
    
    
    Check your settings and press a key to continue...
    
    
    
    ============================================================
    Script Started At 12:44:27.28
    ============================================================
     

    Attached Files:

  15. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,635
    6,112
    60
    Could you post the log file please.
     
  16. Low Level Perform

    Low Level Perform MDL Member

    Jul 21, 2024
    154
    124
    10
    This is my preferred choice because it is very suitable for old computers as hosts.
    I use Core2 Duo processors for script testing. :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    4,298
    16,750
    150
     

    Attached Files:

    • MC.txt
      File size:
      407.3 KB
      Views:
      5