How to restore Windows 10 Apps including Store

win10

Last updated on February 5th, 2024 at 02:10 pm

Read Time:31 Second

If you have somewho managed to delete any of your Windows 10 apps, including the Windows 10 Store app, then there is a quick and easy way to restore all the apps.

Simply open PowerShell as an administrator and run the following code:

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

This will then start the re-installation process:

Windows 10 Powershell

Once this has completed, you should then find that all your Windows 10 apps have returned to your “All Apps” menu,

COMMENTS

If you have any questions on this guide, please feel free to leave us a message below using our comments system.

Click to rate this post!
[Total: 0 Average: 0]

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 441 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.