I haven't tested each game or adobe products to know which are working or not, But I have retained the files reported by users which are needed for proper working of Adobe products and some games.
The Dart tools are present inside Windows\System32 folder, the Debug tools are present in the Program Files (x86) for 64-bit OS. The remote.exe is present in the Debug Tools folder, use the latest pack from download link. The entries to the winpeshl.ini are added from within the Toolkit.cmd, you can modify the script to add the %windir%\system32\netstart.exe,-prompt and no need to rebuild the Dart pack.
The new Edge Chromium pack for Windows 7/8.1 is only for testing and not yet been added to the Toolkit, the Toolkit still uses the old Edge Chromium cab file structure (Windows6.1-KB5001027-x64.cab).
Not sure if I'm following right here but I went and integrated CU KB5015807(that's the required CU for 21h2?) using the toolkit, nothing removed, just added NetFX35, installed it on a vm, ran sfc /verifyonly, same error as before "Windows resource protection found integrity violations" help please? Edit: tried again with toolkit 12.6 (I was using 12.5) and CU KB5016616 integrated with the toolkit, nothing added or removed, same result
@MSMG, InboxApps for w81: the dependencies are separated by ", " and this is causing integration errors. from: Code: if "%SelectedSourceOS%" equ "w81" if "!%%j!" equ "+" ( if "%%j" equ "I_Alarms" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Alarms and Clock", "%Alarms_Appx%", "%VCLibs12_Appx%", "%Alarms_License%" if "%%j" equ "I_BingFinance" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Finance", "%BingFinance_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%BingFinance_License%" if "%%j" equ "I_BingFoodDrink" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Food and Drink", "%BingFoodDrink_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%BingFoodDrink_License%" if "%%j" equ "I_BingHealthFitness" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Health and Fitness", "%BingHealthFitness%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%BingHealthFitness_License%" if "%%j" equ "I_BingMaps" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Maps", "%BingMaps_Appx%", "%VCLibs12_Appx%", "%BingMaps_License%" if "%%j" equ "I_BingNews" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing News", "%BingNews_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%BingNews_License%" if "%%j" equ "I_BingSports" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Sports", "%BingSports_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%BingSports_License%" if "%%j" equ "I_BingTravel" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Travel", "%BingTravel_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%BingTravel_License%" if "%%j" equ "I_BingWeather" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Weather", "%BingWeather_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%BingWeather_License%" if "%%j" equ "I_Calculator" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Calculator", "%Calculator_Appx%", "%VCLibs12_Appx%", "%Calculator_License%" if "%%j" equ "I_CommunicationsApps" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Calender, Mail and People", "%CommunicationsApps_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%CommunicationsApps_License%" if "%%j" equ "I_HelpAndTips" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Help and Tips", "%HelpAndTips_Appx%", "%VCLibs12_Appx%", "%HelpAndTips_License%" if "%%j" equ "I_OneNote" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Office OneNote", "%OneNote_Appx%", "%VCLibs12_Appx%", "%OneNote_License%" if "%%j" equ "I_Reader" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Reader", "%Reader_Appx%", "%VCLibs12_Appx%", "%Reader_License%" if "%%j" equ "I_ReadingList" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Reading List", "%ReadingList_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%ReadingList_License%" if "%%j" equ "I_Scan" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Scan", "%Scan_Appx%", "%VCLibs12_Appx%", "%Scan_License%" if "%%j" equ "I_Skype" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Skype App", "%Skype_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%Skype_License%" if "%%j" equ "I_SoundRecorder" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Sound Recorder", "%SoundRecorder_Appx%", "%VCLibs12_Appx%", "%SoundRecorder_License%" if "%%j" equ "I_XboxLiveGames" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Xbox Live Games", "%XboxLiveGames_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%XboxLiveGames_License%" if "%%j" equ "I_ZuneMusic" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Zune Music", "%ZuneMusic_Appx%", "%MediaPlayReadyClient22_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%ZuneMusic_License%" if "%%j" equ "I_ZuneVideo" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Zune Video", "%ZuneVideo_Appx%", "%MediaPlayReadyClient22_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%ZuneVideo_License%" ) to: Code: if "%SelectedSourceOS%" equ "w81" if "!%%j!" equ "+" ( if "%%j" equ "I_Alarms" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Alarms and Clock", "%Alarms_Appx%", "%VCLibs12_Appx%", "%Alarms_License%" if "%%j" equ "I_BingFinance" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Finance", "%BingFinance_Appx%", "%VCLibs12_Appx% %WinJS20_Appx%", "%BingFinance_License%" if "%%j" equ "I_BingFoodDrink" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Food and Drink", "%BingFoodDrink_Appx%", "%VCLibs12_Appx% %WinJS20_Appx%", "%BingFoodDrink_License%" if "%%j" equ "I_BingHealthFitness" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Health and Fitness", "%BingHealthFitness%", "%VCLibs12_Appx% %WinJS20_Appx%", "%BingHealthFitness_License%" if "%%j" equ "I_BingMaps" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Maps", "%BingMaps_Appx%", "%VCLibs12_Appx%", "%BingMaps_License%" if "%%j" equ "I_BingNews" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing News", "%BingNews_Appx%", "%VCLibs12_Appx% %WinJS20_Appx%", "%BingNews_License%" if "%%j" equ "I_BingSports" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Sports", "%BingSports_Appx%", "%VCLibs12_Appx% %WinJS20_Appx%", "%BingSports_License%" if "%%j" equ "I_BingTravel" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Travel", "%BingTravel_Appx%", "%VCLibs12_Appx% %WinJS20_Appx%", "%BingTravel_License%" if "%%j" equ "I_BingWeather" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Bing Weather", "%BingWeather_Appx%", "%VCLibs12_Appx% %WinJS20_Appx%", "%BingWeather_License%" if "%%j" equ "I_Calculator" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Calculator", "%Calculator_Appx%", "%VCLibs12_Appx%", "%Calculator_License%" if "%%j" equ "I_CommunicationsApps" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Calender, Mail and People", "%CommunicationsApps_Appx%", "%VCLibs12_Appx% %WinJS20_Appx%", "%CommunicationsApps_License%" if "%%j" equ "I_HelpAndTips" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Help and Tips", "%HelpAndTips_Appx%", "%VCLibs12_Appx%", "%HelpAndTips_License%" if "%%j" equ "I_OneNote" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Office OneNote", "%OneNote_Appx%", "%VCLibs12_Appx%", "%OneNote_License%" if "%%j" equ "I_Reader" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Reader", "%Reader_Appx%", "%VCLibs12_Appx%", "%Reader_License%" if "%%j" equ "I_ReadingList" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Reading List", "%ReadingList_Appx%", "%VCLibs12_Appx% %WinJS20_Appx%", "%ReadingList_License%" if "%%j" equ "I_Scan" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Scan", "%Scan_Appx%", "%VCLibs12_Appx%", "%Scan_License%" if "%%j" equ "I_Skype" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Skype App", "%Skype_Appx%", "%VCLibs12_Appx% %WinJS20_Appx%", "%Skype_License%" if "%%j" equ "I_SoundRecorder" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Sound Recorder", "%SoundRecorder_Appx%", "%VCLibs12_Appx%", "%SoundRecorder_License%" if "%%j" equ "I_XboxLiveGames" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Xbox Live Games", "%XboxLiveGames_Appx%", "%VCLibs12_Appx% %WinJS20_Appx%", "%XboxLiveGames_License%" if "%%j" equ "I_ZuneMusic" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Zune Music", "%ZuneMusic_Appx%", "%MediaPlayReadyClient22_Appx% %VCLibs12_Appx% %WinJS20_Appx%", "%ZuneMusic_License%" if "%%j" equ "I_ZuneVideo" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Zune Video", "%ZuneVideo_Appx%", "%MediaPlayReadyClient22_Appx% %VCLibs12_Appx% %WinJS20_Appx%", "%ZuneVideo_License%" ) Visible examples: from: Code: if "%%j" equ "I_ZuneMusic" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Zune Music", "%ZuneMusic_Appx%", "%MediaPlayReadyClient22_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%ZuneMusic_License%" to: Code: if "%%j" equ "I_ZuneMusic" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Zune Music", "%ZuneMusic_Appx%", "%MediaPlayReadyClient22_Appx% %VCLibs12_Appx% %WinJS20_Appx%", "%ZuneMusic_License%" from: Code: if "%%j" equ "I_ZuneVideo" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Zune Video", "%ZuneVideo_Appx%", "%MediaPlayReadyClient22_Appx%", "%VCLibs12_Appx%", "%WinJS20_Appx%", "%ZuneVideo_License%" to: Code: if "%%j" equ "I_ZuneVideo" call :AddProvisionedAppxPackage "%InstallMount%\%%i", "Zune Video", "%ZuneVideo_Appx%", "%MediaPlayReadyClient22_Appx% %VCLibs12_Appx% %WinJS20_Appx%", "%ZuneVideo_License%"
Hi @MSMG and thanks for your support. I do run your Toolkit as specified, on a freshly new installed Windows 10, to be sure platform is clean. Also deactivated Defender and Firewall before unzipping your folder. Your changelog says that Removing Windows Components function works on my latest generated ISO with Media Creation Tool, Build 1288 10.0.19044 - Toolkit 12.6 I am sorry I did not understood this : Also make sure you are using the right image with required CU integrated specified in the changelog.txt The obtained ISO content is copied to the DVD folder, everything else is followed in your Readme, according the version I am working on, 21H2. Best Regards
component WindowsMediaPlayer not found via toolkithelper method on w10 1904x.2006 . uupdump base win10 1904.1 iso updated using w10ui by abbodi1406 with edgechromium skipped. Ntlite found it & removed all its dependencies including troubleshooterpackage & wmpnetworksharing. @MSMG pl do cross check for betterment of toolkit. i have already removed its capability plus optional feature is disabled in offline image.
Not supported by latest ToolkiHelper version. You need to mount 19041.1 and integrate the updates for ToolkitHelper support servicing new Service Packs Builds to remove components.
Then it might be the Ghost SFC bug which occurs when using the Microsoft Refresh source images which comes with updates integrated and the DISM /Cleanup-Image /StartComponentCleanup /ResetBase command performed before publishing the ISO's.
SFC /scannow seems to fix the violations but does it restore the removed components or apps? I faced the same error with the official build 21h1 and 20h2 however 1909 seems to be fine, here's the SHA-1 Hash for the image I'm currently struggling with (21h2) just for reference "30FF3CC3CDC05ABF47489742E2E1B810D0003968" ,I also found after googling that a decent amount of people have the same issue with 21h1 and with older builds too and I seem to be one of them, something worth noting is that I'm still running build 1803 on my current machine and from there I'm trying to install 21h2 on a VM using Vm Workstation (I don't see how this can possibly affect that but you guys seem to know best). Could anyone please confirm if a fresh install of Windows 10 Pro using the official Win10_21H2_English_x64 (SHA-1: 30FF3CC3CDC05ABF47489742E2E1B810D0003968) generates "Windows resource protection found integrity violations" after executing sfc /verifyonly I would really appreciate it if anyone has a fix for this
Yes, all Windows 10 and 11 refreshed images published does contain this ghost SFC error, don't worry it won't restore any removed components.
@MSMG I would like to thanks for the time you took for me ! I can see you achieved it working. So I belive I can. I had a missunderstood with supported version, like you told, only for LTSC. My bad. But my question now, and sorry if it sounds dumb : Where/how did you get that working W10 Pro v22H2 (10.0.19045.2006) ? With the official Media Creation Tool, I have no choice of Builds, only languages and so... Or you did yourself integrate that last build ? Ive searched for a thing like we have for the Update Catalog, I dont manage to get that last build manually. Best Regards