Note: I'll post again the commands below without translation. Kindly try first the suggested methods before Powershell. Thank you.
Re-register Settings app and built-in apps via Powershell
Windows key+X then select Windows Powershell (Admin)
copy paste the commands below one at a time then press Enter. Please ignore the red errors and let the process complete.
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart your Computer