Windows 10 Microsoft Store Breaks after Reinstalling Windows 10

  • Thread starter Thread starter bardiarajabi
  • Start date Start date
B

bardiarajabi

Hi Windows Community.

I Reinstalled Windows today but the Windows Store Doesnt work properly now it doesn't open.

Tried these commands

Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
*After these command i got some errors:

.................................................................................................................................................................................

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.

error 0x80070002: Windows cannot create the AppContainer profile for the

Microsoft.WindowsStore_12011.1001.1.0_x64__8wekyb3d8bbwe package.

NOTE: For additional information, look for [ActivityId] 31810cf6-e981-0001-9a0c-873181e9d601 in the Event Log or use

the command line Get-AppPackageLog -ActivityID 31810cf6-e981-0001-9a0c-873181e9d601

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


..........................................................................................................................................................................................

Additional Logs:


also tried these commands too:

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
*But after these i got bunch of errors:

*There is one of them:

......................................................................................................................................

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.

error 0x80070002: Windows cannot create the AppContainer profile for the

c5e2524a-ea46-4f67-841f-6a9465d9d515_10.0.19041.423_neutral_neutral_cw5n1h2txyewy package.

NOTE: For additional information, look for [ActivityId] 31810cf6-e981-0000-6659-8a3181e9d601 in the Event Log or use

the command line Get-AppPackageLog -ActivityID 31810cf6-e981-0000-6659-8a3181e9d601

At line:1 char:38

+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException

+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

.......................................................................................................................................

also:

Wsreset.exe

Reset windows store via setting

Reinstalled windows via media creation tool.

Continue reading...
 
Back
Top