I am well aware that when I want to make a programme run on startup under Windows, I am supposed to add a shortcut to the following folder:
C:\Users\[username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
However, there is also the Startup tab in the Task Manager, where one can enable/disable specific applications running on startup. I like this better because it gives me a single, logical location to control this.
Unfortunately, I am unable to find any way of adding/removing programmes manually. When an app asks me whether I want to run it from startup and I confirm, I presume it changes something in the registries and the app appears in the list within the Task Manager.
Is there a way for me to modify the Startup list within the Task Manager directly, or do I need to go through the registries? Or do I really need to manage this using that silly folder?