![Bring Back the Store: Reactivation Steps for MS in Windows 11](https://thmb.techidaily.com/16d13254afac9149dce0a2e443b3fbb7f20249bb61b5f6680c7797d944c293aa.jpg)
Bring Back the Store: Reactivation Steps for MS in Windows 11
![](/images/site-logo.png)
Bring Back the Store: Reactivation Steps for MS in 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.
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] Your First Encounter with Snapseed Image Editing for 2024
- [Updated] 2024 Approved Anime-Inspired Filters & Overlays for Trendy TikTok Videos
- [Updated] 2024 Approved Front Seat Pleasures Not So Sporty Top Ten
- 2024 Approved Unleash Creativity Harnessing GS Power in KineMaster
- Conquering Crashing Screens: Winning Strategies for Sonic Games (W11)
- Fake Android Location without Rooting For Your Vivo S17 | Dr.fone
- Guide to Running the SFC Command in Windows
- How Much Power Does My Windows PC Use? Here's How to Find Out
- How to Fix Locked Apple ID on Apple iPhone 6s
- In 2024, 5 Ways To Teach You To Transfer Files from Oppo F23 5G to Other Android Devices Easily | Dr.fone
- In 2024, How to View GPX Files Online and Offline Solutions Of Apple iPhone 14 | Dr.fone
- Keeping VSCode Running Smoothly W11-Style
- Optimizing Windows 11 with Simple App Resets
- Realigning Windows and THX Spatial Sound
- WMVビデオ簡単にiPadで楽しめる、2つの解決法をご紹介
- Title: Bring Back the Store: Reactivation Steps for MS in Windows 11
- Author: Richard
- Created at : 2025-01-22 20:40:16
- Updated at : 2025-01-24 23:39:23
- Link: https://win11-tips.techidaily.com/bring-back-the-store-reactivation-steps-for-ms-in-windows-11/
- License: This work is licensed under CC BY-NC-SA 4.0.