Home > Article > System Tutorial > How to restore the apps that come with Windows 10 after uninstalling them? How to recover after uninstalling apps that come with Windows 10
When we use the system, we accidentally delete some of the built-in applications. So how do we restore the built-in applications after they are uninstalled? Now, let this site introduce to users in detail the recovery method of win10 after the built-in application has been uninstalled.
Recovery method after uninstalling win10's built-in application
1. Enter the Cortana search box, enter powershell, click the first item in the displayed results, and select "Run as administrator".
2. Enter in the powershell window:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_. InstallLocATIon)\AppXManifest.xml”}
Press the Enter key
3. Wait for the command to be executed. After the command is executed, all files in the Win10 system All built-in applications will be restored, just restart the computer.
The above is the detailed content of How to restore the apps that come with Windows 10 after uninstalling them? How to recover after uninstalling apps that come with Windows 10. For more information, please follow other related articles on the PHP Chinese website!