What should I do if the tile application in the win8 system is necrotic?

  
1. In the metro interface we right click on the blank space, select all applications, find Windows PowerShell and open it.

2. Enter Get-AppxPackage in the Windows PowerShell interface and press Enter. It will return all installed Metro package information.

3. In the return message, find the application information we need to uninstall, such as QQ to uninstall,

4. Continue to enter Remove-AppxPackage <PackageFullName> you want to uninstall ;, PackageFullName is the information returned by the package, such as Xiaobian to uninstall is QQ, then enter Remove-AppxPackage 903DB504.QQ_2.0.5.810_x86__a99ra4d2cbcxa.

5. If the input is correct, QQ will be uninstalled. If it is not correct, it will display a bunch of red error messages, so be careful when typing, and pay attention to case sensitivity.


Copyright © Windows knowledge All Rights Reserved