Windows 10/Fix DISM

From Wiki
< Windows 10
Revision as of 19:19, 15 May 2016 by Marcluer (talk | contribs) (Die Seite wurde neu angelegt: „* In case "Photos" throws an "remote procedure call" error: ** Dism.exe /online /Cleanup-Image /StartComponentCleanup sfc /scannow Dism /Online /Cleanup-Image…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • In case "Photos" throws an "remote procedure call" error:

Dism.exe /online /Cleanup-Image /StartComponentCleanup sfc /scannow Dism /Online /Cleanup-Image /RestoreHealth sfc /scannow

powershell Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}