Optimize-Offline Guide - Windows Debloating Tool, Windows 1803, 1903, 19H2, 1909, 20H1 and LTSC 2019

Discussion in 'Windows 10' started by KedarWolf, Jul 30, 2019.

    No Boss systemapps wont even return on my other vm ie 1904x.xxxx
    using my own systemappsremoval bat script.
    Which can be easily found on wilenty github repos.
     
  1. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    But in your post you mentioned LTSC 2019 because of that I commented. If you remove System apps with NTLite or with MSMG ToolKit they return when installing a CU in version 1903 onwards but not in version 1809 and earlier. So if you don't get System apps returning in LTSC 2019 with your script there's no advantage to that over others what I mean.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Boss i havent ever tested 1903 or 1909 build as its a lot bug in this build. 17763.xxxx & 1904x.xxxx both build systemapps appxpackages never come back (skipped 1903 & 1909 cuz its totaly a trash & always pain in everywhere)
     
  3. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    Good to know that :) thanks for the info. Version 2004/21H1 also has the problem of system apps returning if you remove files in the SystemApps folder.

    What I meant is that it doesn't make sense for you to say that in LTSC (1809) system apps do not return because this behavior only started from version 1903 onwards. All builds after 1903 have this behavior as well.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Boss i again repeat my words 1904x.xxxx build systemapps appxpackages never come back for me.
     
  5. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    Yes I understood. I think you missed my point :p but that's okay forget about it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. 1904x.xxxx SystemApps on VM using my Systemappsremoval bat script :

    Code:
    Microsoft Windows [Version 10.0.19043.1165]
    (c) Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>Powershell -Command "Get-AppxPackage -PackageTypeFilter Main | ? { $_.SignatureKind -eq 'System' } | Sort Name | Format-Table Name, InstallLocation"
    
    Name                                  InstallLocation
    ----                                  ---------------
    Microsoft.Windows.ShellExperienceHost C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy
    windows.immersivecontrolpanel         C:\Windows\ImmersiveControlPanel
    
    C:\Windows\system32>
    
     
  7. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    874
    30
    If you only keep those system apps, a lot of stuff in Windows will be broken. :(

    Here is my list including a working Windows Store etc.

    Code:
    {
        "DisplayName": [
        "Microsoft.AccountsControl",
        "Microsoft.CredDialogHost",
        "Microsoft.MicrosoftEdge",
        "Microsoft.MicrosoftEdgeDevToolsClient",
        "Microsoft.Windows.AppRep.ChxApp",
        "Microsoft.Windows.AppResolverUX",
        "Microsoft.Windows.AssignedAccessLockApp",
        "Microsoft.Windows.CallingShellApp",
        "Microsoft.Windows.CapturePicker",
        "Microsoft.Windows.CloudExperienceHost",
        "Microsoft.Windows.ContentDeliveryManager",
        "Microsoft.Windows.NarratorQuickStart",
        "Microsoft.Windows.OOBENetworkCaptivePortal",
        "Microsoft.Windows.OOBENetworkConnectionFlow",
        "Microsoft.Windows.PinningConfirmationDialog",
        "Microsoft.Windows.Search",
        "Microsoft.Windows.SecureAssessmentBrowser",
        "Microsoft.Windows.ShellExperienceHost",
        "Microsoft.Windows.StartMenuExperienceHost",
        "Microsoft.Windows.XGpuEjectDialog",
        "Microsoft.XboxGameCallableUI",
        "MicrosoftWindows.Client.CBS",
        "MicrosoftWindows.UndockedDevKit",
        "windows.immersivecontrolpanel",
        "Windows.PrintDialog"
        ]
    }
    
     
  8. Yea you are absolutely correct lots of stuff will be broken but i always point to the os i am using doesnt call home in any way .
    A complete Private OS like Remnux Linux the best of the best OS Ever.
     
  9. rentay

    rentay MDL Junior Member

    Dec 30, 2013
    88
    17
    0
    Just created a new W10 LTSC iso (1809) and integrated the latest updates via W10UI.

    Have been reading through this thread and the work you guys are doing is amazing. What are the differences between GodHands and gdeliana's fork?
     
  10. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
    #1251 drew84, Aug 31, 2021
    Last edited: Aug 31, 2021
    @GodHand (Author), @gdeliana (Fork)... gdeliana's objective was to make the project more user friendly (Automation via populated lists that can be edited to user preference)
    his contribution is not as restricted (regarding build numbers) as GodHand's, gdeliana's also has support for Windows 11 (i.e. secuihealth removal)
    ... some additional (Optional) tweaks are noted at the bottom of config .json
    Code:
    "SelectiveRegistry": {
       "DisableWindowsUpdate": false,
       "DisableDriverUpdate": false,
       "DormantOneDrive": false
    
    In effect you can get GodHand's script to do exactly the same thing (with a bit know-how), gdeliana has simply (with some input from others here) done the grunt work for us all... Think that about covers it
     
  11. rentay

    rentay MDL Junior Member

    Dec 30, 2013
    88
    17
    0
    #1252 rentay, Aug 31, 2021
    Last edited: Aug 31, 2021
    Thanks for the reply. I used to use GodHand’s script but might give Gdeliana’s a shot. With disable driver update, is this reg entry working? I know there have been some scripts and reg entries however none of them worked.

    Also, I am using a en-gb iso. Is there anything I need to do to the script to get it working (I remember GodHand’s had to have some entries amended to reflect the language of the iso)

    Edit: just did some reading back on page 53 of this thread and noticed how to change the language for the supported iso
     
  12. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
    Code:
    Project Folder  : D:\Optimize-Offline-4.0.1.9-b8_11_gdeliana\   <<<--- ignore script version
                                                             | ./Src
                                                                    | ./Public
                                                                              | ./en-US changed to ./en-GB
                                            
                                                             | Offline-Resources.psm1 - Line 43 $OptimizeOffline.Culture = 'en-US' changed to 'en-GB'
                                            
                                                             | ./en-US changed to ./en-GB
    
    ... just noticed your edit
     
  13. rentay

    rentay MDL Junior Member

    Dec 30, 2013
    88
    17
    0
    With the registry entry for disabling driver updates, is this working?

    Also, OneDrive removal will OneDrive return when installing Office 2019?
     
  14. spanishfly

    spanishfly MDL Senior Member

    Dec 5, 2018
    365
    540
    10
    no
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
    #1256 drew84, Aug 31, 2021
    Last edited: Aug 31, 2021
    @rentay - the tweak in question negates the installation of OneDrive... does not remove it.. leaves it dormant... in case you need it later

    also see this post before removing Edge in Win11
     
  16. rentay

    rentay MDL Junior Member

    Dec 30, 2013
    88
    17
    0
    #1257 rentay, Sep 1, 2021
    Last edited: Sep 1, 2021
    Been fiddling with this script today, impressive how powerful it is

    How can I use some of the features (Remove-OneDrive, Scheduled Tasks, Services) under Additional -> Services?

    Also, noticing a problem with Dism and throwing a range of errors in the logs. Any idea what is causing this?

    Code:
     Mounting new image.
    Wim:         [D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim]
    Image Index: [1]
    Mount Path:  [D:\Apps\OO\OfflineTemp_746403122\InstallMountOffline]
    [6136] Wimserv process started for guid d18bf8e6-296a-40b4-8a6b-0ed5f20c3d9e.  Id is 1276
    [1276] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [1276] Mounted image at D:\Apps\OO\OfflineTemp_746403122\InstallMountOffline.
    2021-09-01 15:55:48, Warning               DISM   DISM Provider Store: PID=6136 TID=7816 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:55:48, Warning               DISM   DISM Provider Store: PID=6136 TID=7816 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:55:49, Warning               DISM   DISM Provider Store: PID=5852 TID=8684 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\621A4F90-59C1-4B3F-8377-41C81AD176FE\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:30, Warning               DISM   DISM Provider Store: PID=6136 TID=8520 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:30, Warning               DISM   DISM Provider Store: PID=6136 TID=8520 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:57:31, Warning               DISM   DISM Provider Store: PID=7396 TID=6148 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\E07B9482-0AF1-4C83-8BA3-B2CEDA351343\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:34, Warning               DISM   DISM Provider Store: PID=6136 TID=9104 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:34, Warning               DISM   DISM Provider Store: PID=6136 TID=9104 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:57:35, Warning               DISM   DISM Provider Store: PID=2660 TID=8168 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\35998CE8-7E25-4109-A6E5-BEE97128775C\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:38, Warning               DISM   DISM Provider Store: PID=6136 TID=5684 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:38, Warning               DISM   DISM Provider Store: PID=6136 TID=5684 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:57:39, Warning               DISM   DISM Provider Store: PID=1920 TID=1896 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\9E7467FB-A8B3-4C4B-A149-4B8044BE66EA\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:43, Warning               DISM   DISM Provider Store: PID=6136 TID=4572 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:43, Warning               DISM   DISM Provider Store: PID=6136 TID=4572 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:57:44, Warning               DISM   DISM Provider Store: PID=3608 TID=5224 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\2ACC2178-F235-4316-B5EB-48B0E8662A6D\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:46, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:57:48, Warning               DISM   DISM Provider Store: PID=6136 TID=960 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:48, Warning               DISM   DISM Provider Store: PID=6136 TID=960 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:57:49, Warning               DISM   DISM Provider Store: PID=5200 TID=2084 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\6A8C7923-C13E-4683-97B3-E0535B8E124D\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:52, Warning               DISM   DISM Provider Store: PID=6136 TID=8712 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:52, Warning               DISM   DISM Provider Store: PID=6136 TID=8712 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:57:53, Warning               DISM   DISM Provider Store: PID=1904 TID=5728 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\3D69042A-3B0E-41AB-AC3D-D98CBAC64BEE\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [2416] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [2416] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:57:59, Warning               DISM   DISM Provider Store: PID=6136 TID=9140 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:57:59, Warning               DISM   DISM Provider Store: PID=6136 TID=9140 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:58:00, Warning               DISM   DISM Provider Store: PID=5112 TID=5084 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\381A5F13-566D-4AB0-95D7-31712CD47344\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:17, Warning               DISM   DISM Provider Store: PID=6136 TID=616 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:17, Warning               DISM   DISM Provider Store: PID=6136 TID=616 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:58:18, Warning               DISM   DISM Provider Store: PID=7020 TID=5936 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\90F281F6-268B-4F7E-BE67-0F289834DC64\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:19, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:19, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:22, Warning               DISM   DISM Provider Store: PID=6136 TID=976 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:22, Warning               DISM   DISM Provider Store: PID=6136 TID=976 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:58:22, Warning               DISM   DISM Provider Store: PID=7256 TID=6984 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\A8403215-1350-4D29-AD96-443DC6187659\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:24, Error                 CBS    Failed to resolve package 'Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:24, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:24, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:26, Warning               DISM   DISM Provider Store: PID=6136 TID=3292 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:26, Warning               DISM   DISM Provider Store: PID=6136 TID=3292 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:58:27, Warning               DISM   DISM Provider Store: PID=512 TID=1160 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\E0124E63-DF94-4B16-817F-B90F0CBBA4B9\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:29, Error                 CBS    Failed to resolve package 'Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:29, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:29, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:29, Error                 CBS    Failed to resolve package 'Microsoft-Windows-LanguageFeatures-Handwriting-en-gb-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:30, Warning               DISM   DISM Provider Store: PID=6136 TID=1756 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:30, Warning               DISM   DISM Provider Store: PID=6136 TID=1756 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:58:31, Warning               DISM   DISM Provider Store: PID=8096 TID=2216 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\8D5AC346-98F6-409E-A943-736F7BFC25C8\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:33, Error                 CBS    Failed to resolve package 'Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:33, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:33, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:33, Error                 CBS    Failed to resolve package 'Microsoft-Windows-LanguageFeatures-Handwriting-en-gb-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:33, Error                 CBS    Failed to resolve package 'Microsoft-Windows-LanguageFeatures-OCR-en-gb-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:36, Warning               DISM   DISM Provider Store: PID=6136 TID=8460 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:36, Warning               DISM   DISM Provider Store: PID=6136 TID=8460 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:58:37, Warning               DISM   DISM Provider Store: PID=7588 TID=3448 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\D26915BE-301A-46AD-8762-7090162A2D0A\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:38, Error                 CBS    Failed to resolve package 'Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:38, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:38, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:38, Error                 CBS    Failed to resolve package 'Microsoft-Windows-LanguageFeatures-Handwriting-en-gb-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:38, Error                 CBS    Failed to resolve package 'Microsoft-Windows-LanguageFeatures-OCR-en-gb-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:38, Error                 CBS    Failed to resolve package 'Microsoft-Windows-LanguageFeatures-Speech-en-gb-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:40, Warning               DISM   DISM Provider Store: PID=6136 TID=5968 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:40, Warning               DISM   DISM Provider Store: PID=6136 TID=5968 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:58:41, Warning               DISM   DISM Provider Store: PID=8752 TID=3040 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\4F49C742-E125-4451-A8CA-92CD4B71E0EE\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:43, Error                 CBS    Failed to resolve package 'Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:43, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:43, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:43, Error                 CBS    Failed to resolve package 'Microsoft-Windows-LanguageFeatures-Handwriting-en-gb-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:43, Error                 CBS    Failed to resolve package 'Microsoft-Windows-LanguageFeatures-OCR-en-gb-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:43, Error                 CBS    Failed to resolve package 'Microsoft-Windows-LanguageFeatures-Speech-en-gb-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:43, Error                 CBS    Failed to resolve package 'Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:46, Warning               DISM   DISM Provider Store: PID=6136 TID=4616 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:46, Warning               DISM   DISM Provider Store: PID=6136 TID=4616 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:58:47, Warning               DISM   DISM Provider Store: PID=3088 TID=6320 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\0FD4BE39-AC4D-49BF-A94D-0A25C28F2255\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:48, Error                 CBS    Failed to resolve package 'Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:48, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:48, Error                 CBS    Failed to resolve package 'Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:48, Error                 CBS    Failed to resolve package 'Microsoft-Windows-LanguageFeatures-Handwriting-en-gb-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:48, Error                 CBS    Failed to resolve package 'Microsoft-Windows-LanguageFeatures-OCR-en-gb-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:48, Error                 CBS    Failed to resolve package 'Microsoft-Windows-LanguageFeatures-Speech-en-gb-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:48, Error                 CBS    Failed to resolve package 'Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:48, Error                 CBS    Failed to resolve package 'Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.17763.1' [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2021-09-01 15:58:50, Warning               DISM   DISM Provider Store: PID=6136 TID=8364 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:58:50, Warning               DISM   DISM Provider Store: PID=6136 TID=8364 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:58:51, Warning               DISM   DISM Provider Store: PID=6932 TID=5992 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\50CD2B4F-0F7B-47AC-97D7-48F33CD53797\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:59:23, Warning               DISM   DISM Provider Store: PID=6136 TID=2852 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:59:23, Warning               DISM   DISM Provider Store: PID=6136 TID=2852 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:59:24, Warning               DISM   DISM Provider Store: PID=7812 TID=3624 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\40A75A6F-CC9F-4F29-8DE5-5524B8490E6E\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:59:27, Warning               DISM   DISM Provider Store: PID=6136 TID=8396 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:59:27, Warning               DISM   DISM Provider Store: PID=6136 TID=8396 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:59:27, Warning               DISM   DISM Provider Store: PID=8112 TID=1828 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\BF94EFFA-7F29-4CD7-B732-1C9B7571CC85\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:59:30, Warning               DISM   DISM Provider Store: PID=6136 TID=2220 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:59:30, Warning               DISM   DISM Provider Store: PID=6136 TID=2220 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:59:31, Warning               DISM   DISM Provider Store: PID=8304 TID=1544 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\3FB5CE1B-D4C4-4DA0-91C4-254CE8F156A2\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:59:35, Warning               DISM   DISM Provider Store: PID=6136 TID=2424 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 15:59:35, Warning               DISM   DISM Provider Store: PID=6136 TID=2424 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 15:59:36, Warning               DISM   DISM Provider Store: PID=6704 TID=4148 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\F8ED4D1B-0159-40F7-8567-B48AB4960617\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:01:17, Warning               DISM   DISM Provider Store: PID=6136 TID=4548 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:01:17, Warning               DISM   DISM Provider Store: PID=6136 TID=4548 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 16:01:18, Warning               DISM   DISM Provider Store: PID=8540 TID=4908 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\AE2A596C-DED4-48DE-8329-B7F36519E8BF\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:01:23, Warning               DISM   DISM Provider Store: PID=6136 TID=4700 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:01:23, Warning               DISM   DISM Provider Store: PID=6136 TID=4700 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 16:01:24, Warning               DISM   DISM Provider Store: PID=280 TID=6824 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\E9810AAB-63A8-4D70-9CEE-824A0FBEBB70\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:01:27, Warning               DISM   DISM Provider Store: PID=6136 TID=6276 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:01:27, Warning               DISM   DISM Provider Store: PID=6136 TID=6276 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 16:01:28, Warning               DISM   DISM Provider Store: PID=9132 TID=2880 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\059345A0-53ED-4437-8112-9F18468E5E83\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:01:32, Warning               DISM   DISM Provider Store: PID=6136 TID=8620 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:01:32, Warning               DISM   DISM Provider Store: PID=6136 TID=8620 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 16:01:33, Warning               DISM   DISM Provider Store: PID=7808 TID=6880 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\8E2F91BA-BC66-4AE4-B538-A57EDDED1F55\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:01:37, Warning               DISM   DISM Provider Store: PID=6136 TID=9004 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:01:37, Warning               DISM   DISM Provider Store: PID=6136 TID=9004 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 16:01:37, Warning               DISM   DISM Provider Store: PID=4904 TID=4928 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\5DC7666D-C691-47BE-93E2-0FC417F6EC15\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:01:41, Warning               DISM   DISM Provider Store: PID=6136 TID=8376 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:01:41, Warning               DISM   DISM Provider Store: PID=6136 TID=8376 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 16:01:42, Warning               DISM   DISM Provider Store: PID=4164 TID=8936 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\A8E16652-D1B4-47A2-83E6-429F3B53143D\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:02:00, Warning               DISM   DISM Provider Store: PID=6136 TID=6196 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:02:00, Warning               DISM   DISM Provider Store: PID=6136 TID=6196 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 16:02:01, Warning               DISM   DISM Provider Store: PID=4068 TID=3916 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\87945C7B-C3AA-4C9E-B3BD-8DED1E8A656C\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:02:06, Warning               DISM   DISM Provider Store: PID=6136 TID=140 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:02:06, Warning               DISM   DISM Provider Store: PID=6136 TID=140 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 16:02:06, Warning               DISM   DISM Provider Store: PID=7836 TID=2040 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\A12D3763-C508-4CB8-B040-01D382FD506D\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:02:34, Warning               DISM   DISM Provider Store: PID=6136 TID=7976 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:02:34, Warning               DISM   DISM Provider Store: PID=6136 TID=7976 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 16:02:35, Warning               DISM   DISM Provider Store: PID=1896 TID=1920 Failed to load the provider: D:\Apps\OO\OfflineTemp_746403122\ScratchOffline\4FBC4753-C3E4-4859-93B7-E1151590E8C4\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    2021-09-01 16:02:41, Warning               DISM   DISM Provider Store: PID=6136 TID=8920 Failed to load the provider: C:\Windows\SYSTEM32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-09-01 16:02:41, Warning               DISM   DISM Provider Store: PID=6136 TID=8920 Failed to load the provider: C:\Windows\SYSTEM32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [6136] ImageUnmarshallHandle: Reconstituting wim at D:\Apps\OO\OfflineTemp_746403122\ImageOffline\install.wim.
    [1276] Received unmount request for image with guid d18bf8e6-296a-40b4-8a6b-0ed5f20c3d9e.
    [1276] Unmount for image at D:\Apps\OO\OfflineTemp_746403122\InstallMountOffline complete.
    [6136] [0x8007000e] StateStoreGetMountedImageWimbootEntries:(1285): Not enough memory resources are available to complete this operation.
    Initializing wimgapi.
    Shutting down wimgapi.
    
     
  17. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
    #1258 drew84, Sep 1, 2021
    Last edited: Sep 1, 2021
    ... no need to integrate, GodHand's script is called via config .json "Setup": true, but from the author's own notes
    Code:
    .NOTES
           Removing the Microsoft OneDrive Component Store files causes SFC to report repairable image corruption when ScanHealth is run and will automatically re-apply them.
    
    .. so it would seem to me that setting it dormant produces a more desirable outcome.

    also, another option...
    See this post for further info.
     
  18. rentay

    rentay MDL Junior Member

    Dec 30, 2013
    88
    17
    0
    Thanks
    I ended up editing my original post, do you know how to apply Scheduled Tasks/Services under the Additional -> Services?

    Also, would you know what is causing dism to throw the error log?
     
  19. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
    you need to edit (to suit your own needs) their corresponding .json files in the same (setup) directory.. the options are then applied via SetupComplete.cmd during installation
    with the setting configuration.json "Setup": true,

    0x8007000e error would seem to point to a corrupt provider (data) store... google it for more info[/QUOTE]