How did you accomplish this? I need Store working for WMR portal to work (I believe Store is a dependency even though MSMG doesn't auto-enable Store when selecting WMR), but I don't want Defender and Smart Screen. If I select only SmartScreen and Defender for removal, Store gets automatically removed by the script.
I removed everything that was available through the interface. There were so many things, it would be nigh on impossible to specify.
Ok at-least you could post the output of Removal process to troubleshoot the issue. The CBS.log doesn't specify any error related to removed components, there's an error message related to KB3025096 Code: D:\Downloads>type CBS.txt | findstr "corrupt" D:\Downloads>type CBS.txt | findstr "repair" 2020-12-31 11:03:40, Info CBS TiWorker: Client requests SFP repair object. D:\Downloads>type CBS.txt | findstr "restore" 2020-12-31 10:56:47, Info CBS Could not load SrClient DLL from path: SrClient.dll. Continuing without system restore points. 2020-12-31 11:03:40, Info CBS Could not load SrClient DLL from path: SrClient.dll. Continuing without system restore points. D:\Downloads>type CBS.txt | findstr "error" D:\Downloads>type CBS.txt | findstr "fail" 2020-12-31 10:56:47, Info CBS InternalOpenPackage failed for Package_for_KB3025096~31bf3856ad364e35~amd64~~6.4.1.0 [HRESULT = 0x800f0805 - CBS_E_INVALID_PACKAGE] 2020-12-31 10:56:47, Info CBS InternalOpenPackage failed for Package_for_KB3025096~31bf3856ad364e35~x86~~6.4.1.0 [HRESULT = 0x800f0805 - CBS_E_INVALID_PACKAGE]
Hello Everyone, there is a second Failure in "Function to Integrate Microsoft Diagnostics and Recovery Toolset ^(DaRT^) 7.0/8.1/10". You can't integrate DART in the Recovery. The issue is in line 11417: if "%SelectedSourceOS%" equ "w7" if "%ImageInstallationType%" equ "Embedded" I removed the bold text in line 11417, then i can integrate Dart to the Recovery.
Yes I have fixed it, you need to change Code: if "%SelectedSourceOS%" equ "w7" if "%ImageInstallationType%" equ "Embedded" To Code: if "%SelectedSourceOS%" equ "w7" if "%ImageInstallationType%" neq "Embedded" Will upload just the modified script
Any advice on minimum components for a working WMR configuration, besides the Store, windows updates and automatic driver downloads?
Has anyone ever dealt with "Error 2 System cannot find the file specified." at 100% in a DISM.exe /Online /Cleanup-Image /ScanHealth? This error occurs after the scan completes. /RestoreHealth also stops at 83 or 87% with the same message. OR in other image test 100% (perhaps random) with Error 2. I gave up for the moment trying to figure out which component integrating is causing this (DaRT is not the cause, at least, alone it passed fine for integration), it seems to happen irrespective of component removal or not, just can't tell which addition is causing the problem. 2019 LTSC 17763.1637 x64 btw. Been testing on VMWare Player. Have been trying for 5 days to figure it out. Cannot find reasonable mention of "Error 2 System cannot find the file specified." as a DISM error. There is no sfc /scannow error reported, no corruption. Just curious if anyone has ever seen this before, maybe I am doing something wrong. Thanks.
Will try to de-couple Store from Defender, Are you sure Store is required for WMR as Microsoft allows WMR to be installed on LTSC where there is no Store App, only Store Back-end files do exist in LTSC. May be I should split Store back-end and Store App as separate components.
You need to add the language pack, language interface pack, language features pack, metro apps before integrating updates. or Re-integrate updates again to update the language resources. Also for UWP Inbox or System Apps there are separate local experience pack to update the language resources, you can also use the Windows Updates/ Store to update them.
i downloaded cumulative update v10.0.17763.1637, but it doesn't install. Tried v10.0.17763.1613 and install. Does ToolKit_v11.1 work fine with v10.0.17763.1613 ? where can I download a version of Windows 10 Enterprise LTSC RDS 5 v1809 (17763.1637) MSDN x64Bit ita?
You need this version 17763.1637 Copy these updates files : Copy Windows Cumulative Update file KB4592440 to <WHD\w10\x64\10.0.17763\Cumulative> folder Copy Windows Defender Update file defender-update-kit-x64.zip to <WHD\w10\x64\10.0.17763\Defender> folder Copy Windows Dynamic Update file KB4494174-v4 to <WHD\w10\x64\10.0.17763\Dynamic> folder (Only if Intel CPU) Copy Windows Flash Player Update file KB4580325 to <WHD\w10\x64\10.0.17763\FlashPlayer> folder Copy Windows .Net Cumulative Update file KB4586877 to <WHD\w10\x64\10.0.17763\NetCumulative> folder Copy Windows Servicing Stack Update file KB4587735 to <WHD\w10\x64\10.0.17763\ServicingStack> folder Mount your existing untouched Windows 10 v1809/LTSC 2019 image using Toolkit Use Integrate->Windows Updates->Integrate WHD Update Pack->Integrate WHD General Updates->Integrate to Windows Setup Install Image. Now Remove Windows Components Save the Image and test