I want to run an application at startup. I understand there a few options. I'm most interested in the options below:
- The registry approach: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
- Copying a shortcut to the startup folder: C:\Users\@username@\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Is there any difference between the two options?