One command can reload all Win10 built-in applications with the same method of operation

  

and Win8/Win8.1. Win10 also has built-in many default Windows applications, such as calculator, weather, contacts, Groove music, movies and TV, mail and Calendar, Edge browser, etc. Under normal circumstances, these applications will not have much problem, but from the feedback of more than one month after the official release of Windows10, there are still some users who have encountered special problems during use, resulting in these applications not working properly. jobs. And because these applications can't be uninstalled, it's also impossible to solve the problem by "reloading".

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

The specific method is as follows:

1. After inputting PowerShell in the Cortana search bar, right click on the first item and select “Run as administrator” <

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

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

3, Wait for the command to complete

Generally, this The reinstalled app will be ready to use. If you find that some individual apps are not working properly, try restarting 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 a command to reload all Win10 built-in application operation methods, I hope to help everyone!

Copyright © Windows knowledge All Rights Reserved