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]

Discover more from TechyGeeksHome

Subscribe to get the latest posts to your email.

Leave us a message...

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