Table of Contents
This practical guide walks through how to restore the Microsoft store on Windows 10, explains the main requirements, and highlights common issues that may appear along the way.
However, there are many sets of Windows 10 computer cleaning tools that also have the function of deleting and hiding Microsoft Store, making it impossible for users to open them. In this case, you will need to restore the Microsoft Store on your computer to be able to install its proprietary applications. Here's how to most effectively restore Microsoft Store on Windows 10.
1. How to restore Microsoft Store in Settings
Microsoft Store is a service available on Windows 10, so they cannot be deleted but only hidden on the system, you just need to restart them to be able to use normally.
Step 1: You proceed to open Settings through the Start Menu of your computer.

Step 2: Next, you choose Apps to see all the applications on the system.

Step 3: You select the tab Apps & Features to see the applications available on the computer.

Step 4: In the list of applications, you need to go to Microsoft Store and select Advanced options to open settings.

Step 5: To restore the Microsoft Store, you need to choose Reset for the system to automatically handle it.

2. How to restore Microsoft Store using PowerShell
PowerShell is a modern and a futuristic alternative to the many years old Command Prompt.
Step 1: You proceed to open the Start Menu => Enter PowerShell => Select Run as Administrator to grant the highest permissions.

Step 2: Next, copy the following command to paste into PowerShell and press Enter to run.
Get-Appxpackage –Allusers
Note: To paste data in PowerShell, right click because Ctrl + V will not work.

Step 3: When the command is finished running, you find the content named PackageFullName / PackageFamilyName is Microsoft.WindowsStore.

Step 4: Next, you proceed to highlight the entire contents of the PackageFullName item and press Ctrl + C to copy them.

Step 5: To restore the Microsoft Store, you will need to use the following command (note change the content in brackets).
Add-AppxPackage -register 'C: Program FilesWindowsApps (PackageFullName)' –DisableDevelopmentMode
After completing the command, you just need to press Enter for the system to automatically restore the Microsoft Store.

3. How to restore all Windows default apps using PowerShell
(The sidelines) If you need to reinstall all of Windows 10's default applications (including the Microsoft Store), then use the simple command below.
Step 1: You proceed to open the Start Menu => Enter PowerShell => Select Run as Administrator to grant the highest permissions.

Step 2: Then, you copy the command below and use Right-click to paste into Powershell. Finally, you press Enter to launch the installation system is complete.
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$ ($ _. InstallLocation) AppXManifest.xml'}

On the article are all the ways to restore Microsoft Store on Windows 10 effectively and 100% success. Hope these useful shares helps you use Microsoft Store on Windows.
Key Takeaways
Use the information above as a practical reference for how to restore the Microsoft store on Windows 10. Review each step carefully, confirm any requirements, and choose the option that best fits your situation.
FAQ
What does this guide explain about Restore the Microsoft Store on Windows 10?
It explains the main concepts, practical considerations, and useful steps related to restore the Microsoft store on Windows 10 without requiring advanced knowledge.
Who can benefit from learning about Restore the Microsoft Store on Windows 10?
This information is useful for readers who want a clear overview, practical guidance, and reliable steps related to restore the Microsoft store on Windows 10.
What should I check before applying this information?
Review the requirements, confirm that your device, software, or situation matches the instructions, and back up important data before making major changes.
Reader Comments 0
Sign in with email or Google to join the discussion.