How to Programmatically Make Your Programs Run on Windows Startup

Posted December 15th @ 7:32 am by m3Rlin

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 [...]