I would like to execute a procedure that should be fired only upon windows system startup, and startup here does not mean program startup. Is there anything that I can do to trigger my procedure. If possible, i would like to avoid messing with the registry. I am using delphi 2010.
Share
There are many options, but all will involve settings that require admin rights. These options include:
HKLM\Software\Microsoft\Windows\CurrentVersion\Run. This will execute when an interactive user logs on.At startup.