What if the Win10 system application does not respond? How to solve the application no response problem?

  

Many users have reported that after upgrading Win10, many applications will be unresponsive at startup. We can only force the end, and then re-open, the next time I encounter the Win10 system application is not responding, what should I do? We can solve this problem with a single command.

Win10 system application no response solution:

1, press Win+S, open the search function, search: PowerShell, right click above results: Windows PowerShell run as administrator, such as Figure:

2, the windows PowerShell window, enter:
Get-AppXPackage -AllUsers |  Foreach {Add-AppxPackage -DisableDevelopmentMode -Register " $ (. $ _ InstallLocation) \\ AppXManifest.xml "}

carriage return, as shown in FIG:

3, Enter after running the program automatically, completion of the run, good application is reset, as shown in FIG:

action of the command is a Win10 application system reset, of course, Any method related to the application can use this method to try to fix it.

Copyright © Windows knowledge All Rights Reserved