Just wanted to check something. I have Windows 10 1809 Enterprise LTSC x64 images built with the toolkit. I manage updates via WSUS I've just noticed I have not been offered December updates, as 1809 hit EOL on November 12 2020. Is Windows 10 2019 LTSC the same as Windows 10 1809 LTSC. They are both v17763, right? Did I customize the wrong ISO?
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.