What should I do if the win10 general application icon and file name are abnormally garbled?

  

win10 general application icon, file name is abnormal, garbled, what should I do? Windows10 universal application due to some factors, such as download or installation error, the icon is abnormal, the name is garbled, the restart has no effect, some people choose to ignore, wait for the next update, some people change the login user, some people directly Install the system, however, this problem is not a big problem! Just enter a few command lines to solve!


1. Right-click in the blank space of the taskbar and select “Properties"

2, switch to “ navigation” tab, tick Select “ When I right click on... PowerShell", click “ OK”

3, right click on "Start” Logo, select “Windows PowerShell (Admin )”

4, Windows Application Store has problems:

Execute the command under Windows PowerShell (administrator): $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest and press Enter to wait for the reset operation to end.


5, General application problems:

Execute the command under Windows PowerShell (admin):

Get-AppXPackage -AllUsers |  Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\\AppXManifest.xml"} and press Enter to wait for the reset operation to end.


Note: The premise is that Windows PowerShell must be opened with administrator privileges. If the operation completion icon is still abnormal, restart the computer.

Related recommendation:

Win10 in the lower right corner of the icon hides how to set all display?

Windows 10 official version of the font garbled as a box how to do?

Copyright © Windows knowledge All Rights Reserved