So,
i have builed a winforms that just open a new program.
The code that is in the winform is this:(if anyone needs)
Process a;
Process a = Process.Start("notepad.exe");
BUT.
i need to know how can i say to the program to start with Windows Start up. Like skype do, or any other program.
So.
- I builed a winforms app.
 - I did a start process.
 - now i need help with doing that the program will strat with windows.
 
The only important thing, is that the program will allow me to chose i want her to start with windows or not. so, if anyone give me functions, please, give me on\off functions. THANKS ALLOT!