Code: Important: WindowsErrorReporting, KernelDebugging, WindowsStoreClient, WindowsFirewall, SimpleTCPIPServices - they are needed to install DCH Drivers, run VPN and other software. MSMG ToolKit - Remove System Apps Menu echo. [07] %C_BioEnrollment% Bio Enrollment - Windows Hello Setup echo. [13] %C_CredDialogHost% Credential Dialog Host - Authentication ^(Sign-in^) shell support for Windows Hello 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. [25] %C_ParentalControls% Parental Controls - App for Parental Controls echo. [26] %C_PeopleExperienceHost% People Experience Host - People Bar ^(People Hub^) echo. [30] %C_QuickAssist% Quick Assist App - Modern Remote Assistance App 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. [41] %C_WindowsReaderPDF% Windows Reader ^(PDF^) ^| Depends on: Edge MSMG ToolKit - Remove Privacy Components Menu echo. [B] %C_CEIP% Customer Experience Improvement Program ^(CEIP^) echo. [O] %C_SecurityCenter% Security Center ^| Depends on: Windows Defender echo. [K] %C_WindowsInsiderHub% Windows Insider Hub MSMG ToolKit - Remove Network Components Menu echo. [2] %C_OpenSSH% Open SSH echo. [3] %C_RemoteDesktopClient% Remote Desktop Client echo. [4] %C_RemoteDifferentialCompression% Remote Differential Compression ^(RDC^) echo. [6] %C_TelnetClient% Telnet Client echo. [7] %C_TFTPClient% TFTP Client echo. [8] %C_WindowsMail% Windows Mail ^| Needed for: Windows Mail App MSMG ToolKit - Remove Remoting Components Menu echo. [2] %C_MultiPointConnector% MultiPoint Connector echo. [4] %C_RemoteAssistance% Remote Assistance echo. [5] %C_RemoteDesktopServer% Remote Desktop Server echo. [6] %C_RemoteRegistry% Remote Registry echo. [7] %C_WorkFoldersClient% Work Folders Client Code: Component list for RemovePkgsList_W10_LTSC_2021.txt EdgeChromium FirstLogonAnimation OpenSSH RemoteDesktopClient RemoteDifferentialCompression TelnetClient TFTPClient WindowsMail CEIP WindowsInsiderHub RemoteAssistance RemoteDesktopServer RemoteRegistry BioEnrollment CredDialogHost Edge EdgeDevToolsClient WindowsSubsystemForLinux FileExplorer MapControl SecurityCenter StepsRecorder ParentalControls PeopleExperienceHost QuickAssist RetailDemoContent SkypeORTC SmartScreen WindowsDefender WindowsReaderPDF XboxClient XboxGameCallableUI XGpuEjectDialog MSMG, after a lot of calculations I still can't figure out if I should remove these components WindowsErrorReporting, KernelDebugging, UnifiedTelemetryClient to lose software compatibility?
Code: Component list for RemovePkgsList_W10_LTSC_2021.txt EdgeChromium FirstLogonAnimation OpenSSH RemoteDesktopClient RemoteDifferentialCompression TelnetClient TFTPClient WindowsMail CEIP FaceRecognition KernelDebugging UnifiedTelemetryClient WindowsErrorReporting WindowsInsiderHub RemoteAssistance RemoteDesktopServer RemoteRegistry AsyncTextService BioEnrollment ContentDeliveryManager CredDialogHost Edge EdgeDevToolsClient WindowsSubsystemForLinux AADBrokerPlugin FileExplorer MapControl SecurityCenter StepsRecorder OOBENetworkCaptivePortal OOBENetworkConnectionFlow ParentalControls PeopleExperienceHost QuickAssist RetailDemoContent SettingSync SkypeORTC SmartScreen WindowsDefender WindowsReaderPDF XboxClient XboxGameCallableUI XGpuEjectDialog I don't know if this list is correct or not. The fact is that the drivers are installed and Win32 programs work.
Sorry to hijack this thread but does anyone know how to use MSMG Toolkit to silently install 3rd party apps, e.g. where would the silent command to install AutoIt?: AutoIt.exe /S /NCRC /D=C:\Program Files\AutoIt3 ???
Hey guys got problem with update pack. Got image version 19044.1288 and update kb5015807. It say miss match..
The toolkit says that Microsoft.AAD.BrokerPlugin and Microsoft.AccountControl are required for MS Store, but the store won't work with just these packages. It just loads and then closes. Could someone help me with a full list of required packages to make the store work?
@MSMG , 19045(22H2) EP KB5015684 is avaliable in WSUS (not WU). You maybe adding 19045 support in Toolkit's future Updates. I speak future updates, but I had a misspell, wrongly written feature
https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-692#post-1747279 = taken down https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-694#post-1747595
using msmg 12.5 is missing option under remove menu "remove Windows components" only app list and package are there.. ISO is from uup dump win 11 22h2 with all updates and integrated .net
Dependencies list for WindowsStoreClient and WindowsStoreApp If you want to have UWP Appx running, you must keep WindowsStore and its dependencies. For you to know more about these dependency they are described next to the components in the Remove menu. "Needed for" or "Depends On". Needed for: Windows Store DesktopAppInstaller - is interesting to keep for working winget commands. WindowsStoreClient - Microsoft Store Client, required to Microsoft Store work WindowsStoreApp - Microsoft Store App StorePurchaseApp - Microsoft Store Purchase App, not sure if removed you're able to buy games, apps in the Microsoft Store without issues. ServicesStoreEngagement AdvertisingXaml AccountsControl - Required to sign in to apps. AADBrokerPlugin XboxIdentityProvider Xbox Identity Provider - Require for sign in to Xbox Console Companion XboxClient - required to xbox app work XboxApp "w10" equal GamingApp "w11" - Xbox Console Companion XboxSpeechToTextOverlay Only files responsible for the installation or inplace update of Windows that are along with boot.wim, install.wim and others within ISO. Nothing regarding the files belonging to Windows itself that are customized within install.wim. This option only appears for the builds supported by Toolkit at the time of its release. For older SPBuilds between ServicePackBuild 1 and supported, or more recent, only by removal list.
K i tried downloading 22621.232 on uupdump but it gets error empty file list i guess i'll wait for msmg update
For anybody else who is stumped about the silent install question, MSMG Toolkit accepts the \sources\$OEM$\$$\Setup\Scripts folder so all you need to do is put your apps in that folder and create a "SetupComplete.cmd" batch file to silent install the apps, e.g.: Code: @echo off start /wait %~dp0\autoit.exe /S /NCRC start /wait %~dp0\Calculator.exe /S RD /S /Q %~dp0 exit
Yes, even if there are some exceptions that do not work in this method, it (SetupComplete.cmd) is the Universal Way for Most Every Windows InstallMedia.
If servicing 22621.232 is working with MSMG, then after integrating the updates on 22621 > 22621.232 should work too, considering there is no official 22621.232 ISO available as far i know.