in the Remove Menu of MSMG ToolKit v12.4: Code: Remove Windows Components Remove Default Inbox Apps Using Apps List Remove Windows Components Using Package List Remove Default Inbox Apps Association
It shoud be: Remove Windows Apps Using Apps List Only for the components referenced in [8] Remove Windows Apps Menu.
I think you mean 19044.1826 and you've mixed the last two digits up. I am waiting for @MSMG to work his magic with this version.
No he is referring to the yesterday's preview update 19044.1826. Testing the component removal for SFC errors, will be releasing the next version soon.
@MSMG, I know it doesn't change the operation, but optimizes the code. Eliminate this that appears in 3 positions: Code: set Update=%%i set Update=!Update:~0,-4! And replace all from: Code: !Update! to: Code: %%~ni This is the name of the file without the extension, to be used as a folder name. With the extension it would be %%~nxi I also implemented a bypass to avoid the integration of updates (SSU LCU and Enablement) in Core Editions prior to 19041. I implemented the updates directly from UUPDump to the correct folder of the Toolkit structure. What do you think to implement on Toolkit? It's just an option in the update menu. This will download Aria2C to Toolkit Bin Folder and download the updates to the image being worked on. But it will avoid updates with the preview description. I tested it to: 17763.1 to 17763.3165 18362.1, but it no longer receives updates. it will stay in 18363.2274 19041.1 to 19044.1862 22000.1 to 22000.829 22621.1 to 22621.232 Server 17763.1 to 17763.3165 20348.1 to 20348.825
MSMG, Code: RemovePkgsList_W10_LTSC_2021 CEIP WindowsInsiderHub SecurityCenter StepsRecorder WindowsSubsystemForLinux FileExplorer MapControl NarratorQuickStart ParentalControls PeopleExperienceHost SkypeORTC SmartScreen WindowsDefender I need to use the OS only for Win32 applications and drivers installation (DCH), without access to the Internet. Will my uninstall list harm the OS or not?
I will send you the automatic download code of updates directly from UUP Dump, by PM. Based on Toolkit.cmd 12.5. There were errors of the type that friend Nosirrahx showed above, in "self -script start" mode, so we had to return to use of Start and GenericStart. But I made a method that simulates the start, calling an external script that does the function of start.cmd. Thus, if the person gives 2 clicks or use the Start.cmd should have the same effect. But I would need someone who was having problems of "denied access" using Windows 11 as a host to take a test. @RafhaCorreia, When I release the Custom Toolkiit 12.5, please... can you take the test?
This process puts a lot of load on the Microsoft Compatibility Telemetry processor. I have a question, can this be removed without damaging UnifiedTelemetryClient, WindowsErrorReporting, KernelDebugging?
Code: MSMG ToolKit - Remove Network Components Menu echo. [3] %C_RemoteDesktopClient% Remote Desktop Client MSMG ToolKit - Remove System Apps Menu echo. [15] %C_Edge% Edge Classic Browser echo. [16] %C_EdgeDevToolsClient% Edge Developer Tools Client - An extension to edge containing tools for web developers ^| Depends on: Edge echo. [17] %C_FileExplorer% File Explorer - Modern File Explorer App echo. [20] %C_MapControl% Map Control echo. [21] %C_NarratorQuickStart% Narrator Quick Start - QuickStart Guide for Narrator echo. [25] %C_ParentalControls% Parental Controls - App for Parental Controls echo. [26] %C_PeopleExperienceHost% People Experience Host - People Bar ^(People Hub^) echo. [31] %C_RetailDemoContent% Retail Demo Content echo. [39] %C_WindowsDefender% Windows Defender App echo. [35] %C_SkypeORTC% Skype ORTC echo. [36] %C_SmartScreen% Smart Screen - Windows Defender SmartScreen Functionality for Modern Apps echo. [40] %C_WindowsMixedReality% Windows Mixed Reality echo. [41] %C_WindowsReaderPDF% Windows Reader ^(PDF^) ^| Depends on: Edge MSMG ToolKit - Remove Privacy Components Menu echo. [C] %C_FaceRecognition% Face Recognition echo. [B] %C_CEIP% Customer Experience Improvement Program ^(CEIP^) echo. [O] %C_SecurityCenter% Security Center ^| Depends on: Windows Defender echo. [P] %C_StepsRecorder% Steps Recorder echo. [U] %C_WindowsSubsystemForLinux% Windows Subsystem For Linux echo. [K] %C_WindowsInsiderHub% Windows Insider Hub MSMG ToolKit - Remove Internet Components Menu echo. [2] %C_EdgeChromium% Edge Chromium Browser Code: RemovePkgsList_W10_LTSC_2021 EdgeChromium CEIP FaceRecognition WindowsInsiderHub SecurityCenter StepsRecorder WindowsSubsystemForLinux Edge EdgeDevToolsClient FileExplorer MapControl NarratorQuickStart ParentalControls PeopleExperienceHost RetailDemoContent SkypeORTC SmartScreen WindowsDefender WindowsMixedReality WindowsReaderPDF What edition did you test Win 10 21H2? Here's my complete list, I don't remove anything unnecessary for the OS to work?