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

    raptorddd MDL Addicted

    Aug 17, 2019
    792
    355
    30
    #2461 raptorddd, Mar 15, 2025
    Last edited: Mar 16, 2025
  2. otvertka

    otvertka MDL Novice

    Aug 13, 2009
    30
    44
    0
    Hello SunLion! I made a few experiments with the 10th version. IoT and normal LTSC smoothly, but after installation of normal enterprise, edgewebview2 is not installed in any way. can i overcome this?
     
  3. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,172
    3,989
    60
    You can try changing the line below:

    24H2_Integrator_10.0.cmd
    line 1224
    If you used the NTLite preset, also remove:
    line 401
    Try it and test it. I don't know if this will solve the problem or not.

    Good luck!
     
  4. otvertka

    otvertka MDL Novice

    Aug 13, 2009
    30
    44
    0

    Unfortunately, the result is negative. MicrosoftedgeWebview2Setup.exe file does not turn on as if blocked
     
  5. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,172
    3,989
    60
    Will this help in solving edgeWebview2?
     
  6. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,172
    3,989
    60
  7. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,172
    3,989
    60
    See the tip from @sergey130270 in the post above, which solves the problem of installing webview2.
     

    Attached Files:

  8. otvertka

    otvertka MDL Novice

    Aug 13, 2009
    30
    44
    0
    Yes, I saw and tried. I installed it smoothly. Thank you very much.
     
  9. otvertka

    otvertka MDL Novice

    Aug 13, 2009
    30
    44
    0
    Hello! There are many reg or cmd files to close telemetriy, most of them will not work or give unsuccessful results. Is there a reg file or script where I can close this in the best way? Can you help?
     
  10. ashish1989

    ashish1989 MDL Addicted

    Sep 20, 2013
    517
    120
    30
    Why not give this option in default mode?
     
  11. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,172
    3,989
    60
    Please explain better. What reg/cmd files, where are they, etc...
     
  12. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,172
    3,989
    60
    It is worth remembering that the script is essentially intended to clean up the image, to make it clean.

    The script you mentioned was edited only for those users who want to keep Defender, without the option to disable it or not.

    I don't think it would be interesting to add it to Default.
     
  13. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    136
    274
    10
    The script is working fine now.
    No other options need to be added.
     
  14. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    792
    355
    30
    it has 21 hits so seems many users lkes to keep defender.

    Screenshot 2025-03-18 223427.png
     
  15. ashish1989

    ashish1989 MDL Addicted

    Sep 20, 2013
    517
    120
    30
    I think giving the choice to keep defender or not in default option would be good
     
  16. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    126
    340
    10
    #2478 wuliyen, Mar 22, 2025
    Last edited: Mar 22, 2025
    merger process


    Code:
    Reg.exe delete "HKLM\SYSTEM\CurrentControlSet\Control" /v "SvcHostSplitThresholdInKB" /f
    
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Appinfo" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\AudioEndpointBuilder" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Audiosrv" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\CoreMessagingRegistrar" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\CryptSvc" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\dot3svc" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\DsmSvc" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\EapHost" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\EventLog" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\EventSystem" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\FontCache" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\gpsvc" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\hidserv" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\lmhosts" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LSM" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Netman" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\netprofm" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\nsi" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\PolicyAgent" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\ProfSvc" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Schedule" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\SENS" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\StateRepository" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\swprv" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\TabletInputService" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\TimeBrokerSvc" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\TokenBroker" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\UserManager" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Wcmsvc" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\wcncsvc" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\WinHttpAutoProxySvc" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Winmgmt" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\WpnService" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\WpnUserService" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /v "SvcHostSplitDisable" /t REG_DWORD /d "1" /f
    
     

    Attached Files:

  17. otvertka

    otvertka MDL Novice

    Aug 13, 2009
    30
    44
    0

    wuliyen, Could you give us some more information about these codes? Thank you.
     
  18. siliconbeaver

    siliconbeaver MDL Member

    Apr 29, 2022
    230
    175
    10
    my silly question,

    it's well-known that, this is a thread (scripts by SunLion) for Windows 11 24H2.

    what's the difference to pm67310's thread "Script Create Win11 Version no ADS, Bypass Requirement, Remove Useless APPS, Any Language / Edition".

    my understanding is, both are the scripts for Windows 11 24H2 removing useless APPS.

    what's difference?

    further, which one is better? or which one is easier to use.


    I'm now using SunLion's version for Windows 10. but Windows 10 will be expiring later this year. thinking a plan to move to 24H2.

    Thanks,