Windows Store is an integral part of the Windows operating system, providing users with access to a wide range of applications, games, and other content. However, sometimes accidents happen and the Windows Store may get accidentally deleted or removed. If you find yourself in such a situation, don’t worry! There are several methods you can try to recover the Windows Store and get it back up and running on your system. In this article, we will discuss some of the most effective methods to recover Windows Store after being deleted.
Method 1: Using PowerShell
One of the easiest ways to recover the Windows Store is by using PowerShell, a powerful scripting tool provided by Microsoft. Follow the steps below to use PowerShell to reinstall the Windows Store:
1. Press the Windows key + X and select “Windows PowerShell (Admin)” from the menu that appears. This will open PowerShell with administrative privileges.
2. In the PowerShell window, type the following command and press Enter:
“`powershell
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
“`
This command will initiate the reinstallation process for the Windows Store.
3. Wait for the command to execute successfully. Once the process is complete, close PowerShell and restart your computer.
Method 2: Using Command Prompt
If PowerShell doesn’t work for you, another method you can try is using Command Prompt. Follow the steps below to recover the Windows Store using Command Prompt:
1. Press the Windows key + X and select “Command Prompt (Admin)” from the menu.
2. In the Command Prompt window, type the following command and press Enter:
“`batch
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.XML
“`
This command will reinstall the Windows Store on your system.
3. Once the process is complete, close Command Prompt and restart your computer.
Method 3: Using Windows Settings
Another option to recover the Windows Store is by using the Windows Settings application. Follow the steps below to reinstall the Windows Store using Windows Settings:
1. Press the Windows key + I to open the Windows Settings application.
2. Click on “Apps” and then select “Apps & features” from the left-hand side menu.
3. On the right-hand side, under “Apps & features,” type “Microsoft Store” in the search box.
4. Click on “Microsoft Store” from the search results and then click on the “Advanced options” link.
5. In the advanced settings, scroll down and click on the “Reset” button.
6. A confirmation dialog will appear. Click on the “Reset” button again to confirm.
7. Wait for the reset process to complete. Once done, restart your computer.
After following any of the methods mentioned above, the Windows Store should be reinstalled on your system and ready to use. You can try launching it from the Start menu or by searching for “Microsoft Store” in the search bar.
In conclusion, losing the Windows Store can be frustrating, but with the methods mentioned above, you can easily recover it. Whether you use PowerShell, Command Prompt, or Windows Settings, these methods should help you get the Windows Store back on your system in no time. Happy downloading!