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
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.
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.
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 ...
It's Chinese system with Chinese apps for Chinese citizens for the moment..will see developments, if not too much spywares
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.
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: Spoiler Code: Dism /Online /Cleanup-Image /ScanHealth Dism /Online /Cleanup-Image /RestoreHealth Even a complete restoration from the image does not help: Spoiler Code: Dism /Online /Cleanup-Image /RestoreHealth /Source:WIM:E:\sources\install.wim:1 /LimitAccess
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.
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
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.
@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.
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!