I have a Dell Optiplex 990 computer that I upgraded from Windows 7 to Windows 10 (1903). Everything appeared to go well, until it was fully booted up and then the Start button and Windows 10 apps wouldn't work.
I tried:
Powershell with Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - No change
SFC /scannow - Result: 100% no errors
Dism /Online /Cleanup-Image /RestoreHealth - Result: 0x800f081f The source files could not be found
I am not sure what else to try. Can you help?
I tried:
Powershell with Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - No change
SFC /scannow - Result: 100% no errors
Dism /Online /Cleanup-Image /RestoreHealth - Result: 0x800f081f The source files could not be found
I am not sure what else to try. Can you help?