How to remove dead items from the Startup tab in Task Manager?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Track title: CC G Dvoks String Quartet No 12 Ame 2
--
Chapters
00:00 How To Remove Dead Items From The Startup Tab In Task Manager?
00:23 Accepted Answer Score 20
00:46 Answer 2 Score 8
01:54 Answer 3 Score 5
02:10 Answer 4 Score 2
02:32 Answer 5 Score 0
02:54 Thank you
--
Full question
https://superuser.com/questions/548832/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows8 #taskmanager
#avk47
ACCEPTED ANSWER
Score 20
Based on an answer that got deleted, I wound up installing Autoruns and removed the items from within the program.
Alternatively, I could have deleted them from the HKCU\Software\Microsoft\Windows\CurrentVersion\Run
branch using RegEdit.
ANSWER 2
Score 8
- Startup programs for current user:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
- Startup programs for currently logged on users (also applicable to current user):
HKEY_USERS\S-1-5-21-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXXX-XXXX\Software\Microsoft\Windows\CurrentVersion\Run
Where S-1-5-21-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXXX-XXXX
is the SID of the logged on user.
- Startup programs ran by System account (for all users):
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
- 32-bit Startup programs on 64-bit system ran by System account (for all users):
HKEY_LOCAL_MACHINE\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Run
ANSWER 3
Score 5
http://www.filehippo.com/download_ccleaner/
You can remove the entries using Ccleaner by going to Tools->StartUp-> then you can ENABLE/DISABLE/DELETE any entry
ANSWER 4
Score 0
Cleaning the registry here did worked for me : HKCU\Software\Microsoft\Windows\CurrentVersion\Run
Though not every dead program moved from the tab, then I tried Ccleaner "Tools->StartUp-> then you can ENABLE/DISABLE/DELETE any entry" and it did worked perfectly.