Windows 11 Start menu sub-items missing

Arbs

New Member
Joined
Feb 2, 2023
Usually, for each program in the Start menu there was a list of recent files or frequent actions related to the program. Now this list is missing on my machine, no matter which program I have highlighted:
1675364108429.png

Any help will be appreciated.
 

Mike

Windows Forum Admin
Staff member
Premium Supporter
Joined
Jul 22, 2005
Location
New York, NY, United States
Rebuild the Windows Search index: Go to Control Panel > Indexing Options, then click on the "Advanced" button and select the "Rebuild" option.

Reset Windows Search: You can reset Windows Search by running the following command in an elevated Command Prompt: "net stop "Windows Search" & net start "Windows Search"".

Check System Files: Run the System File Checker tool to check for and repair any corrupt system files. You can run this tool by opening an elevated Command Prompt and typing "sfc /scannow".
 

Arbs

New Member
Joined
Feb 2, 2023
Thanks for the suggestions, Mike, but unfortunately they did not help solve the problem.
 

Neemobeer

Cloud Security Engineer
Staff member
Joined
Jul 4, 2015
Location
Colorado
From a powershell prompt try the following command to reset the start menu application
Code:
Get-AppxPackage -Name *startmenu* | Reset-AppxPackage
 

Arbs

New Member
Joined
Feb 2, 2023
Thanks for your reply, Neemobeer. I ran the command, then for a while the cursor was spinning while the Start menu was open after I typed some letters like in the screenshot I sent. That made me hope that some index-rebuilding operation was underway, but unfortunately after the cursor stopped spinning (+/- 5 minutes), the situation is unchanged.
 
Top Bottom