Estimated reading time: 1 minutes
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:
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.
Share this content: