I have got C# windows application exe and want to execute that silently at startup can anyone please tell me how to do that?
Thanks,
Mushq
Printable View
I have got C# windows application exe and want to execute that silently at startup can anyone please tell me how to do that?
Thanks,
Mushq
What is wrong with the startup directory?
or Registry item?
"HKLM\Software\Microsoft\Windows\CurrentVersion\Run" for that matter?
Just put a string in that registry location named the application, that contains the path of your exe.
I think you have missed one point i.e. want to execute that silently means no UI.
Then just hide the window.
I second that. :D