R
RyanMB97
I followed another forum post (Post) and received these messages:
PS C:\WINDOWS\system32> dism /online /cleanup-image /restorehealth Deployment Image Servicing and Management tool Version: 10.0.19041.329 Image Version: 10.0.19041.388 [===========================84.9%================= ] [===========================88.7%=================== ] [==========================100.0%==========================] The restore operation completed successfully. The operation completed successfully. PS C:\WINDOWS\system32> sfc /scannow Beginning system scan. This process will take some time. Beginning verification phase of system scan. Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
PS C:\WINDOWS\system32> powershell Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} |Foreach {Add-AppXPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Add-AppXPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed Microsoft.Windows.StartMenuExperienceHost_10.0.19041.388_neutral_neutral_cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] 885ce1ae-cb44-0005-5b02-5d8844cbd601 in the Event Log or use the command line Get-AppPackageLog -ActivityID 885ce1ae-cb44-0005-5b02-5d8844cbd601
At line:1 char:93
+ ... } |Foreach {Add-AppXPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppXPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed MicrosoftWindows.Client.CBS_120.2202.130.0_x64__cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] 885ce1ae-cb44-0007-c507-5d8844cbd601 in the Event Log or use the command line Get-AppPackageLog -ActivityID 885ce1ae-cb44-0007-c507-5d8844cbd601
At line:1 char:93
+ ... } |Foreach {Add-AppXPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
I am unsure how to proceed after these errors and would appreciate some guidance. Thanks in advance!
Continue reading...
PS C:\WINDOWS\system32> dism /online /cleanup-image /restorehealth Deployment Image Servicing and Management tool Version: 10.0.19041.329 Image Version: 10.0.19041.388 [===========================84.9%================= ] [===========================88.7%=================== ] [==========================100.0%==========================] The restore operation completed successfully. The operation completed successfully. PS C:\WINDOWS\system32> sfc /scannow Beginning system scan. This process will take some time. Beginning verification phase of system scan. Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
PS C:\WINDOWS\system32> powershell Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} |Foreach {Add-AppXPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Add-AppXPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed Microsoft.Windows.StartMenuExperienceHost_10.0.19041.388_neutral_neutral_cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] 885ce1ae-cb44-0005-5b02-5d8844cbd601 in the Event Log or use the command line Get-AppPackageLog -ActivityID 885ce1ae-cb44-0005-5b02-5d8844cbd601
At line:1 char:93
+ ... } |Foreach {Add-AppXPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppXPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed MicrosoftWindows.Client.CBS_120.2202.130.0_x64__cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] 885ce1ae-cb44-0007-c507-5d8844cbd601 in the Event Log or use the command line Get-AppPackageLog -ActivityID 885ce1ae-cb44-0007-c507-5d8844cbd601
At line:1 char:93
+ ... } |Foreach {Add-AppXPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
I am unsure how to proceed after these errors and would appreciate some guidance. Thanks in advance!
Continue reading...