Recently, Microsoft launched the WINDOWS10 operating system, its beautiful interface, good operation, convenient push upgrade quickly get a lot of people's praise, so many students have changed the WINDOW10 operating system. However, Microsoft has followed Win8 's approach by including a number of impractical windows apps, such as Groove Music, people, maps .... here, let me introduce you how to uninstall Win10 in the built-in application (master please silently drifting over), the following is Groove Music:
To uninstall it, we use Microsoft's own Windows PowerShell, which is a total of two steps:
1. Run Windows PowerShell as an administrator, find the name of the app you want to uninstall, and use the Get-appxpackage command to demonstrate
Here we use the Get-appxpackage command to get all Windows apps in the systemfor more information, plus parameters-namemake a lookup name with the "Music"Software (if uninstallingGrooveMusic Please find "Music"If you unload the human vein, look for"people", if you uninstall the map, look for"Map", according to the English translation of the application), after the run, there will be a name with"Music"For more information about the app (I'm not going to show it because it's been removed), here we seeGrooveThe music package file is namedMicrosoft.zunemusic_3.6.12391.0_x64__8wekyb3d8Bbwe, the address isC:\Program files\windowsapps\microsoft.zunemusic_3.6.12391.0_
X64__8wekb3d8bbwe.
2. To uninstall the app, use the remove-appxpackage command to implement:
After running, wait for a period of time (during which time the uninstalled status information will be displayed on Windows PowerShell) if you do not make an error, the uninstall is successful, if the error indicates that your file name is incorrect or has encountered other reasons.
How to uninstall WIN10 built-in Windows app