Inbuilt apps crash

Status
Not open for further replies.
Solution
Open up an elevated PowerShell prompt by typing "PowerShell" in start, right-clicking on the first option, and selecting "Run as administrator." Inside the prompt, paste the following:

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

Let it run for some time.

Slashgeek

Admirable
Open up an elevated PowerShell prompt by typing "PowerShell" in start, right-clicking on the first option, and selecting "Run as administrator." Inside the prompt, paste the following:

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

Let it run for some time.
 
Solution
Status
Not open for further replies.