Win10 system application and function uninstall button gray can not uninstall the application of the reasons and solutions Graphic tutorial

  

In the Windwos 10 system, we can uninstall the software through [Windwos settings] & mdash; [applications and functions]. Some users have responded. When uninstalling, some software can't be uninstalled. What should I do? The following small series for everyone to share the solution.

Cause analysis:

Because some windwos applications cannot be uninstalled using normal methods, they need to be uninstalled by special means.

Workaround:

1, open Xiaona, search "Windows PowerShell", right click on "Windows PowerShell" under the best match, select "Run as administrator" &

2. Find the program you need to uninstall from below, copy the code, paste it in “Windows PowerShell", press the Enter key to uninstall. The code is as follows:

Groove Music

Get-AppxPackage *zunemusic* |  Remove-AppxPackage

OneNote

Get-AppxPackage *onenote* |  Remove-AppxPackage

Maps

Get-AppxPackage *windowsmaps* |  Remove-AppxPackage

3D Builder

Get-AppxPackage *3dbuilder* |  Remove-AppxPackage

Alarms & Clocks

Get-AppxPackage *windowsalarms* |  Remove-AppxPackage

Weather

Get-AppxPackage *bingweather* |  Remove-AppxPackage

Xbox

Get-AppxPackage *xboxapp* |  Remove-AppxPackage

Calendar

Get-AppxPackage *windowscalculator* |  Remove-AppxPackage

Calendar and Mail

Get-AppxPackage *windowscommunicationsapps* |  Remove-AppxPackage

Camera

Get-AppxPackage *windowscamera* |  Remove-AppxPackage

Get Office

Get-AppxPackage *officehub* |  Remove-AppxPackage

Get Skype

Get-AppxPackage *skypeapp* |  Remove-AppxPackage

Getting Started

Get-AppxPackage *getstarted* |  Remove-AppxPackage

Microsoft Solitaire Collection Poker Game

Get-AppxPackage *solitairecollection* |  Remove-AppxPackage

Finance

Get-AppxPackage *bingfinance* |  Remove-AppxPackage

Movies & TV

Get-AppxPackage *zunevideo* |  Remove-AppxPackage

News

Get-AppxPackage *bingnews* |  Remove-AppxPackage

Contact

Get-AppxPackage *people* |  Remove-AppxPackage

Mobile Helper

Get-AppxPackage *windowsphone* |  Remove-AppxPackage

Photos

Get-AppxPackage *photos* |  Remove-AppxPackage

Markets

Get-AppxPackage *windowsstore* |  Remove-AppxPackage

Sports

Get-AppxPackage *bingsports* |  Remove-AppxPackage

Voice Recorder

Get-AppxPackage *soundrecorder* |  Remove-AppxPackage

Expanding reading:

Win10 system can not uninstall the program prompt Please wait for the current program to complete the uninstall or change the two solutions

win10 system computer can not Uninstall office prompts this product installation file is corrupted effective solution

The above is the Win10 system application and function uninstall button gray can not uninstall the application of the reason and solution graphic tutorial, the method is very simple, there are friends who need Can be set up according to the above method to solve!

Copyright © Windows knowledge All Rights Reserved