Hi all, I want to make a program that starts on windows startup.
I ' ve searched a little and found a good way to do this is to write in registry at
HKLM\Software\Microsoft\Windows\CurrentVersion\Run
a key which name is your program name and has a value of your program's path.

Do you know any function to access the registry?