Win10 system Powershell reset application failure solution

  
                

Powershell can be used to reset the app store app in Win10, which will fix most app store failures, but Powershell reset will also fail. Let's take a look at Win10's solution to use Powershell to reset application failures.

The specific method is as follows:

1. Right click on the Start button and select “Command Prompt (Administrator)”;

2. At the “Command Prompt” In the ” in the following two commands to repair (can be directly copied and pasted, pay attention to retain spaces):

dism/online /cleanup-image /scanhealth

dism/online /cleanup-image /restorehealth

Note: The above two commands must be executed in the order, that is, after entering the first line command, press the Enter key to execute; then enter the second line command and press the Enter key to execute.

The above is the solution for Win10 to use Powershell to reset the application. If the Powershell command fails, you can use the dism command to restore the application.

Copyright © Windows knowledge All Rights Reserved