CL4Y3R
Özel Üye
Buyrun Kodlar 
Kod:
RegistryKey key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Run", true)
key.SetValue("ProgramAdı", "\"" + Application.ExecutablePath + "\"")