Share via

Toxic microsoft store

Nick B 361 Reputation points
2023-10-20T18:47:16.1+00:00

Get-AppxPackage -alluser Store | Remove-AppxPackage

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

I tried these two commands, but no success to reinstall Microsoft Store. I clicked reset in Immersive control panel settings and it broke now I cannot bring it back.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

Answer accepted by question author

S.Sengupta 30,901 Reputation points MVP Volunteer Moderator
2023-10-21T02:01:25.5833333+00:00

Have you run these commands as Administrator? If not, you must run these commands as Administrator.

Create a new user account can help if the issue is specific to your user profile.

Sign in with the new account and check if the Microsoft Store works on that account.

If none of the above methods work, you might consider repairing or reinstalling Windows 11.

Here I found an interesting thread on reinstallation of Store you may try this too:

https://learn.microsoft.com/en-us/answers/questions/891536/how-to-reinstall-microsoft-store

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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