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

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    Windows 11 keeps WindowsSearch, Store and maybe Edge. These apps use a lot of RAM.
     
  2. ashish1989

    ashish1989 MDL Addicted

    Sep 20, 2013
    502
    97
    30
    I also keep these 3 in Windows 10 too. These are my must haves in every windows.
     
  3. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    272
    288
    10
    #1864 sergey130270, Dec 6, 2024
    Last edited: Dec 6, 2024
    Hi SunLion. I really like your script, but it has one more bug, when the files are extracted from iso, the executable files (cmd, iso-image) are deleted, all further work stops, when manually using ultra-iso I extract the files from iso-image to the DVD folder everything is fine and without errors.
    If this problem could be solved, it would be priceless.
    Do you understand my written explanation or not? Maybe I should record this whole process on video so you can watch it?
    Sorry for my bad English.
     
  4. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    What version are you using?
     
  5. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    272
    288
    10
    ru-ru_windows_11_enterprise_ltsc_2024_x64_dvd_f9af5773
    ru-ru_windows_11_business_editions_version_24h2_x64_dvd_f9b9b5d6
    Original images from Microsoft
     
  6. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,320
    13,909
    120
    Re win 11 using 24H2_Integrator5.4.cmd
    I have note pad in the uwp exclusion list "Microsoft.WindowsNotepad" though it still is being removed?
    Also what part of the script needs to be edited to retain WMP12?
     
  7. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    #1868 SunLion, Dec 6, 2024
    Last edited: Dec 6, 2024
    I just ran a test on Windows 11 Host. See the attached log file.

    I used the attached scripts, which can be used inside the same folder as 24H2_Integrator.

    This issue was occurring because of DISM set as default when using Windows 11 Host.

    Take these scripts and run a new test.

    password: MDL2024

    PS. Let me know if everything goes well.
     

    Attached Files:

  8. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    To not remove WMP, modify the line below:

    ECHO ============================================================
    ECHO Removing capabilities...
    ECHO ============================================================

    OF:
    set "RemoveCapabilities=App.StepsRecorder,App.Support.QuickAssist,Hello.Face,OneCoreUAP.OneSync,Browser.InternetExplorer,Media.WindowsMediaPlayer"

    TO:
    set "RemoveCapabilities=App.StepsRecorder,App.Support.QuickAssist,Hello.Face,OneCoreUAP.OneSync,Browser.InternetExplorer"
     
  9. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    Note that:

    %DISM% = 19041.1 when Host is Windows 11

    The error occurs when exporting the chosen index.
     
  10. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,320
    13,909
    120
    Does 26100 have WMP12?
    Otherwise I'm stumped!

    Here is what I have already as you mention above.

    Code:
    set "RemoveCapabilities=App.StepsRecorder,App.Support.QuickAssist,Hello.Face,OneCoreUAP.OneSync,Browser.InternetExplorer"
    
    for %%p in (%RemoveCapabilities%) do (
       for /f "tokens=3 delims=: " %%a in ('start "" /b "%DISM%" /English /Image:"%~dp0mount" /Get-Capabilities ^| find "Capability Identity" ^| find "%%p"') do (
         echo %%a
         %DISM% /English /quiet /Image:"%~dp0mount" /Remove-Capability /CapabilityName:"%%a"
       )
     
  11. dyfi

    dyfi MDL Novice

    Oct 16, 2010
    38
    1
    0
    I thought I read in earlier posts that if you include a browser e.g. vivaldi.exe in the extra scripts folder it would be installed. Is that correct?
     
  12. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    No. What is added is OpenShell_for_Win11, for optional installation after installing Windows.
     
  13. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
  14. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    #1875 SunLion, Dec 6, 2024
    Last edited: Dec 6, 2024
    I don't know if it's WMP11 or 12.

    Edit. I researched and on Windows 11 it is WMP11 that comes with it.

    The code seems to be correct, so it doesn't remove WMP.
     
  15. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    Did you use this complete package?

    If so, I don't know what could be happening. Everything works without errors here.

    Did you remember to disable the antivirus and remove the script folder in the antivirus settings?
     
  16. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    272
    288
    10
    I know all these rules like the Lord's Prayer and strictly observe them. It's already late to rest, thank you for your efforts.
     
  17. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    I made a small adjustment to the script. In tests here it worked without errors.

    Please try it yourself.

    password: MDL2024
     

    Attached Files:

  18. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    272
    288
    10
    All the same