Javascript required
Skip to content Skip to sidebar Skip to footer

How to Reinstall Windows Media Player for Windows 10

The recent updates have made Windows Store applications in a Windows 11/10 PC important as the users can directly head over to the store and download any application they want to. The Windows Store is legit and one of the safest ways to get your applications onboard. Some people have reported that the Windows Store app is not opening or even that the Windows Store app is missing once they are updated to Windows 11 or Windows 10. If Microsoft Store is missing, then this post will show you how to reinstall Windows Store in Windows 11/10 and get it back using this PowerShell command.

Please go through the entire post first and then decide which course of action you want to opt for.

Microsoft Store missing in Windows 11/10

The missing app problem in Windows 11/10 can be solved, and you can get back all the apps that come default with Windows 11/10. We would request you to go through the steps elucidated below and recover the missing applications by using an elevated Windows Powershell prompt.

Windows Store app missing in Windows 10

1. First things first, download the file Reinstall-preinstalledApps.zip from Microsoft and extract the contents of the folder. Ensure that the file Reinstall-preinstalledApps.zip is in the following directory:

C:\Users\yourusernamehere\Downloads

2. In the PowerShell prompt that you have opened as an administrator, enter this command and hit Enter:

Set-ExecutionPolicy Unrestricted

If it asks you to change the execution policy, press Y and hit Enter.

3. Without exiting Power Shell, enter the following command now:

cd C:\Users\YourUserName\Downloads

This command will take you to the location where the PowerShell script is. Note that you need to replace the " YourUserName " in the command with your actual Windows account username. Now all you need to do is enter the command below and hit "Enter":

.\reinstall-preinstalledApps.ps1 *Microsoft.WindowsStore*

4. If you have followed the step mentioned above without any deviations, you should be able to find the Windows Store on your Windows, but before doing that, we would suggest you reset your Windows Store using WSReset.exe.

This will reset the Windows Store cache, and just in case we would also advise you to pin the Windows Store to your taskbar or the start menu.

5. Once you have done the job, re-enable enforcement for signed PowerShell scripts by typing executing the Set-ExecutionPolicy AllSigned command.

Reinstall Windows Store

If you wish to reinstall Windows Store, you can also open an elevated PowerShell window, type the following command and hit Enter:

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

There you go, folks, the Windows Store back on your Windows 11/10, enjoy and do let us know how well it worked for you in the comment section below.

Reset or Repair Microsoft Store via Settings

Open Windows 11 Settings > Apps.

In the Apps list, search for Microsoft Store Once found, expand its options and click on Advanced options.

Here you may first Reset it and see. If that does not work, you may Repair the Microsoft Store.

Similarly, in Windows 10, you can open Settings > Apps and look for Microsoft Store.

reinstall microsoft store

Once you find it, click on Advanced options to open the following panel.

reset microsoft store

Here you can click on the Reset button. This will reinstall the Microsoft Windows Store app and change all settings to their default value.

No provisioned apps match the specified filter

If you receive No provisioned apps match the specified filter or No filter specified, attempting to re-register all provisioned apps error message, you will have to use the Reset button first to reinstall the Microsoft Store.

TIP: See this post if you wish to reinstall all the preinstalled apps in Windows. You may also use our 10AppsManager to reinstall apps with a click.

Missing_Windows_Store app

How to Reinstall Windows Media Player for Windows 10

Source: https://www.thewindowsclub.com/windows-store-app-missing-windows-10