Hello there,
based upon the information provided:
Check the Start menu settings
Ensure that the option to show recently opened items in the Start menu is enabled. To do this, right-click on the Start button, select "Settings," go to "Personalization," and click on "Start." Make sure the "Show recently opened items in Jump Lists on Start or the taskbar" option is toggled on.
Reset the Start menu layout:
Windows 10 allows you to reset the Start menu layout, which can help if there are any configuration issues causing the disappearance of shortcuts. Right-click on the Start button, select "Windows PowerShell (Admin)" or "Command Prompt (Admin)" to open an elevated PowerShell or Command Prompt window. Then, enter the following command and press Enter:
powershell
Copy code
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Once the command completes, restart your computer and check if the shortcuts reappear.
Create a new user profile:
If the issue persists, creating a new user profile can help determine if the problem is specific to your current user account. Create a new user account and check if the shortcuts appear properly in the Start bar for the new user.
if the issue persists please take a reset to the pc
And see if it helps,
Thank you
--If the reply is helpful, please Upvote and Accept as answer--