Resetting Microsoft Store on Windows 11 & 11
Resetting Microsoft Store on Windows 11 & 11
You may want to re-register built-in Windows apps if the Microsoft Store apps are not working. In other instances, issues with other Windows elements like Taskbar can be resolved by re-registering the built-in Windows apps.
You can use a PowerShell cmdlet to perform this action. Here we show how you can re-register apps for individual or all accounts on Windows.
Disclaimer: This post includes affiliate links
If you click on a link and make a purchase, I may receive a commission at no extra cost to you.
How to Re-Register Microsoft Store Apps for Current Users
If theMicrosoft Store app issue exists with a specific user account, you don’t need to re-register the app for all the user accounts on your computer. Instead, you can re-register the app only for the current user account.
To re-register Microsoft Store apps for the current user:
- Press theWin key and type “powershell” into the Search bar.
- Right-click onWindows PowerShell and selectRun as administrator .
- In the PowerShell console, type the following command and pressEnter :
Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Wait for the command to execute and complete. You may see a blue loading graphic.
- Once done, typeexit and pressEnter to close PowerShell.
During the process, you may see some errors highlighted in red. It is due to PowerShell trying to reinstall existing apps on Windows. So, ignore the error and wait for the process to complete.
How to Re-Register Microsoft Store Apps for All Users
If you need to re-register the built-in Windows apps for all users, you’ll need to tweak the above PowerShell cmdlet a little to include the -AllUsers parameter. This would allow the cmdlet to search through all user accounts on the system and install and re-register the Microsoft Store apps.
- Open PowerShell as administrator .
- In the PowerShell window, type the following command and pressEnter :
Get-AppxPackage -AllUsers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- This process may take some time to complete depending on the number of apps that require re-registering and reinstalling.
Install and Re-Register All Microsoft Store Apps on Windows 11
Re-registering Windows apps is often necessary when Microsoft Store is not working. It can also help deal with other Windows settings and apps. If the issue persists, try the built-in Windows Store Apps troubleshooter to fix common Microsoft Store app issues.
Also read:
- [New] In 2024, Unleashing Potential Strategic Hashtags for Video Success
- [Updated] Mental Marathon Best Trivia Videos Online
- 2 Ways to Transfer Text Messages from Xiaomi Redmi A2 to iPhone 15/14/13/12/11/X/8/ | Dr.fone
- Best Screen Reporter Toolkit for YouTube Streamers for 2024
- Convertir Imágenes TIFF Y JPG Sin Costo: Guía Simple
- How to Fix the Problem With This Windows Installer Package Error on Windows 11 & 11
- Improve Your Workflow: Advanced File Explorer Techniques for Windows 11 Users
- In 2024, Additional Tips About Sinnoh Stone For Apple iPhone 8 Plus | Dr.fone
- Musk's Breakdown: Understanding the Function and Financial Aspects of Grok AI
- Revival Strategies for .NET on Your PC (Max 156)
- Scheme for Activating/Deactivating Setup Service on PCs
- Schritt-Für-Schritt-Tutorial: Einen Bootfähigen Windows 11 USB Von Grund Auf Erzeugen
- Seamless Typography Across Languages on Windows PCs
- Steps to Stop Microsoft Teams Crashes: Tips for Wins 11 & 10
- Strategies for Troubleshooting Task Sequence Failures: WinOS Edition
- Unlocking the Mysteries of Windows Group Policies: 3 Different Perspectives
- Updated Unleash Your Creativity Best Reaction Video Maker Tools for 2024
- What to Do When You’re Unable to Download Any Files on a Windows 10 & 11
- Winning Strategy Against Update Error X712
- Title: Resetting Microsoft Store on Windows 11 & 11
- Author: David
- Created at : 2024-11-16 23:23:40
- Updated at : 2024-11-17 21:49:14
- Link: https://win11.techidaily.com/resetting-microsoft-store-on-windows-11-and-11/
- License: This work is licensed under CC BY-NC-SA 4.0.