How to fix Microsoft Store + All Windows Apps not launching?

Kyle Furtado 0 Reputation points
2024-03-13T17:16:48.25+00:00

We are running into this issue on a few Surface Laptops. Even after formatting the drive and reinstalling Windows, the issue persists. Tried following the instructions on the URL below but it did not help. Thank you.

https://learn.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/apps-not-start-without-user-profile-programdata?source=recommendations

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,075 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-03-15T06:38:06.15+00:00

    Hello,

    Maybe your UWP app has broken, you can try this command in powershell to fix this (run powershell as admin):

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


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

    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.