Windows10 application loading failure does not respond to the problem How to solve

  

In the process of using Windows 10 system, if an application often appears unresponsive, then the application fails to load. There are many reasons for the failure of loading. The reset can effectively solve the problem of Windows 10 application loading failure.

So how do you reset all Win10 applications?

It's actually very simple, just use a Powershell command to solve the problem.

The specific steps are as follows:

1. Run Powershell as an administrator (available 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 be completed automatically

After the application fails, the problem of application loading 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.

The above is a way to solve the Win10 application loading failure problem by resetting, of course, you can also reinstall the application. But resetting is more convenient than reinstalling.

Copyright © Windows knowledge All Rights Reserved