How to set a program so start at startup
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I don't know how to set a program to start at startup. Help.
Vasildb
-
I don't know how to set a program to start at startup. Help.
Vasildb
You could make a hotlink for your application and put it in the windows startup folder for instance. -Larantz-
for those about to code, we salute you
http://www.tellus-software.com -
I don't know how to set a program to start at startup. Help.
Vasildb
Another solution is to insert a registry entry at: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run You can also create a windows service if you want the process to start without an interactive user.