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

    wuliyen MDL Junior Member

    Oct 6, 2009
    94
    244
    0
    disable ,in Disable_Telemetry.cmd
    Code:
    schtasks /change /tn "Microsoft\Windows\Autochk\Proxy" /disable
    schtasks /change /tn "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /disable
    schtasks /change /tn "Microsoft\Windows\Application Experience\ProgramDataUpdater" /disable
    schtasks /change /tn "Microsoft\Windows\Application Experience\StartupAppTask" /disable
    schtasks /change /tn "Microsoft\Windows\PI\Sqm-Tasks" /disable
    schtasks /change /tn "Microsoft\Windows\NetTrace\GatherNetworkInfo" /disable
    schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /disable
    schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /disable
    schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /disable
    schtasks /change /tn "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticResolver" /disable
    schtasks /change /tn "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /disable
    schtasks /change /tn "Microsoft\Windows\MemoryDiagnostic\ProcessMemoryDiagnosticEvents" /disable
    schtasks /change /tn "Microsoft\Windows\MemoryDiagnostic\RunFullMemoryDiagnostic" /disable
    schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program" /disable
    schtasks /change /tn "Microsoft\Windows\Windows Error Reporting\QueueReporting" /disable
    schtasks /change /tn "Microsoft\Windows\Maintenance\WinSAT" /disable
    
     
  2. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    409
    905
    10
    Got it, thank you very much!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    409
    905
    10
    #2723 sainfo, May 10, 2025
    Last edited: May 10, 2025
    Information: HarmonyOS is expected to be released on May 19, 2025. It may be a competitor to Windows and MacOS. Localization - Chinese and Russian. It will be interesting to try.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. rayman95

    rayman95 MDL Member

    Oct 3, 2018
    144
    89
    10
    It's linux base..nothing more
     
  5. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    409
    905
    10
    #2725 sainfo, May 10, 2025
    Last edited: May 10, 2025
    With all due respect, but Linux has never been able to compete with Windows or, even more so, MacOS. I tried it, and in my opinion, it's a so-so system. And here the developers claim that HarmonyOS will compete with Windows and MacOS. We won't argue, we'll see if this system is true. In any case, it would be interesting to test it, in my opinion.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. rayman95

    rayman95 MDL Member

    Oct 3, 2018
    144
    89
    10
    Dev say what they want, but reality is different, but anyway it will be interesting to test it..
     
  7. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    409
    905
    10
    #2727 sainfo, May 11, 2025
    Last edited: May 11, 2025
    No, they don't want it anymore, and Huawei has already released its laptop with this system pre-installed. And according to them, the system core is written from scratch and therefore has nothing in common with all other existing systems. When HarmonyOS officially comes out for PC, it will be interesting to see what they got out of it.

    In the meantime, there are many different questions about this HarmonyOS: about drivers, about already installed and then installed software, and much more ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. rayman95

    rayman95 MDL Member

    Oct 3, 2018
    144
    89
    10
    It's Chinese system with Chinese apps for Chinese citizens for the moment..will see developments, if not too much spywares
     
  9. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    409
    905
    10
    I looked at the information about this OS on the developer's website. It says that it comes with localization only in Chinese and Russian. That is, there are no English or other languages in it. Perhaps something will change in the future, but for now everything is like this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    409
    905
    10
    #2730 sainfo, May 12, 2025
    Last edited: May 12, 2025
    SunLion,
    One note on your script: The resulting assembly is not updated. It says that the component store is broken. Is there a way to fix this so that the assembly is updated via the Update Center?

    Component store repair commands do not help:
    Code:
    Dism /Online /Cleanup-Image /ScanHealth
    Dism /Online /Cleanup-Image /RestoreHealth
    
    Even a complete restoration from the image does not help:
    Code:
    Dism /Online /Cleanup-Image /RestoreHealth /Source:WIM:E:\sources\install.wim:1 /LimitAccess
    
    :thinking:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. wuliyen

    wuliyen MDL Junior Member

    Oct 6, 2009
    94
    244
    0
    Disable_Telemetry.cmd,The update has been disabled. You can try deleting the relevant content
     
  12. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    409
    905
    10
    Hmm, what does Disable_Telemetry have to do with the Update Center? If it is disabled in this script, then in which line(s), please.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. wuliyen

    wuliyen MDL Junior Member

    Oct 6, 2009
    94
    244
    0
    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
    
     
  14. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,041
    3,416
    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.
     
  15. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,041
    3,416
    60
    I'll do a test using W10UI from abbodi. Maybe the integration method isn't the best. Let's see.
     
  16. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    409
    905
    10
    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...
  17. Low Level Perform

    Low Level Perform MDL Junior Member

    Jul 21, 2024
    92
    91
    0
    #2738 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...
  18. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,041
    3,416
    60
    Let's see how it goes with @sainfo. Then we can think about what to do.
     
  19. DrakeBond

    DrakeBond MDL Novice

    Oct 28, 2020
    29
    38
    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!