New
#40
Hi Brink et al.
I get an error indicating that the app I'm trying to fix/reinstall is currently in use.
I'm assuming I need to close this before executing the PowerShell command. However, as soon as I exit the app, it just starts up again! Do I need to run this from Safe Mode or what?
Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it
modifies are currently in use.
error 0x80004004: Unable to install because the following apps need to be closed
Microsoft.Windows.Cortana_cw5n1h2txyewy!CortanaUI.
NOTE: For additional information, look for [ActivityId] b80dca0d-e273-0003-9909-0eb873e2d101 in the Event Log or use
the command line Get-AppxLog -ActivityID b80dca0d-e273-0003-9909-0eb873e2d101
At line:1 char:28
+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "C:\Win ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Windows\Syst...ppxManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand