Dism ошибка 14081

  • Solution was found by a Microsoft Tech; an old update failed on the install and had to be manually removed from the registry and Windows Directory.  Once that was accomplished the install worked flawlessly.

    Here is the info from the MS tech.

    ISSUE: Unable to install .Net Framework 3.5 feature.

    CAUSE: KB2966828 was partially installed on the server and we have a known issue with KB2966828 installed before Microsoft .NET Framework 3.5 feature installed on the server. «https://support.microsoft.com/en-us/kb/3002547»

    RESOLUTION: We took ownership of all the files that include KB2966828 in file name and gave permissions to the currently logged in user.

    — Moved all the files that include KB2966828 in file name to C:KB2966828 folder.

    — Took backup of «HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionComponent Based Servicing» key on desktop.

    — Took ownership of HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionComponent Based ServicingPackageDetect key and inherited the ownership to all the sub keys.

    — Gave permissions to currently logged in user on HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionComponent Based ServicingPackageDetect key and inherited the permissions to all the subkeys.

    — Manually removed the values that include KB2966828 in value name for all the keys present under «HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionComponent Based ServicingPackageDetect» key.

    — Ran the following command to install .netframework 3.5: «DISM /online /enable-feature /featurename:NETFX3 /all /source:e:sourcessxs». This time it completed successfully.

    — Rebooted the server.

    — Upon reboot, we confirmed that .netFramework 3.5 is now installed on the server.


    Walter Matesa NetworkTECHS.IT

    • Proposed as answer by

      Monday, March 7, 2016 1:57 PM

    • Marked as answer by
      Walter Matesa1
      Monday, March 7, 2016 4:55 PM

  • Solution was found by a Microsoft Tech; an old update failed on the install and had to be manually removed from the registry and Windows Directory.  Once that was accomplished the install worked flawlessly.

    Here is the info from the MS tech.

    ISSUE: Unable to install .Net Framework 3.5 feature.

    CAUSE: KB2966828 was partially installed on the server and we have a known issue with KB2966828 installed before Microsoft .NET Framework 3.5 feature installed on the server. «https://support.microsoft.com/en-us/kb/3002547»

    RESOLUTION: We took ownership of all the files that include KB2966828 in file name and gave permissions to the currently logged in user.

    — Moved all the files that include KB2966828 in file name to C:KB2966828 folder.

    — Took backup of «HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionComponent Based Servicing» key on desktop.

    — Took ownership of HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionComponent Based ServicingPackageDetect key and inherited the ownership to all the sub keys.

    — Gave permissions to currently logged in user on HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionComponent Based ServicingPackageDetect key and inherited the permissions to all the subkeys.

    — Manually removed the values that include KB2966828 in value name for all the keys present under «HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionComponent Based ServicingPackageDetect» key.

    — Ran the following command to install .netframework 3.5: «DISM /online /enable-feature /featurename:NETFX3 /all /source:e:sourcessxs». This time it completed successfully.

    — Rebooted the server.

    — Upon reboot, we confirmed that .netFramework 3.5 is now installed on the server.


    Walter Matesa NetworkTECHS.IT

    • Proposed as answer by

      Monday, March 7, 2016 1:57 PM

    • Marked as answer by
      Walter Matesa1
      Monday, March 7, 2016 4:55 PM

  • Windows Build Number

    Microsoft Windows (Version 10.0.19042 Build 19042)

    WSL Version

    • WSL 2
    • WSL 1

    Kernel Version

    No response

    Distro Version

    No response

    Other Software

    Docker Desktop (Windows)

    Repro Steps

    I have tried

    dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart`
    

    aswell as

    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux`
    

    aswell as the enabling Windows feature GUI.

    Expected Behavior

    I was expecting WSL to be installed

    Actual Behavior

    output for dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

    Deployment Image Servicing and Management tool
    Version: 10.0.19041.572
    
    Image Version: 10.0.19042.685
    
    Enabling feature(s)
    [==========================100.0%==========================]
    
    Error: 14081
    
    The referenced assembly could not be found.`
    

    output for Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

    Enable-WindowsOptionalFeature : The referenced assembly could not be found.
    At line:1 char:1
    + Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows- ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Enable-WindowsOptionalFeature], COMException
        + FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand`
    

    output for GUI
    image

    The DISM log shows the error lines

    2021-06-15 15:14:07, Error                 DISM   DISM Package Manager: PID=3176 TID=19720 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x80073701)
    2021-06-15 15:14:07, Error                 DISM   DISM Package Manager: PID=3176 TID=19720 Failed processing package changes with session options - CDISMPackageManager::ProcessChangesWithOptions(hr:0x80073701)
    2021-06-15 15:14:07, Error                 DISM   DISM Package Manager: PID=3176 TID=19720 Failed ProcessChanges. - CPackageManagerCLIHandler::Private_ProcessFeatureChange(hr:0x80073701)
    2021-06-15 15:14:07, Error                 DISM   DISM Package Manager: PID=3176 TID=19720 Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80073701)
    

    and the CBS log has these error lines:

    2021-06-15 15:21:02, Error                 CSI    00000012@2021/6/15:19:21:02.103 (F) onecorebasewcpcomponentstorecsd_locking.cpp(95): Error STATUS_SXS_ASSEMBLY_MISSING originated in function CCSDirectTransaction::LockComponent expression: (null)
    [gle=0x80004005]
    2021-06-15 15:21:02, Error                 CSI    00000013 (F) STATUS_SXS_ASSEMBLY_MISSING #189316# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2[gle=0xd015000c]
    2021-06-15 15:21:02, Error                 CSI    00000014 (F) HRESULT_FROM_WIN32(ERROR_SXS_ASSEMBLY_MISSING) #189171# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_PinDeployment(Flags = 0, a = Microsoft-Windows-Lxss-merged-Deployment-LanguagePack, version 10.0.19041.1, arch amd64, culture [l:5]'en-GB', nonSxS, pkt {l:8 b:31bf3856ad364e35}, cb = (null), s = (null), rid = 'Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1.83a63d985602d4ec7a2ea0e440ceb6cb', rah = (null), manpath = (null), catpath = (null), ed = 0[gle=0x80073701]
    2021-06-15 15:21:02, Error                 CSI    , disp = 0)[gle=0x80073701]
    
    2021-06-15 15:14:07, Error                 CBS    Failed to perform operation.  [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
    

    Diagnostic Logs

    DISM log:

    2021-06-15 15:14:06, Info                  DISM   PID=17808 TID=5444 Scratch directory set to 'C:UserstganbaatAppDataLocalTemp'. - CDISMManager::put_ScratchDir
    2021-06-15 15:14:06, Info                  DISM   PID=17808 TID=5444 DismCore.dll version: 10.0.19041.572 - CDISMManager::FinalConstruct
    2021-06-15 15:14:06, Info                  DISM   Initialized Panther logging at C:windowsLogsDISMdism.log
    2021-06-15 15:14:06, Info                  DISM   PID=17808 TID=5444 Successfully loaded the ImageSession at "C:windowssystem32Dism" - CDISMManager::LoadLocalImageSession
    2021-06-15 15:14:06, Info                  DISM   Initialized Panther logging at C:windowsLogsDISMdism.log
    2021-06-15 15:14:06, Info                  DISM   DISM Provider Store: PID=17808 TID=5444 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2021-06-15 15:14:06, Info                  DISM   DISM Provider Store: PID=17808 TID=5444 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2021-06-15 15:14:06, Info                  DISM   DISM Provider Store: PID=17808 TID=5444 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2021-06-15 15:14:06, Info                  DISM   Initialized Panther logging at C:windowsLogsDISMdism.log
    2021-06-15 15:14:06, Info                  DISM   DISM Manager: PID=17808 TID=5444 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2021-06-15 15:14:06, Info                  DISM   DISM.EXE: 
    2021-06-15 15:14:06, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2021-06-15 15:14:06, Info                  DISM   DISM.EXE: 
    2021-06-15 15:14:06, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.19042, Running architecture=amd64, Number of processors=8
    2021-06-15 15:14:06, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.19041.572
    2021-06-15 15:14:06, Info                  DISM   DISM.EXE: Executing command line: "C:windowssystem32Dism.exe" /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
    2021-06-15 15:14:06, Info                  DISM   DISM Provider Store: PID=17808 TID=5444 Connecting to the provider located at C:windowssystem32DismFolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:06, Info                  DISM   DISM Manager: PID=17808 TID=5444 physical location path: C: - CDISMManager::CreateImageSession
    2021-06-15 15:14:06, Info                  DISM   DISM Manager: PID=17808 TID=5444 Event name for current DISM session is Global{A1FD73EE-0907-45BA-AA33-1ADA9554DAC8} - CDISMManager::CheckSessionAndLock
    2021-06-15 15:14:06, Info                  DISM   DISM Manager: PID=17808 TID=5444 Create session event 0x298 for current DISM session and event name is Global{A1FD73EE-0907-45BA-AA33-1ADA9554DAC8}  - CDISMManager::CheckSessionAndLock
    2021-06-15 15:14:06, Info                  DISM   DISM Manager: PID=17808 TID=5444 Copying DISM from "C:windowsSystem32Dism" - CDISMManager::CreateImageSessionFromLocation
    2021-06-15 15:14:07, Info                  DISM   DISM Manager: PID=17808 TID=5444 Successfully loaded the ImageSession at "C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04" - CDISMManager::LoadRemoteImageSession
    2021-06-15 15:14:07, Info                  DISM   DISM Image Session: PID=3176 TID=19720 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04OSProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM OS Provider: PID=3176 TID=19720 Defaulting SystemPath to C: - CDISMOSServiceManager::Final_OnConnect
    2021-06-15 15:14:07, Info                  DISM   DISM OS Provider: PID=3176 TID=19720 Defaulting Windows folder to C:Windows - CDISMOSServiceManager::Final_OnConnect
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04LogProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   Initialized Panther logging at C:windowsLogsDISMdism.log
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2021-06-15 15:14:07, Warning               DISM   DISM Provider Store: PID=3176 TID=19720 Failed to load the provider: C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2021-06-15 15:14:07, Info                  DISM   Initialized Panther logging at C:windowsLogsDISMdism.log
    2021-06-15 15:14:07, Info                  DISM   Initialized Panther logging at C:windowsLogsDISMdism.log
    2021-06-15 15:14:07, Info                  DISM   DISM Manager: PID=17808 TID=5444 Image session successfully loaded from the temporary location: C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04 - CDISMManager::CreateImageSession
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Target image information: OS Version=10.0.19042.685, Image architecture=amd64
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Image session version: 10.0.19041.1
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04CbsProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  CSI    00000001 Shim considered [l:125]'??C:windowsServicingamd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.985_none_e72c6fe7263b0fe4wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND
    2021-06-15 15:14:07, Info                  CSI    00000002 Shim considered [l:122]'??C:windowsWinSxSamd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.985_none_e72c6fe7263b0fe4wcp.dll' : got STATUS_SUCCESS
    2021-06-15 15:14:07, Info                  DISM   DISM OS Provider: PID=3176 TID=19720 Determined System directory to be C:WindowsSystem32 - CDISMOSServiceManager::get_SystemDirectory
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=19720 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize
    2021-06-15 15:14:07, Info                  CSI    00000001 Shim considered [l:125]'??C:windowsServicingamd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.985_none_e72c6fe7263b0fe4wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND
    2021-06-15 15:14:07, Info                  CSI    00000002 Shim considered [l:122]'??C:windowsWinSxSamd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.985_none_e72c6fe7263b0fe4wcp.dll' : got STATUS_SUCCESS
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=19720 CBS is being initialized for online use. More information about CBS actions can be located at: %windir%logscbscbs.log - CDISMPackageManager::Initialize
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=19720 Loaded servicing stack for online use only. - CDISMPackageManager::CreateCbsSession
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04MsiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04IntlProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04IBSProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04DmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  CSI    00000001 Shim considered [l:125]'??C:windowsServicingamd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.985_none_e72c6fe7263b0fe4wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND
    2021-06-15 15:14:07, Info                  CSI    00000002 Shim considered [l:122]'??C:windowsWinSxSamd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.985_none_e72c6fe7263b0fe4wcp.dll' : got STATUS_SUCCESS
    2021-06-15 15:14:07, Info                  DISM   DISM Driver Manager: PID=3176 TID=19720 Further logs for driver related operations can be found in the target operating system at %WINDIR%infsetupapi.offline.log - CDriverManager::Initialize
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04UnattendProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04SmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Warning               DISM   DISM Provider Store: PID=3176 TID=19720 Failed to load the provider: C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04EmbeddedProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04AppxProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04ProvProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04AssocProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04GenericProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04OfflineSetupProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04SysprepProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04TransmogProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Transmog Provider: PID=3176 TID=19720 Current image session is [ONLINE] - CTransmogManager::GetMode
    2021-06-15 15:14:07, Info                  DISM   DISM Transmog Provider: PID=3176 TID=19720 Audit Mode: [No] - CTransmogManager::Initialize
    2021-06-15 15:14:07, Info                  DISM   DISM Transmog Provider: PID=3176 TID=19720 GetProductType: ProductType = [WinNT] - CTransmogManager::GetProductType
    2021-06-15 15:14:07, Info                  DISM   DISM Transmog Provider: PID=3176 TID=19720 Product Type: [WinNT] - CTransmogManager::Initialize
    2021-06-15 15:14:07, Info                  DISM   DISM Transmog Provider: PID=3176 TID=19720 Product Type ServerNT : [No] - CTransmogManager::Initialize
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Connecting to the provider located at C:UserstganbaatAppDataLocalTempE15A8BD1-114B-41B7-BC9F-B19206CB4B04SetupPlatformProvider.dll. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: OSServices
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Package Manager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Package Manager.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: MsiManager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: MsiManager.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: IntlManager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: IntlManager.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: IBSManager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DriverManager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DriverManager.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: SmiManager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: AppxManager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: AppxManager.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: ProvManager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: ProvManager.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: AssocManager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: AssocManager.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericManager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericManager.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: OfflineSetupManager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: OfflineSetupManager.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: SysprepManager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: SysprepManager.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Edition Manager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Edition Manager.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: SetupPlatformManager
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: SetupPlatformManager.
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=19720 Processing the top level command token(enable-feature). - CPackageManagerCLIHandler::Private_ValidateCmdLine
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=19720 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=19720 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=19720 Encountered the option "featurename" with value "Microsoft-Windows-Subsystem-Linux" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=19720 Encountered an unknown option "featurename" with value "Microsoft-Windows-Subsystem-Linux" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=19720 Initiating Changes on Package with values: 5, 7 - CDISMPackage::Internal_ChangePackageState
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=19720 CBS session options=0x40100! - CDISMPackageManager::Internal_Finalize
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=13240  Error in operation: (null) (CBS HRESULT=0x80073701) - CCbsConUIHandler::Error
    2021-06-15 15:14:07, Error                 DISM   DISM Package Manager: PID=3176 TID=19720 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x80073701)
    2021-06-15 15:14:07, Error                 DISM   DISM Package Manager: PID=3176 TID=19720 Failed processing package changes with session options - CDISMPackageManager::ProcessChangesWithOptions(hr:0x80073701)
    2021-06-15 15:14:07, Error                 DISM   DISM Package Manager: PID=3176 TID=19720 Failed ProcessChanges. - CPackageManagerCLIHandler::Private_ProcessFeatureChange(hr:0x80073701)
    2021-06-15 15:14:07, Error                 DISM   DISM Package Manager: PID=3176 TID=19720 Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80073701)
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=19720 Further logs for online package and feature related operations can be found at %WINDIR%logsCBScbs.log - CPackageManagerCLIHandler::ExecuteCmdLine
    2021-06-15 15:14:07, Error                 DISM   DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=80073701
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Found the PE Provider.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Package Manager: PID=3176 TID=19720 Finalizing CBS core. - CDISMPackageManager::Finalize
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: DISM Package Manager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(MsiManager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: MsiManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(IntlManager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: IntlManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(IBSManager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: IBSManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(DriverManager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: DriverManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(DISM Unattend Manager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: DISM Unattend Manager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(SmiManager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: SmiManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(AppxManager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: AppxManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(ProvManager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: ProvManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(AssocManager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: AssocManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(GenericManager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: GenericManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(OfflineSetupManager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: OfflineSetupManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(SysprepManager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: SysprepManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(Edition Manager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: Edition Manager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Finalizing the servicing provider(SetupPlatformManager) - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: SetupPlatformManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Releasing the local reference to OSServices. - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Disconnecting Provider: OSServices - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=3176 TID=19720 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Manager: PID=17808 TID=5444 Closing session event handle 0x298 - CDISMManager::CleanupImageSessionEntry
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: 
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2021-06-15 15:14:07, Info                  DISM   DISM.EXE: 
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=17808 TID=5444 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=17808 TID=5444 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2021-06-15 15:14:07, Info                  DISM   DISM Provider Store: PID=17808 TID=5444 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
    

    CBS log:

    2021-06-15 15:14:07, Info                  CBS    Virtual Edition: Microsoft-Windows-EnterpriseEdition will be mapped to: Microsoft-Windows-ProfessionalEdition
    2021-06-15 15:14:07, Info                  CBS    Session: 30892570_2633289137 initialized by client DISM Package Manager Provider, external staging directory: (null), external registry directory: (null)
    2021-06-15 15:14:07, Info                  CBS    Enumerating Foundation package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, this could be slow
    2021-06-15 15:14:07, Info                  CBS    Enumerating Foundation package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, this could be slow
    2021-06-15 15:14:07, Info                  CBS    Enumerating Foundation package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, this could be slow
    2021-06-15 15:14:07, Info                  CBS    Enumerating Foundation package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, this could be slow
    2021-06-15 15:14:07, Info                  CBS    Enumerating Foundation package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, this could be slow
    2021-06-15 15:14:07, Info                  CBS    Update: Setting Install State, Package: Microsoft-Windows-Lxss-Optional-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: Microsoft-Windows-Subsystem-Linux, new state: On
    2021-06-15 15:14:07, Info                  CBS    Update: Setting Install State, Package: Microsoft-Windows-Lxss-Optional-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: Microsoft-Windows-Subsystem-Linux, current State: Default, new state: On, RemovePayload: 0
    2021-06-15 15:14:07, Info                  CBS    Real pend will be used if required
    2021-06-15 15:14:07, Info                  CBS    Exec: Processing started.  Client: DISM Package Manager Provider, Session: 30892570_2633289137, Package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Identifier: Windows Foundation
    2021-06-15 15:14:07, Info                  CBS    Exec: Using execution sequence: 164
    2021-06-15 15:14:07, Info                  CBS    Reboot mark set
    2021-06-15 15:14:07, Info                  CBS    Winlogon: Registering for CreateSession notifications
    2021-06-15 15:14:07, Info                  CBS    Disabling LKG boot option
    2021-06-15 15:14:07, Info                  CBS    Exec: Creating restore point: Package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Installed, targeted: Installed
    2021-06-15 15:14:07, Info                  CBS    Restore point type: Install
    2021-06-15 15:14:07, Info                  CBS    Perf: Begin: nested restore point - begin
    2021-06-15 15:14:07, Info                  CBS    Failed setting restore point [HRESULT = 0x80070422 - ERROR_SERVICE_DISABLED]
    2021-06-15 15:14:07, Info                  CBS    Exec: Begin: nested restore point - failed, ignoring and continuing. [HRESULT = 0x80070422 - ERROR_SERVICE_DISABLED]
    2021-06-15 15:14:07, Info                  CBS    Perf: Entering stage: Planning
    2021-06-15 15:14:07, Info                  CBS    FLOW: Entering stage: Planning 
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-Optional-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Parent: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-Optional-Package~31bf3856ad364e35~amd64~~10.0.19041.685, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Optional-Package~31bf3856ad364e35~amd64~~10.0.19041.685, current: Installed, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Optional-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: 0d9874947500ee9eb20caba0e55eb270, current: Installed, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Optional-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: Microsoft-Windows-Subsystem-Linux, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: On
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-Optional-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Parent: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-Optional-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Optional-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Installed, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Optional-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Update: 60b72d709e9359349bad88b6bf451ab3, current: Installed, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~~10.0.19041.685, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~~10.0.19041.685, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: b7b1145d1a855dcb183b6f5059c81b57, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~~10.0.19041.685, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~~10.0.19041.685, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: 8f829c200474e02d2baab0b5a7d6fb96, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: 88e8c6b6d1631bfe1e6f3e0910f44c84, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.662, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.662, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.662, Update: 9856f0ceaaa6bac45d1cab77212e2c93, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.685, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.685, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: a48804eec6201d411d9f65a0def708e5, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: 90c68650c29fa0483723d0581f9635b4, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: dd0a9a4295c60bbc4a61c2f51358d966, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: b1009d1da9b2f46ab9fbdd074413f58f, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: 09acea45bb9a134bd04a6c408812c027, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: 52cb3ca21a10c5cfbe09a98020d43b31, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, Update: 584e66798183ca381ece936f81cdc3c2, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Update: 9e5725f459acd2756fe71df621d30599, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Installed, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Update: CommonFoundation, current: Installed, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Common-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Common-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Installed, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Common-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Update: WindowsFoundationDelivery, current: Installed, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Start to process package watchlist.
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-Optional-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.423, Parent: Microsoft-Windows-Lxss-Optional-Package~31bf3856ad364e35~amd64~~10.0.19041.423, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-Optional-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-Optional-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.423, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Optional-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.423, current: Installed, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: DetectUpdate, Package: Microsoft-Windows-Lxss-Optional-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.423, Remote Parent: Microsoft-Windows-Subsystem-Linux, Intended State: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Package: Microsoft-Windows-Lxss-Optional-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.423, Update: 0cfced9c3322f987d79bfefbfb774947, Applicable: Applicable, Disposition: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Optional-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.423, Update: 0cfced9c3322f987d79bfefbfb774947, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-WithGraphics-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.423, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-WithGraphics-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.423, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-WithGraphics-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.423, Update: 63c2431b829eea94d16d8f25c32f3086, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.423, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.423, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.423, Update: dcc01c530a0cd6529af4a740307fbe65, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: f381db2b4e7655d2846ef5e1be4825d0, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 7f04559a9027ef84c66c7fa18b588c7e, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: ff17cf401a6a38ea411cf01b5bee90ce, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.662, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 83a63d985602d4ec7a2ea0e440ceb6cb, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: eb78ce1b7db4ec7a045563bfc6abbf25, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: c517892753744bb723306840323fe59d, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: dd0a9a4295c60bbc4a61c2f51358d966, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: b1009d1da9b2f46ab9fbdd074413f58f, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 09acea45bb9a134bd04a6c408812c027, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 52cb3ca21a10c5cfbe09a98020d43b31, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: cfd9e4d09d89b588e9926f568edd4811, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: e3c24670e6413ea645f2a232658c5b07, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-WithGraphics-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: f381db2b4e7655d2846ef5e1be4825d0, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 7f04559a9027ef84c66c7fa18b588c7e, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: ff17cf401a6a38ea411cf01b5bee90ce, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.662, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 83a63d985602d4ec7a2ea0e440ceb6cb, current: Absent, pending: Default, start: Absent, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: eb78ce1b7db4ec7a045563bfc6abbf25, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: c517892753744bb723306840323fe59d, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: dd0a9a4295c60bbc4a61c2f51358d966, current: Absent, pending: Default, start: Absent, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: b1009d1da9b2f46ab9fbdd074413f58f, current: Absent, pending: Default, start: Absent, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 09acea45bb9a134bd04a6c408812c027, current: Absent, pending: Default, start: Absent, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 52cb3ca21a10c5cfbe09a98020d43b31, current: Absent, pending: Default, start: Absent, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: cfd9e4d09d89b588e9926f568edd4811, current: Absent, pending: Default, start: Absent, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Staged, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: e3c24670e6413ea645f2a232658c5b07, current: Absent, pending: Default, start: Absent, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 7f04559a9027ef84c66c7fa18b588c7e, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: ff17cf401a6a38ea411cf01b5bee90ce, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.662, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 83a63d985602d4ec7a2ea0e440ceb6cb, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: eb78ce1b7db4ec7a045563bfc6abbf25, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: c517892753744bb723306840323fe59d, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: dd0a9a4295c60bbc4a61c2f51358d966, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: b1009d1da9b2f46ab9fbdd074413f58f, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 09acea45bb9a134bd04a6c408812c027, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 52cb3ca21a10c5cfbe09a98020d43b31, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: cfd9e4d09d89b588e9926f568edd4811, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: e3c24670e6413ea645f2a232658c5b07, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 7f04559a9027ef84c66c7fa18b588c7e, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: ff17cf401a6a38ea411cf01b5bee90ce, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.662, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 83a63d985602d4ec7a2ea0e440ceb6cb, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: eb78ce1b7db4ec7a045563bfc6abbf25, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: c517892753744bb723306840323fe59d, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: dd0a9a4295c60bbc4a61c2f51358d966, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: b1009d1da9b2f46ab9fbdd074413f58f, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 09acea45bb9a134bd04a6c408812c027, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 52cb3ca21a10c5cfbe09a98020d43b31, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: cfd9e4d09d89b588e9926f568edd4811, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: e3c24670e6413ea645f2a232658c5b07, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.662, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 83a63d985602d4ec7a2ea0e440ceb6cb, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.662, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 83a63d985602d4ec7a2ea0e440ceb6cb, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: eb78ce1b7db4ec7a045563bfc6abbf25, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: c517892753744bb723306840323fe59d, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: dd0a9a4295c60bbc4a61c2f51358d966, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: b1009d1da9b2f46ab9fbdd074413f58f, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 09acea45bb9a134bd04a6c408812c027, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 52cb3ca21a10c5cfbe09a98020d43b31, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: cfd9e4d09d89b588e9926f568edd4811, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: e3c24670e6413ea645f2a232658c5b07, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: eb78ce1b7db4ec7a045563bfc6abbf25, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: c517892753744bb723306840323fe59d, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: dd0a9a4295c60bbc4a61c2f51358d966, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: b1009d1da9b2f46ab9fbdd074413f58f, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 09acea45bb9a134bd04a6c408812c027, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 52cb3ca21a10c5cfbe09a98020d43b31, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: cfd9e4d09d89b588e9926f568edd4811, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: e3c24670e6413ea645f2a232658c5b07, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: dd0a9a4295c60bbc4a61c2f51358d966, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: b1009d1da9b2f46ab9fbdd074413f58f, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 09acea45bb9a134bd04a6c408812c027, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: 52cb3ca21a10c5cfbe09a98020d43b31, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: cfd9e4d09d89b588e9926f568edd4811, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~~10.0.19041.685, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: dd0a9a4295c60bbc4a61c2f51358d966, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: b1009d1da9b2f46ab9fbdd074413f58f, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 09acea45bb9a134bd04a6c408812c027, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 52cb3ca21a10c5cfbe09a98020d43b31, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: cfd9e4d09d89b588e9926f568edd4811, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Parent: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, Update: e3c24670e6413ea645f2a232658c5b07, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Appl: detect Parent, Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Parent: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Disposition = Detect, VersionComp: EQ, BuildComp: EQ, RevisionComp: GE, Exist: present
    2021-06-15 15:14:07, Info                  CBS    Appl: detectParent: parent found: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~~10.0.19041.1, state: Installed
    2021-06-15 15:14:07, Info                  CBS    Appl: Evaluating package applicability for package HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, applicable state: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Merge into existing execution package for Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, existing TargetedState: Installed, new TargetedState: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, current: Staged, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed
    2021-06-15 15:14:07, Info                  CBS    Plan: Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: e3c24670e6413ea645f2a232658c5b07, current: Absent, pending: Default, start: Installed, applicable: Installed, targeted: Installed, limit: Installed, selected: Default
    2021-06-15 15:14:07, Info                  CBS    Computed hard reserve increase of 0 bytes for Client: DISM Package Manager Provider, Session: 30892570_2633289137
    2021-06-15 15:14:07, Info                  CBS    Perf: Resolve chain started.
    2021-06-15 15:14:07, Info                  CBS    FLOW: Entering stage: Resolving 
    2021-06-15 15:14:07, Info                  CSI    0000000c@2021/6/15:19:14:07.429 CSI Transaction @0x2016c6192e0 initialized for deployment engine {d16d444c-56d8-11d5-882d-0080c847b195} with flags 00000000 and client id 'TI1.30892570_2633289137:1/Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1'
    
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 83a63d985602d4ec7a2ea0e440ceb6cb
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving component from existing package; passing NULL manifest path to PinDeployment and hoping things haven't been scavenged.
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 83a63d985602d4ec7a2ea0e440ceb6cb, PinDeployment: amd64_microsoft-windows-l..oyment-languagepack_31bf3856ad364e35_10.0.19041.1_en-gb_9b2a33ad7ae33a75
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: dd0a9a4295c60bbc4a61c2f51358d966
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving component from existing package; passing NULL manifest path to PinDeployment and hoping things haven't been scavenged.
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: dd0a9a4295c60bbc4a61c2f51358d966, PinDeployment: amd64_wvms_mp_windows.inf-languagepack_31bf3856ad364e35_10.0.19041.1_en-gb_ec95028e4af1b2ed
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: b1009d1da9b2f46ab9fbdd074413f58f
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving component from existing package; passing NULL manifest path to PinDeployment and hoping things haven't been scavenged.
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: b1009d1da9b2f46ab9fbdd074413f58f, PinDeployment: amd64_wvms_pp.inf-languagepack_31bf3856ad364e35_10.0.19041.1_en-gb_e66bccdc17c64526
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 09acea45bb9a134bd04a6c408812c027
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving component from existing package; passing NULL manifest path to PinDeployment and hoping things haven't been scavenged.
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 09acea45bb9a134bd04a6c408812c027, PinDeployment: amd64_wvms_vsft.inf-languagepack_31bf3856ad364e35_10.0.19041.1_en-gb_9aa4b57506147ce1
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 52cb3ca21a10c5cfbe09a98020d43b31
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving component from existing package; passing NULL manifest path to PinDeployment and hoping things haven't been scavenged.
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: 52cb3ca21a10c5cfbe09a98020d43b31, PinDeployment: amd64_wvms_vspp.inf-languagepack_31bf3856ad364e35_10.0.19041.1_en-gb_b18117eb24a47b43
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: cfd9e4d09d89b588e9926f568edd4811
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving component from existing package; passing NULL manifest path to PinDeployment and hoping things haven't been scavenged.
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: HyperV-Networking-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: cfd9e4d09d89b588e9926f568edd4811, PinDeployment: amd64_hyperv-networking-m..oyment-languagepack_31bf3856ad364e35_10.0.19041.1_en-gb_484e491a7e6518f5
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: e3c24670e6413ea645f2a232658c5b07
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving component from existing package; passing NULL manifest path to PinDeployment and hoping things haven't been scavenged.
    2021-06-15 15:14:07, Info                  CBS    Exec: Resolving Package: HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1, Update: e3c24670e6413ea645f2a232658c5b07, PinDeployment: amd64_hyperv-kmcl-host-deployment-languagepack_31bf3856ad364e35_10.0.19041.1_en-gb_ea801bc8c16c71ac
    2021-06-15 15:14:07, Info                  CBS    Exec: 7 deployments need bulk staging
    2021-06-15 15:14:07, Error                 CSI    0000000d@2021/6/15:19:14:07.433 (F) onecorebasewcpcomponentstorecsd_locking.cpp(95): Error STATUS_SXS_ASSEMBLY_MISSING originated in function CCSDirectTransaction::LockComponent expression: (null)
    [gle=0x80004005]
    2021-06-15 15:14:07, Error                 CSI    0000000e (F) STATUS_SXS_ASSEMBLY_MISSING #188788# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2[gle=0xd015000c]
    2021-06-15 15:14:07, Error                 CSI    0000000f (F) HRESULT_FROM_WIN32(ERROR_SXS_ASSEMBLY_MISSING) #188643# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_PinDeployment(Flags = 0, a = Microsoft-Windows-Lxss-merged-Deployment-LanguagePack, version 10.0.19041.1, arch amd64, culture [l:5]'en-GB', nonSxS, pkt {l:8 b:31bf3856ad364e35}, cb = (null), s = (null), rid = 'Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1.83a63d985602d4ec7a2ea0e440ceb6cb', rah = (null), manpath = (null), catpath = (null), ed = 0[gle=0x80073701]
    2021-06-15 15:14:07, Error                 CSI    , disp = 0)[gle=0x80073701]
    2021-06-15 15:14:07, Info                  CBS    Failed to pin deployment while resolving Update: Microsoft-Windows-Lxss-merged-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1.83a63d985602d4ec7a2ea0e440ceb6cb from file: (null) [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
    2021-06-15 15:14:07, Info                  CBS    Failed to bulk stage deployment manifest and pin deployment for package:HyperV-KMCL-Host-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1 [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
    2021-06-15 15:14:07, Info                  CBS    CommitPackagesState: Started persisting state of packages
    2021-06-15 15:14:07, Info                  CBS    CommitPackagesState: Completed persisting state of packages
    2021-06-15 15:14:07, Info                  CSI    00000010@2021/6/15:19:14:07.434 CSI Transaction @0x2016c6192e0 destroyed
    2021-06-15 15:14:07, Info                  CBS    Perf: Resolve chain complete.
    2021-06-15 15:14:07, Info                  CBS    Failed to resolve execution chain. [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
    2021-06-15 15:14:07, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
    2021-06-15 15:14:07, Info                  CBS    WER: Generating failure report for package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, status: 0x80073701, failure source: Resolve, start state: Installed, target state: Installed, client id: DISM Package Manager Provider
    2021-06-15 15:14:07, Info                  CBS    Not able to query DisableWerReporting flag.  Assuming not set... [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2021-06-15 15:14:07, Info                  CBS    Added C:windowsLogsCBSCBS.log to WER report.
    2021-06-15 15:14:07, Info                  CBS    Added C:windowsLogsCBSCbsPersist_20210615180635.cab to WER report.
    2021-06-15 15:14:07, Info                  CBS    Added C:windowsLogsCBSCbsPersist_20210615153033.cab to WER report.
    2021-06-15 15:14:07, Info                  CBS    Added C:windowsLogsCBSCbsPersist_20210615114720.cab to WER report.
    2021-06-15 15:14:07, Info                  CBS    Added C:windowsLogsCBSCbsPersist_20210614185637.cab to WER report.
    2021-06-15 15:14:07, Info                  CBS    Added C:windowsLogsCBSCbsPersist_20210614015933.cab to WER report.
    2021-06-15 15:14:07, Info                  CBS    Not able to add %windir%winsxspoqexec.log to WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2021-06-15 15:14:07, Info                  CBS    Not able to add %windir%winsxspending.xml to WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2021-06-15 15:14:07, Info                  CBS    Not able to add %windir%winsxspending.xml.bad to WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2021-06-15 15:14:07, Info                  CBS    Reboot mark cleared
    2021-06-15 15:14:07, Info                  CBS    Winlogon: Simplifying Winlogon CreateSession notifications
    2021-06-15 15:14:07, Info                  CBS    Winlogon: Deregistering for CreateSession notifications
    2021-06-15 15:14:07, Info                  CBS    FinalCommitPackagesState: Started persisting state of packages
    2021-06-15 15:14:07, Info                  CBS    FinalCommitPackagesState: Completed persisting state of packages
    2021-06-15 15:14:07, Info                  CBS    Enabling LKG boot option
    2021-06-15 15:14:07, Info                  CBS    Exec: Will not run corruption repair because no store corruption found.
    2021-06-15 15:14:07, Info                  CBS    Exec: Processing complete.  Session: 30892570_2633289137, Package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1, Identifier: Windows Foundation [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
    2021-06-15 15:14:07, Error                 CBS    Failed to perform operation.  [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
    2021-06-15 15:14:07, Info                  CBS    Session: 30892570_2633289137 finalized. Reboot required: no [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
    2021-06-15 15:14:07, Info                  CBS    Failed to FinalizeEx using worker session [HRESULT = 0x80073701]
    2021-06-15 15:14:07, Info                  CBS    Deleting directory: \?C:windowsCbsTemp30892570_2633289137
    2021-06-15 15:14:07, Info                  CBS    Moving directory from \?C:windowsCbsTemp30892570_2633289137 to \?C:windowsCbsTemp30892570_2633289137{D940C4C1-78FB-4069-9DB7-D664F1C00EB7}
    2021-06-15 15:14:07, Info                  CBS    Failed to move \?C:windowsCbsTemp30892570_2633289137 to temp directory \?C:windowsCbsTemp30892570_2633289137{D940C4C1-78FB-4069-9DB7-D664F1C00EB7} [HRESULT = 0x80070020 - ERROR_SHARING_VIOLATION]
    2021-06-15 15:14:07, Info                  CBS    Failed moving directory: \?C:windowsCbsTemp30892570_2633289137 to temp, will delete in-place instead [HRESULT = 0x80070020 - ERROR_SHARING_VIOLATION]
    2021-06-15 15:14:07, Info                  CBS    Deletion of: \?C:windowsCbsTemp30892570_2633289137 successful
    

    В связи с увеличением объема оперативной памяти на сервере более 32 Гб понадобилось сделать апгрейд редакции Windows Server 2008r2 с Standart до Enterprise. Действовал согласно множеству гайдов в сети — с помощью утилиты DISM. Команда для апгрейда (с использованием KMS ключа):

    dism /online /set-edition:ServerEnterprise /ProductKey:489J6-VHDMP-X63PK-3K798-CPX3Y

    Однако возникает ошибка при обновлении: 14081(см скрин)
    5c7d05b86abfa374310813.png
    Лог ошибки:

    2019-03-04 13:12:48, Error                 DISM   DISM Package Manager: PID=5520 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x80073701)
    2019-03-04 13:12:48, Error                 DISM   DISM Package Manager: PID=5520 Failed processing post-reboot package changes - CDISMPackageManager::ProcessChangesPostReboot(hr:0x80073701)
    2019-03-04 13:12:48, Error                 DISM   DISM Transmog Provider: PID=5520 Package manager failed to process changes - CTransmogManager::UpdateComponents(hr:0x80073701)
    2019-03-04 13:12:48, Error                 DISM   DISM Transmog Provider: PID=5520 Failed to update components - CTransmogManager::UpdateComponents(hr:0x80073701)
    2019-03-04 13:12:50, Error                 DISM   DISM Transmog Provider: PID=5520 Failed to update components from [ServerStandard] to [ServerEnterprise] - CTransmogManager::TransmogrifyWorker
    2019-03-04 13:12:50, Error                 DISM   DISM Transmog Provider: PID=5520 [ϡ즭饠死]: а衮⮮㬥 믬௭殲ﰥﮭ褐死 ౮騮﹨⫠. Υ㯧�౮寫穲��즭饮
    Ů௫欼 殨��. ⡴᪫塦젮
     [hrError=0x80073701] - CTransmogManager::EventError
    2019-03-04 13:12:50, Error                 DISM   DISM Transmog Provider: PID=5520 Failed to Upgrade! - CTransmogManager::TransmogrifyWorker(hr:0x80073701)
    2019-03-04 13:12:50, Error                 DISM   DISM Transmog Provider: PID=5520 Failed to upgrade! - CTransmogManager::ExecuteCmdLine(hr:0x80073701)

    Что пробовал: установил все доступные обновления, проверил целостность системы sfc /scannow, установил все возможные баг-фиксы от Microsoft. Нагуглить подобную проблему в сети толком не удалось. Опыта работы с данной утилитой нет. Сейчас изучаю особенности ее работы чтобы победить проблему. Может кто уже сталкивался и сможет помочь.
    Спасибо!!!

    February 25 2017, 20:49

    Category:

    • Компьютеры
    • Cancel

    HP ProBook 4330s
    Hyper-V в биосе включен
    W10 Pro 1607 build 14393.693

    При попытке добавить через DISM
    DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
    выдает ошибку
    Ошибка: 14081
    Не найдена сборка, на которую имеется ссылка.

    Через GUI — ошибка вот такая
    Все ссылки в гугле на эту тему про NetFramework 3.5, в свое время я часа 2 потратил на установку.

    Любые попытки сделать dism /restorehealth по известной статье выдают одинаковую ошибку:
    Ошибка: 0x800f0906
    Не удалось скачать исходные файлы.

    ISO образ брал свежий отсюда

    DISM /scanhealth таки сообщает, что есть проблемы:
    Хранилище компонентов подлежит восстановлению.

    Кто виноват и что делать??
    x-posted to MS Technet

    Понравилась статья? Поделить с друзьями:
  • Dism ошибка 12002
  • Dism ошибка 112
  • Dism ошибка 1017
  • Dism ошибка 1009 windows 10
  • Dism ошибка 0x8024402c windows 10