When you open Task Manager and click on the Startup tab, it may show up empty. You may see a message that reads “There are no startup items to display”.
This issue may happen even though you have many startup entries in the Run registry keys.
Cause
The Task Manager Startup tab may show the message “There are no startup items to display” if the Startup
folder or the Common Startup
folder has been deleted from your computer. This may be the minor side-effect of deleting empty folders en masse using a third-party program or script.
When you run the “shell:startup
” or “shell:common startup
” shell command to launch the startup folder, the following error(s) appear:
Windows cannot find 'shell:startup'. Make sure you typed the name correctly, and then try again.
Windows cannot find 'shell:common startup'. Make sure you typed the name correctly, and then try again.
Resolution
To resolve the issue, recreate the Startup folders manually.
Open the following folder in File Explorer:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs
Create a subfolder named “Startup
” (if it doesn’t already exist)
Repeat the same in the following location:
C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
Using Command Prompt
Alternately, you can accomplish this easily using Command Prompt.
Open an admin Command Prompt window and run these two commands:
md "%ProgramData%\Microsoft\Windows\Start Menu\Programs\Startup" md "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup"
(Ignore the message “already exists” if it appears for one of the above commands.)
That’s it. Task Manager should now list your startup entries correctly.
Still doesn’t work?
If that doesn’t help, you’ll need to fix the Startup folder path in the User Shell Folders
registry key. For detailed information, check out the section “The Startup shell folder location is incorrect” in the article [Fix] Programs in the Startup Folder not Starting.
One small request: If you liked this post, please share this?
One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:- Pin it!
- Share it to your favorite blog + Facebook, Reddit
- Tweet it!
thank you good sir your article is straight into the point and fixed my problem in one try
still no luck, followed also the [Fix] Programs in the Startup Folder not Starting, no success
the folders are there, the registry is pointing properly, but task manager still shows nothing
🙁
@arold: Can you export your registry entries and post them here?
Thanks mate! Worked like a charm.
Thank you, sir. went through your process and seen one of the folders was missing.
Good article and straight to the point
cheers lad