The ToolKit is not updated yet to support v19041 But you can use the DISM method to remove them using ToolKit's -> Remove Windows Apps using AppList menu.
MSMG MDL Developer DISM method to remove them using ToolKit's -> Remove Windows? But? I Do Not Know How to Do it? Can You Give Me An Example?
After running wim-tweak, the search processes were still running (after multiple reboots), and the search components were still installed. I'll keep experimenting
- Check in <ToolKit\Bin\Lists\RemoveAppsList_W10_10.0.18362_Template.txt> to get the App names and add them to <ToolKit\Bin\Lists\RemoveAppsList.txt> - Use the ToolKit's [4] -> Remove -> Remove Windows Apps using Apps List Menu. Note: Some Apps might not be present or some new Apps may be present in the v19041.
Mount install.wim. In Windows Powershell as administrator run Code: Get-AppxProvisionedPackage -path <path to mount directory> | Remove-AppxProvisionedPackage -path <path to mount directory> Save and dismount. Bye bye apps.
Hi! How do I integrate NetFX35 using the MSMG ToolKit in Windows 10 Pro 2004-19041. 84 ? And also is it possible to integrate Dart ?
The Toolkit needs to be updated to support W10 v2004, the next version will be W10 v2004 ready (at least the Integration part).
- Mount the image as usual using ToolKit - Open a Admin command prompt and change the current path to the ToolKit folder. - Run the below command in the opened command prompt Code: DISM /Image:Mount\Install /Add-Package:DVD\sources\sxs\microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab - Save the Image using the ToolKit.
Indeed: Files, registry settings, group policy, services and so on. I gave up. I don't know what packages I can uninstall and how to get toolkit to do it.
I tried the toolkit and, as an experiment, removed and disabled everything. I used the two full template txt files. After installing Windows I found that I could not longer type in the start menu. eg. Press winkey and type 'notepad' to launch/run notepad. Which feature/app/pkgs disables that? I'd like to make another ISO including the ability to type in the start menu search bar. Thanks! Great work on this amazing project. Windows 10 Pro 1909 *Edit: I wonder if it's Cortana. I guess everything is all rolled up into Cortana now? I don't need any special features, just type and run applications from the start menu. Save me some mouse clicks.
Used ToolKitHelper v1.0.2484.0 with AllComponents command on Windows 10.0.18363.693, completed without errors.
The toolkit offers 3 ways to remove components on /from Install.wim (i). RemoveAppsList.txt : ( DISM ) (ii) RemovePackagesList.txt : ( Toolkit Helper entries & DISM entries) (iii) Directly from the Command Prompt Window ( Toolkit Helper ) ( DISM leaves files, registries,etc. behind but not the Toolkit Helper!) At least what I could understand. Thanks. ...
That's really nice, but it doesn't address the issue that I highlighted. Which packages need to be retained so as not to brick the system, and if I am attempting to remove a component, do ALL packages associated with that component need to be removed?