If Start Menu, Settings, Search, Cortana, Microsoft Edge, Action Center and other Windows components are not responding in Windows 10, please try these fixes.
Method 1:
• Run PowerShell as admin.
• Run this commands
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “SystemApps“} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}