Tile Database is Corrupt in build 17101

Brass Contributor

hi i cant change any settings on Start Menu and after restart all changes undo to default. i troubleshuted windows and founded Tile Database is Corrupt. i cant fix this with this:

 

dism /online /cleanup-image /restorehealth

sfc /scannow

powershell

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

 

 

 

0 Replies