How does Win10 reinstall the built-in application with the command?

  

Some applications of the Win10 system are built into the system, not installed by the user, so they cannot be uninstalled in the usual way. However, there are still some special ways to reload these built-in applications, that is, use the Powershell command, then how to reinstall the built-in application with Win10Win10?

However, there is a command to reinstall all the Win10 built-in applications, you can use this operation to solve the various applications of the existing "difficulty". The method is simple and can be easily implemented in Powershell.

The specific method is as follows:

1. After entering PowerShell in the Cortana search bar, right click on the first item and select “Run as administrator”, as shown below ——

2. Enter the following command in PowerShell and press Enter (you can copy and paste directly):

Get-AppxPackage -AllUsers|  Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\\AppXManifest.xml”}

3. Wait for the command to finish

Normally, reinstall at this time The app is ready to use. If you find that some individual apps are not working properly, try rebooting your computer. Now the applications in Win10 should all be restored to their original state, and the various problems caused by the previous use should also be solved.

The above is the introduction of Win10 with Powershell command to reinstall the built-in application. Reinstalling the built-in application can effectively fix some problems in the built-in application. If you want to uninstall the built-in application, you can refer to: Win10 uninstalls the built-in application through the PowerShell command.

Copyright © Windows knowledge All Rights Reserved