How to solve the Windows 10 application loading failure problem

  
So how to reset all Win10 applications?
In fact, it is very simple, you only need to use a Powershell command to solve the problem.
The specific steps are as follows:

1. Run Powershell as administrator (can be implemented in Cortana search bar, run and task manager)

2, enter the following command and press Enter.
Get-AppXPackage -AllUsers |  Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}

3, Wait patiently for a while (specific time is related to the number of modern applications in the current system), the process will After the completion of auto-complete
, the problem of application loading failure should be solved to a certain extent, but there is no guarantee that all applications can be solved in this way. This method is suitable for solving non-critical application loading failures. Generally, the application itself is compatible with the current system and has no fatal problems. Users who often encounter similar problems can try to solve this problem.

Copyright © Windows knowledge All Rights Reserved