How does win10 restore deleted default applications
This article introduces the knowledge of "how to restore the deleted default application of win10". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
First, click the start menu, then open [Windows PowerShell], then right-click on "Windows PowerShell", and then click "more"-"run as Administrator".
Second, we type Power shell in the window: Get-AppxPackage-AllUsers | Foreach {Add-AppxPackage-DisableDevelopmentMode-Register "$($_ .InstallLocation)\ AppXManifest.xml"} and then press enter, wait patiently for a while, and the system will begin to restore its own applications.
This is the end of the content of "how to restore the deleted default application by win10". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!