Win10 software can not open how to do

  
"win10 application loading failure" can have a variety of expressions, such as flashback, no response and can not load.
For this problem, sometimes it can be solved by reinstalling the app. However, for various reasons, even reloading may not solve the problem. But in general, “reset“ will be more effective than “reload” because “reset> will ensure that the app returns to <;factory state”.
win10 application reset method steps:
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 (the specific time is related to the number of current system Modern applications), 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.

Copyright © Windows knowledge All Rights Reserved