Code: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowCortanaButton"=dword:00000000
DISM method is the usual /Remove-Package which works when there is .mum file for any component, it's best for older OS like W7,W81 and Pre W10 RS2 builds. For newer Windows 10 version, the Microsoft have merged many packages and so it's difficult to use the DISM method. In DISM method, the removal is not always complete, it leaves behind many leftovers. But the ToolKitHelper is manual removal method which removes the component properly and also maintains components compatibility.
Always do integrate the language packs or features before the updates, since this way it will update the files/registry related to the language packs or the feature packs. Since v1903/v1904 share same base, the script requires changes to use the v1903 files for v1909 too. Don't change the filenames just change the folder name from 10.0.18362 to 10.0.18363
Does MSMG ToolKit v10.0 work well with Windows 10 (v2004 20H1) MSDN x64Bit (Build 19041.208)? Without making cumulative updates? I want to know if everything can be removed.
What about 20H2 (2009)? May I integrate the EP (as well as the latest CU) on 20H1 before starting to remove components? If so, may I have any problems when removing components or may them not be successfully removed even if MSMG ToolKit states they were?
Tested v10.0 and latest ToolKitHelper with 2004 and the latest SSU and CU. It is with delight that I can report that I did not receive any SFC errors. Seems that this is now fixed in 2004. Spoiler: Files used x86 ISO: 19041.264.200511-0456.VB_RELEASE_SVC_REFRESH_CLIENTENTERPRISE_VOL_X86FRE_EN-GB.ISO x86 SSU: windows10.0-kb4560366-x86_a3e87cf039c5a25ba3e4200892cfee30911d4689.msu x86 CU: windows10.0-kb4567523-x86_aa491155b1a4ef11720472e2ecc6c621b553f7b8.msu x64 ISO: 19041.264.200511-0456.VB_RELEASE_SVC_REFRESH_CLIENTENTERPRISE_VOL_X64FRE_EN-GB.ISO x64 SSU: windows10.0-kb4560366-x64_653c88cde27a1adff38843c1b054fbbcef380b6f.msu x64: CU: windows10.0-kb4567523-x64_34b4dbb86f35d25ce4cb839aa4007079323507d3.msu Spoiler: Method Extract ISO (1 > 3) Select source (1 > 1) (also mount boot and recovery images) Integrate Win32 calculator (3 > 3 > C) Apply SSU and CU updates (3 > 4 > 2 > 1 > 4) Apply setup media update (3 > 4 > 2 > 2) Remove using RemovePkgsList.txt (4 > 3) Spoiler: RemovePkgsList.txt Code: ToolKitHelper:Cortana ToolKitHelper:GameExplorer ToolKitHelper:MapControl ToolKitHelper:OneDrive ToolKitHelper:PeopleExperienceHost ToolKitHelper:RetailDemoContent ToolKitHelper:SkypeORTC ToolKitHelper:SecureAssessmentBrowser ToolKitHelper:WindowsMixedReality ToolKitHelper:XboxGameCallableUI ToolKitHelper:3DViewer ToolKitHelper:AdvertisingXaml ToolKitHelper:Alarms ToolKitHelper:BingWeather ToolKitHelper:Calculator ToolKitHelper:Camera ToolKitHelper:CommunicationsApps ToolKitHelper:DesktopAppInstaller ToolKitHelper:FeedbackHub ToolKitHelper:GetHelp ToolKitHelper:Getstarted ToolKitHelper:HEIFImageExtension ToolKitHelper:Maps ToolKitHelper:MixedRealityPortal ToolKitHelper:OfficeHub ToolKitHelper:OfficeOneNote ToolKitHelper:Paint3D ToolKitHelper:People ToolKitHelper:Photos ToolKitHelper:ScreenSketch ToolKitHelper:SkypeApp ToolKitHelper:SolitaireCollection ToolKitHelper:SoundRecorder ToolKitHelper:StickyNotes ToolKitHelper:VP9VideoExtensions ToolKitHelper:WalletService ToolKitHelper:WebMediaExtensions ToolKitHelper:WebpImageExtensions ToolKitHelper:XboxApp ToolKitHelper:XboxIdentityProvider ToolKitHelper:YourPhone ToolKitHelper:ZuneMusic ToolKitHelper:ZuneVideo Tweaks for Task View, App Downloads, Photo Viewer (5 > 8 > B/D/J) Cleanup (6 > 1) Apply changes to image (6 > 2 > Y) Rebuild (6 > 1) Convert WIM to ESD (2 > 4) Make ISO (7 > 1)
Greetings! Sorry if this been on topic before, ...but shouldnt the "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\" registry keys keep the (de)provisioned apps removed? Because most of them came back after the 2004 update. Had no problem with the update from 1903 to 1909, but seems broken now, as they reappeared. Do we know why?
This is @MSMG addressing me, which is when I started to use it: https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-578#post-1535508
...I would like to integrate this reg to fix the winver 20H2, does anyone know how? reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EditionVersion" /f /v EditionBuildQfe /t REG_DWORD /d 331
create .reg file and put it in folder: ToolKit_v10.0\Custom\Registry\w10\x64(x86) and integrate it through the .reg file integration menu (5)
hi, I have a Windows 1903 build 18362.116 ISO image and I'm using Toolkit v8.8. The most recent cumulative build for this version is 18362.900. I downloaded build 18362.900 cab and copied it to the Packs folder of the Toolkit to integrate in the ISO image. At the end of the integration, the last line of the updates log file appears: Package Identity: Package_for_RollupFix ~ 31bf3856ad364e35 ~ amd64 ~~ 18362.900.1.8 State: Install Pending Release Type: Update Install Time: 20/06/2020 05:23 My questions are: When I save changes and create the new ISO file, will the update integration be installed? If the answer is not installed, how do I have to update it? ... from my build 18362.116 to build 18362.900 there are 26 cumulative build cab files! ... I will have to copy all these cab files to the toolkit updates folder so that updates can be installed correctly? thank you Clamarc
There are two ways you can update the Windows Installation files 1) Using a dynamic update released by MS, which contains the updated windows installations files. For Windows 10 v2004 Setup Media update download here the current update is KB4557956 2) Using the ToolKit's [2]->[4]-> Integrate Windows Setup Media Updates menu, this copies the updated installation files from boot.wim to Windows Installation sources folder, for this you should have integrated the latest SSU and LCU to boot.wim.