Reputation: 321
My start menu hangs if I search for anything with more than three letters. I looked for solutions online and the suggestions I got were:
sfc /scannow
to check if there are any corrupt files(The process returned no errors)I have the latest updated version of Win 10. I didn't have this problem when I first updated it to the Creator's Update version. This problem has been occurring only recently.
Is there any method which might help fix this hanging problem or is there something really silly that I am missing?
Upvotes: -1
Views: 783
Reputation: 1
Try running the following command from and Admin Powershell Prompt...
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Upvotes: -2