If windows 10 Start Menu and Search does not work.
Controll Atl Delete
Enter New Task
Powershell as Administrator
Then copy and paste the below Code
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}