error when trying to reinstall store

Bernhard Rohrer 5 Reputation points
2023-11-08T13:41:17.2966667+00:00

I am having issue with the MS Store on Win11.

Store doesn't launch, when I try wsreset.exe, I get "we can't open this 'ms-windows-store' link"

I tried

Get-AppxPackage Microsoft.WindowsStore | Remove-AppxPackage

and

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

this leads to

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070003: Windows cannot create the AppContainer profile for the
Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe package.
NOTE: For additional information, look for [ActivityId] 9124ba85-123b-0002-36e0-25913b12da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 9124ba85-123b-0002-36e0-25913b12da01
At line:1 char:53
+ ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

when I check the log, I get

08/11/2023 12:12:17       401          Deployment Register operation with target volume C: on Package Microsoft.WindowsStore_22309.1401.5.0_neutral_~_8wekyb3d8bbwe from:
                                       (AppxBundleManifest.xml)  failed with error 0x80073CF6. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
                                       deployment issues.
08/11/2023 12:12:17       404          AppX Deployment operation failed for package Microsoft.WindowsStore_22309.1401.5.0_neutral_~_8wekyb3d8bbwe with error 0x80073CF6. The
                                       specific error text for this failure is: error 0x80070003: Windows cannot create the AppContainer profile for the
                                       Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe package.

help?

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-12-25T07:22:14.3433333+00:00

    Hi Bernhard Rohrer,

    The error code 0x80073CF6 means the package can't be registered. Please check the AppXDeployment-Server event log under Applications and Services Logs / Microsoft / Windows in the Event Viewer.

    And you can give a try to the solution in the thread of the similar issue.

    https://answers.microsoft.com/en-us/windows/forum/all/some-microsoft-apps-cannot-be-updated-uninstalled/69284b0e-5c08-46ff-9d11-392ddc4943d7

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.