How do i restore my microsoft store and default apps?

For my explanation, I was uninstalling some programs that I mostly don't know and was about to reset my pc since my windows 10 is getting a bit slower.

After some time for my windows 10 installing, for some reason my monitor is pitch-black and my pc is running. It didn't show any sign of my monitor opening a screen or anything. So I just shut down my pc and open it up again and yet. My computer restarts over and over and over. I fixed it up tho but by the time i look at my screen, the Microsoft store was gone and default apps dissapeared. I managed to install notepad and paint but not Microsoft Store and other apps. The troubleshooter didn't work and the tutorials didn't help so idk what to do.

|

Hi Albert,

Welcome to Microsoft Community.

I'm Hahn and I'm here to help you with your concern.

 

I'm sorry to hear that you are having trouble with your Windows 10 installation. It sounds like you have accidentally removed some essential apps and components from your system. Don't worry, I will try to help you restore them.

- Method 1: Use the Settings app to reset the Microsoft Store app. This will also reinstall the app and fix any issues with it.

- On Windows 10, navigate to Settings app > Apps > Apps & features.

- Locate the Microsoft Store entry and click on it to reveal the Advanced options link. Click the Advanced options link.

- In the Reset section, click the Reset button. This will reinstall the app and clear its data.

- Method 2: Use PowerShell to reinstall the Microsoft Store app and other built-in apps. This will register the apps again on your system and restore their functionality.

- Open PowerShell as administrator. You can do so by searching for PowerShell, right-clicking on Windows PowerShell in search results, and then clicking the Run as administrator option.

- To reinstall the Microsoft Store app only, copy and paste the following command at the PowerShell window and press the Enter key.

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

- To reinstall all built-in apps, copy and paste the following command at the PowerShell window and press the Enter key.

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

- Restart your PC and check if the apps are working properly.

- Method 3: Perform a repair install of Windows 10 with an in-place upgrade. This will repair broken system files while preserving your personal files, settings, and installed applications. How to perform an In-place Upgrade with Windows 10 Step-by-Step Guide - Microsoft Community

Disclaimer: Please ensure that you backup any important data, including Documents, Pictures, Videos, and more.

I hope these methods help you restore your Microsoft Store and other default apps on Windows 10. Please let me know if you have any questions or need further assistance.

Your Sincerely

Hahn - MSFT | Microsoft Community Support Specialist

2 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

None of these methods have worked for me. Powershell says Access is denied, even though im running it as the admin. Did a fresh install of windows and it didn't fix the problem either. Get yalls OS working before I say screw it an build my own with linux!

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

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

- To reinstall all built-in apps, copy and paste the following command at the PowerShell window and press the Enter key.

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

- Restart your PC and check if the apps are working properly.

Your Sincerely

Hahn - MSFT | Microsoft Community Support Specialist

I appreciate that mistakes can be made, and please do correct me if I'm wrong, but surely as a Microsoft Community Support Specialist you should realise that this PowerShell is not correct? If you run this, you will receive the following:

This is because you have included an unnecessary space after -Register. For your second example, this should read as:

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

Running this will actually result in app deployments rather than a screen full of red stating that the file location does not exist - in this case, the only failures should come from resources that are being used by currently open apps:

Hope that helps.

8 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Question Info


Last updated May 17, 2024 Views 6,402 Applies to: