Reply to thread

Hit start, type powershell, right click on powershell and run as administrator, copy and paste this  Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"  into the PS prompt and hit enter.


It will re-install those default apps.


Back
Top