1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes it's still present and it's the Microsoft which needs to fix the issue.

     
  2. bpars

    bpars MDL Novice

    Feb 21, 2019
    11
    7
    0
    #18002 bpars, Jan 1, 2021
    Last edited: Jan 1, 2021
    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.
     
  3. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    128
    23
    10
    I removed everything that was available through the interface. There were so many things, it would be nigh on impossible to specify.
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    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]
    
     
  5. FanE46

    FanE46 MDL Novice

    Apr 3, 2015
    3
    0
    0
    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.
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    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

     
  7. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    In the next version, you change the copyright year by the way.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. bpars

    bpars MDL Novice

    Feb 21, 2019
    11
    7
    0
    #18008 bpars, Jan 1, 2021
    Last edited: Jan 2, 2021
    Any advice on minimum components for a working WMR configuration, besides the Store, windows updates and automatic driver downloads?
     
  9. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    128
    23
    10
    The Logs folder is empty. Where do I look for the output if I've already closed the terminal window?
     
  10. Mayjoko

    Mayjoko MDL Junior Member

    Oct 15, 2015
    59
    29
    0
    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.
     
  11. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    here I never saw this kind of error
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    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.

     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    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.

     
  14. robymetallaro

    robymetallaro MDL Junior Member

    Aug 17, 2016
    72
    2
    0
    #18017 robymetallaro, Jan 2, 2021
    Last edited: Jan 2, 2021
    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?
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    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

     
  16. robymetallaro

    robymetallaro MDL Junior Member

    Aug 17, 2016
    72
    2
    0
    but I don't know how to do this.
    should i install virtualbox ?
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes you can try with VirtualBox or VMWare Pro or Player