Redirecting and Reinstating Windows 10/11'S MS Store
Redirecting and Reinstating Windows 10/11’S MS Store
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.
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] Top Camera Brands for Future Musical Video Production
- Boldly Block Wi-Fi Signals in Windows
- Bypassing Bug #1-#7 in Your iPhone X - Quick Fix Guides Revealed!
- Evaluating the Pros and Cons of the Samsung 55-Inch RU7300 Smart LED - A Complete 4K Television Assessment
- Fixing Windows PC Hardware Requirement Errors
- How to Simulate GPS Movement in AR games On Tecno Pova 5? | Dr.fone
- How to Spark Interest With Unique Channel Names
- Maximize Output: Win-Based Time Management Apps Reviewed
- New In 2024, Top 10 Free Surveillance Software Options
- Resolving PC Spec Issues for Software Deployment
- Skyrocketing Speed for Battle.net Downloads on Your PC
- Step-by-Step Guide to Manipulating Fax Cover Pages on Win11
- Steps to Remedy Unsupported Audio Device in Windows OS
- Strategies to Address Failed Downloads in Windows 10/11
- Unlock the Full Potential of Taskbar in Win11
- Unlocking Success Optimizing Gaming Videos via Smart Use of Hashtags for 2024
- Unmatched 5 iOS Backdrop Change Solutions (iPhone X/8/7)
- Title: Redirecting and Reinstating Windows 10/11'S MS Store
- Author: Joseph
- Created at : 2024-10-11 20:28:46
- Updated at : 2024-10-12 17:20:37
- Link: https://windows11.techidaily.com/redirecting-and-reinstating-windows-1011s-ms-store/
- License: This work is licensed under CC BY-NC-SA 4.0.