Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

PS C:\WINDOWS\system32> Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevel

opmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not
be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsStore_20
16.27.2.0_x64__8wekyb3d8bbwe package because there was a merge failure with the
following file:
C:\Program Files\WindowsApps\Microsoft.WindowsStore_2016.27.2.0_neutral_split.sc
ale-100_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 33478d15-6f0d-0000-603048330d6fd101 in the Event Log or use the command line Get-AppxLog -ActivityID
33478d15-6f0d-0000-6030-48330d6fd101
At line:1 char:28
+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo
: WriteError: (C:\Program File...ppXManifest.xml:Str
ing) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageMana
ger.Commands.AddAppxPackageCommand

PS C:\WINDOWS\system32> remove-appxpackage Microsoft.WindowsStore_2016.27.2.0_x6


4__8wekyb3d8bbwe
remove-appxpackage : Deployment failed with HRESULT: 0x80073CF6, Package could n
ot be registered.
error 0x80070003: Reading manifest from location: AppxManifest.xml failed with e
rror: The system cannot find the path
specified.
.
NOTE: For additional information, look for [ActivityId] 62c1c2d0-6f3c-0001-4ae9c1623c6fd101 in the Event Log or use
the command line Get-AppxLog -ActivityID 62c1c2d0-6f3c-0001-4ae9-c1623c6fd101
At line:1 char:1
+ remove-appxpackage Microsoft.WindowsStore_2016.27.2.0_x64__8wekyb3d8b ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo
: WriteError: (Microsoft.Windo...__8wekyb3d8bbwe:Str
ing) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageMana
ger.Commands.RemoveAppxPackageCommand

You might also like