Issue with app store

TechUST 516 Reputation points
2024-06-26T22:18:44.5633333+00:00

Hi,

I'm noticing several Microsoft apps, particularly store-type apps, experiencing issues. Some start working intermittently, while others require repairs, such as Teams, Snipping Tool, Sticky Notes, Calculator, etc. please suggest fix or any script to fix the issue

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
891 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,646 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Simon Ren-MSFT 31,681 Reputation points Microsoft Vendor
    2024-06-27T05:56:44.7866667+00:00

    Hi,

    Thank you for posting in Microsoft Q&A forum.

    You can try below PowerShell command to reinstall Microsoft store apps:

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

    Similar thread for your reference:

    Snipping tool, photos, and Microsoft store all not working. What to do?

    Using commands to reinstall built-in apps in Windows OS

    Thanks for your time. Have a nice day!

    Best regards,

    Simon


    If the response 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.