Regaining Control: Reclaiming Microsoft Store on Windows 11
Regaining Control: Reclaiming Microsoft Store 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.
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:
- [Updated] 2024 Approved Unleashing Video Power The Galaxy S8 in 4K
- 「ディスクイメージとしてのWindows 7 HDD保存手順」
- Conquer Window Management: Hotkey-Based Reworking Mastery
- Correcting Lack of Privilege During OS Setup
- Elevate Workflow with Smart Multitasking Tactics for Windows 11
- Expert Strategies to Combat 'Last Epoch Crashing' On Your PC
- FM放送特別番組の聴取記録化手順:易しいガイド
- How to Transfer Contacts from HTC U23 to iPhone XS/11 | Dr.fone
- In 2024, Best Pokemons for PVP Matches in Pokemon Go For Vivo V29e | Dr.fone
- In 2024, Guide to Saving Real-Time Screen Chats
- In 2024, What is Fake GPS Location Pro and Is It Good On Samsung Galaxy F14 5G? | Dr.fone
- Mastering the Resolution of Error 0X800700E1 in Windows 11 Systems
- Rapid Examination: Identifying PC's Graphics Card Makeup
- Rectifying Hidden Additional Monitor in Windows 11
- Remedy for Chrome Networking Hiccup in Windows Settings
- Tailor-Made Screen Savers for Your Win11 PC
- The Ultimate Guide to Xiaomi 13 Ultra Pattern Lock Screen Everything You Need to Know
- Top-Notch Apps to Refine Your iPhone & Android GoPro Videos for 2024
- Updating Default Document Printer for PDFs in Windows
- Title: Regaining Control: Reclaiming Microsoft Store on Windows 11
- Author: Richard
- Created at : 2024-12-11 19:30:03
- Updated at : 2024-12-12 19:03:22
- Link: https://win11-tips.techidaily.com/regaining-control-reclaiming-microsoft-store-on-windows-11/
- License: This work is licensed under CC BY-NC-SA 4.0.