Yes, but I don't think there has been much progress. I just wanted to say not to expect this so soon.
Tested v10.0 with 19041.264 Enterprise using the latest ToolKitHelper and did not receive any SFC errors. Spoiler: Files used x86 ISO: 19041.264.200510-0252.VB_RELEASE_SVC_PROD1_CLIENTENTERPRISE_VOL_X86FRE_EN-GB.ISO x64 ISO: 19041.264.200510-0503.VB_RELEASE_SVC_PROD1_CLIENTENTERPRISE_VOL_X64FRE_EN-GB.ISO Spoiler: Method Extract ISO (1 > 3) Select source (1 > 1) (also mount boot and recovery images) Integrate Win32 calculator (3 > 3 > C) Remove using RemovePkgsList.txt (4 > 3) Spoiler: RemovePkgsList.txt ToolKitHelper:Cortana ToolKitHelper:GameExplorer ToolKitHelper:MapControl ToolKitHelper:OneDrive ToolKitHelpereopleExperienceHost ToolKitHelperPIProjection ToolKitHelper:RetailDemoContent ToolKitHelper:SkypeORTC ToolKitHelper:SecureAssessmentBrowser ToolKitHelper:WindowsMixedReality ToolKitHelper:XboxGameCallableUI ToolKitHelper:3DViewer ToolKitHelper:AdvertisingXaml ToolKitHelper:Alarms ToolKitHelper:BingWeather ToolKitHelper:Calculator ToolKitHelper:Camera ToolKitHelper:CommunicationsApps ToolKitHelperesktopAppInstaller ToolKitHelper:FeedbackHub ToolKitHelper:GetHelp ToolKitHelper:Getstarted ToolKitHelper:HEIFImageExtension ToolKitHelper:Maps ToolKitHelper:Messaging ToolKitHelper:MixedRealityPortal ToolKitHelper:OfficeHub ToolKitHelper:OfficeOneNote ToolKitHelper:OneConnect ToolKitHelperaint3D ToolKitHelpereople ToolKitHelperhotos ToolKitHelperrint3D 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)
Does it make sense to user MSMG Toolkit on Windows 10 Enterprise LTSC 2019 Build 1809 or is it already stripped down enough so no need?
How to delete files in mount folder? Toolkit's frozen on "Performing Toolkit pre-cleanup operation, please wait..."
Thanks for the new release @MSMG For v2004, this one still doesn't prevent removed thing to come back, right?
Could someone help me create a lists of apps/packages that are safe to delete from 2004? All I need is PIN and fingerprint login, and new games to run. Perhaps:?
@MSMG, in Code: if "%Tweak%" equ "DisableWindowsUpdate" ( reg add "HKLM\TK_DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization" /v "SystemSettingsDownloadMode" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\TK_SOFTWARE\Microsoft\Speech_OneCore\Preferences" /v "ModelDownloadAllowed" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization" /v "OptInOOBE" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DODownloadMode" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /v "AutoDownload" /t REG_DWORD /d "2" /f >nul 2>&1 reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\7971f918-a847-4430-9279-4a52d1efe18d" /v "registeredWithAU" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\TK_SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v "HideMCTLink" /t REG_DWORD /d "1" /f >nul 2>&1 reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Speech" /v "AllowSpeechModelUpdate" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "63" /f >nul 2>&1 in lines 22341-22342; 22615-22616 There are 2 values for the same DWORD. Maybe one of the lines is for NTUser, and maybe add another one for Default User. As placed below: Code: reg add "HKLM\TK_DEFAULT\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "63" /f >nul 2>&1 reg add "HKLM\TK_NTUSER\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "63" /f >nul 2>&1 reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "63" /f >nul 2>&1 I've seen the value of this DWORD, too, set to "100". But I don't know what it's for. Perhaps the value to remain should be "0". But what matters is that there is one more detail to be analyzed. See you!
@MSMG ToolKit 10.0 I do not see the Calendar application in the list of system applications: and People app depends on Advertising Xaml too
Hello, I kindly ask if there is a faster procedure regarding the "Windows App Removal" section. I would like to delete most of the Apps, except one or two, do I have to carry out the long single selection procedure? example: [4]> [1]> [7]> [01] [4]> [1]> [7]> [02] [4]> [1]> [7]> [....] I ask if there is a faster method for this. Thanks
I edited the "Toolkit.cmd" file. I created a "CustomSelectedSystemandWindowsAppsRemover" field, duplicated the script and edited to remove only what I need to be removed. I also created a "CustomSelectedTweaks" field... But it is much easier with editing the list templates that MSMG makes available in the paths: .\Toolkit\Bin\Lists\RemoveAppsList_W10_10.0.19041_Template.txt .\Toolkit\Bin\Lists\RemovePkgsList_W10_10.0.19041_Template.txt Create copies and rename respectively to: RemoveAppsList.txt RemovePkgsList.txt Edit as you want. Apply, in the option remove with or from a list file.
If I understand correctly, just copy the script of the "RemovePkgsList_W10_10.0.19041_Template.txt" file into the "RemovePkgsList.txt" file eliminating the lines relating to the Apps that you do not intend to remove. it's correct? Thank
On W 10 - 1909 ISO one can not get an immediat inactivation of - Reserved storage, one has to wait for next update. Anyone knows how it is on 2004?
Hello dear forum users! I ask you for help. When changing the number of files have to edit your batch file. Is it possible to register a cycle in the batch file so that the settings are imported regardless of their number? Now I use the batch file of the following content: regedit.exe /s REG IMPORT "%~dp0Addons\%ImageArchitecture%\Temp\7zip_x64.reg" regedit.exe /s REG IMPORT "%~dp0Addons\%ImageArchitecture%\Temp\msxml4_x64.reg" regedit.exe /s REG IMPORT "%~dp0Addons\%ImageArchitecture%\Temp\WinRAR_x64.reg" regedit.exe /s REG IMPORT "%~dp0Addons\%ImageArchitecture%\Temp\Unlocker_x64.reg" Help me please
Is anyone having issues with Xbox One Controllers via BT on 2004? I'm trying to figure out if I removed something bad or if it's just 2004 being buggy.