Using the search box look for PowerShell, right click then and select run as administrator.
Use this PowerShell command to reinstall and registry every Windows apps including Settings:
Get-AppXPackage | foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation) \AppXManifest.xml"}