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.
steps are as follows:

1, (Cortana can be implemented in the search bar and run Task Manager) with an administrator to run Powershell

2, enter the following command after the carriage return
Get-AppXPackage -AllUsers |  Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. InstallLocation) AppXManifest.xml"}

3, patient and wait for a while (time and the number of applications related to the current system Modern), the process will automatically After the completion of the
completion, the application loading failure problem 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