It is a script for editing images offline. It is not suitable for modifying an installed, online version.
==================== 24H2_Integrator_10.7 ==================== Updated to version 26100.3915 Changelog - Add copy ClassicSnippingTool to "%~dp0OEM\$OEM$\$$\Setup\APP" - Add ClassicMsPaint, ClassicNotepad, ClassicSnippingTool and ClassicWordpad to ExtraScripts\SFX_dobbelina folder - Add copy ClassicPaint by win7games to "%~dp0OEM\$OEM$\$$\Setup\APP" (optional) - Add Remove Windows Ease of Access (optional) https://forums.mydigitallife.net/th...ic-legacy-windows.86552/page-120#post-1872013 Enjoy!
================= 23H2_Integrator_10.6 ================= Updated to version 22631.5262 https://forums.mydigitallife.net/th...ic-legacy-windows.86552/page-127#post-1874681
Hello, people write that it is necessary to disable all tasks in the following folders: Application Experience, Autochk, Customer Experience Improvement Program, DiskDiagnostic, Maintenance, Windows Defender. Because all these tasks are absolutely unnecessary and undesirable for your computer. And do you, in your tool, disable these tasks or do not consider it necessary to do this?
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.