📎 AI Summary:
The user is seeking help with missing recent files and actions in the Windows Start menu. Several suggestions are provided, including rebuilding the Windows Search index, resetting Windows Search, checking system files, and resetting the Start menu application via PowerShell. Despite trying these solutions, the issue persists, and the user remains seeking a resolution.

Arbs

New Member
Member details
Joined
Feb 2, 2023
Messages
3
Thread Author #1
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:
An image from 'Start menu sub-items missing'. Windows search results showing 'Command Prompt' as the best match for 'cmd' query.

Any help will be appreciated.
 

Last edited by a moderator:
Solution
From a powershell prompt try the following command to reset the start menu application
Code:
Get-AppxPackage -Name *startmenu* | Reset-AppxPackage

Mike

Windows Forum Admin
Staff member
Premium Supporter
Member details
Joined
Jul 22, 2005
Messages
9,268
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
Member details
Joined
Feb 2, 2023
Messages
3
Thread Author #3
Thanks for the suggestions, Mike, but unfortunately they did not help solve the problem.
 

Neemobeer

Windows Forum Team
Staff member
Member details
Joined
Jul 4, 2015
Messages
8,995
From a powershell prompt try the following command to reset the start menu application
Code:
Get-AppxPackage -Name *startmenu* | Reset-AppxPackage
 
Solution

Arbs

New Member
Member details
Joined
Feb 2, 2023
Messages
3
Thread Author #5
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.