How to restore the Microsoft Store on Windows 10
To provide genuine applications and software to users, Microsoft has used the Microsoft Store as a store and on the store there are many essential applications for computers. There are apps that are only available on the Microsoft Store and not on other platforms, which is hugely popular because it wants people to pay more attention to the Microsoft Store product.
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 will help you to use Microsoft Store on Windows.
You should read it
- New Departments menu for Microsoft Store on Windows 10 makes searching easy
- Fix Microsoft Store not downloading apps and games
- You will soon be able to buy both computers and phones ... from the Microsoft Store of Windows 10
- How to re-register the Microsoft Store app in Windows 10
- Firefox can now be downloaded directly from the Microsoft Store
- How to play games on Microsoft Store without downloading
- Steps to download the new Microsoft Store on Windows 11 Insider Preview
- How to Log Into the Microsoft Store
May be interested
- Turn off automatic downloading of games and apps on Windows 10how do i disable the automatic download of games and applications in windows 10? instructions on how to disable automatic download of games and software on win 10 most effectively
- Microsoft releases new Patch Tuesday update for Windows 10microsoft has released a series of new cumulative updates for win 10 as part of the monthly patch tuesday update cycle, bringing changes and fixes to improve the quality and security of windows 10.
- Instructions to turn off the Reserved Storage feature on Windows 10what is reserved storage? how to disable reserved storage on windows 10? tutorial 3 ways to turn off reserved storage on windows 10 simplest and safest ..
- How to remove default apps on Windows 10when we install windows 10, we will be 'attached' to a bunch of unnecessary applications. this article will guide you to remove unnecessary default applications on win 10.
- How to run Linux commands when starting Windows Subsystem for Linux on Windows 10the latest beta version of windows 10 allows users to automatically run linux commands when windows subsystem for linux starts.
- How to turn off data collection and telemetry in Windows 10windows 10 has a feature called telemetry and data collection and it is enabled by default to collect all user activity and send it back to microsoft.