Swiftly Reactivate Lost Store Apps on Windows 11
Swiftly Reactivate Lost Store Apps on Windows 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] 2024 Approved EvaluationCast Breakdown
- [New] 2024 Approved Exclusive List Top 10 Live Streaming Networks Ranked
- [New] In 2024, Ultimate Guide to Enhancing Photos with Top 10 Screenshot Charmers
- [Updated] In 2024, Best Virtual Background for Google Meet Video Call
- [Updated] In 2024, Rhythm Roundup Hot Music for Today’s Top YouTube Short Videos
- Artificial Insight: Windows Software Reinvented
- Bluetooth Keyboard Won't Pair? Here Are the Quick Fixes for PC Users!
- In 2024, How to Change Netflix Location to Get More Country Version On Apple iPhone 14 Pro | Dr.fone
- Microsoft's Copilot Key: What Does It Mean For Your Windows 11 PC?
- Revitalizing Your PC's DNS with Ease in Windows 11
- Securing Win11 Wi-Fi Accessibility with 9 Steps
- Simplify Screen Capture The 6 Key Steps to Successfully Streaming Netflix on macOS for 2024
- Strategies for Fixing Non-Displaying Searches in Win 10/11 OS
- Techniques to Overcome Sudden Screen Loss During WIN Games
- The Art of Manipulating the Windows 11 Registry to Unlock Themes
- Top Free Note-Taking Tricks in Windows 11
- Updated With the Trending of Videos, More and More People Are Likely to Create Videos. To Help People Figure Out the Best Free Online Video Editing Tools, Ive Tested some Online Video Editors on the Market A for 2024
- Title: Swiftly Reactivate Lost Store Apps on Windows 11
- Author: Richard
- Created at : 2024-10-03 22:35:49
- Updated at : 2024-10-08 23:26:54
- Link: https://win11-tips.techidaily.com/swiftly-reactivate-lost-store-apps-on-windows-11/
- License: This work is licensed under CC BY-NC-SA 4.0.