Forum Discussion
Bakulaa
Mar 26, 2026Occasional Reader
Start menu search problem
So I use Windows 11, and for a long time I have had a problem with the Start menu search. When I click on the search bar or type anything in it, nothing shows up except for the blank menu.
KapilArya
Mar 26, 2026MVP
Try this command once in admin Windows PowerShell:
Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")}