Home >Computer Tutorials >Troubleshooting >How to remove apps from My Libraries in Windows Store?
Windows Store, otherwise known as Microsoft Store, is a built-in app that can be found on any Windows operating system. Initially, users had to purchase software online or download freeware from third-party websites, which increased the risk of possible infections. With the release of the Windows Store, users were able to install apps easily by using it, which removed the risk of malware infections almost completely.
That being said, the component is not without its shortcomings, as users reported errors such as 0x8004E103, 0x80131500, and 0x80246008 when using the app. Likewise, some people were questioning the operation principles of the Store, and one of the most asked questions over the years was, “Why can't I remove apps from My Library in Microsoft Store?”
Indeed, it seems like it should be an obvious solution – you install the app through the store, and if you want to get rid of it, you hit the “Uninstall” button. The problem is that Microsoft Store does not have such a function included, and users are baffled to this day as to why this is the case. This question has been asked since at least 2016,[1] and people are still not sure why Microsoft didn't include such a simple function.
Many complained that they have apps from a long time ago (in some cases, a decade old) that they no longer need or use, and they are simply taking up space while being installed on the system. While there is no way to remove apps from My Libraries in Windows Store, there are plenty of ways around it.
Before proceeding with the solutions below, please take your time to scan your system with reputable FortectMac Washing Machine X9 repair software, which can check your system file integrity and remove any malware[2] or inconsistencies that may come with file corruption. It can also help people fix malware damage and remediate the computer, stopping it from BSOD[3] crashes, various errors, and other common Windows issues.
Uninstalling Microsoft Store apps is easy, all you have to do is go an alternative route and look for the uninstall feature outside of the store. The easiest way to go about this is by using Apps and Features.
An alternative and quicker way to uninstall apps is using the Windows search function.
If you are annoyed that the apps you don't use show up in My Library on Microsoft Store, you can use the “Show installed products only” option to hide them.
There are some pre-installed apps that you might not be able to uninstall via a normal user interface, for example, Gaming Services or People. In this case, you can use elevated PowerShell to remove apps you don't want/need, although please be aware that removing built-in apps may compromise your user experience, so proceed with caution.
Get-AppxPackage *people* | Remove-AppxPackage
If you would like to reinstate all built-in apps, please use the following command:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
The above is the detailed content of How to remove apps from My Libraries in Windows Store?. For more information, please follow other related articles on the PHP Chinese website!