To easiest way to make your programs run on Windows startup is to make an entry in the system registry.
To make you program run on all user profiles you have to change the RootKey variable to HKEY_LOCAL_MACHINE else don’t change it, HKEY_CURRENT_USER is set by default.
If you want your program to run only once [...]
How to Programmatically Make Your Programs Run on Windows Startup
No Comments »
Merlin’s Delphi Forge