There are several options:
- You can put the link in the launch folder
- If you want it to run only for the current user, you can put an entry in the registry on
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run - If you want it to run for all users, you can put a registry entry on
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
source
share