How to restore the deleted default application

  
Win1, click the Start menu, expand [Windows PowerShell], right click on "Windows PowerShell", select [More] & mdash; [Run as administrator];

2, in the Power shell window input:
Get-AppxPackage -AllUsers|  Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
Then press Enter and wait patiently for the system to resume its own application.


Copyright © Windows knowledge All Rights Reserved