Program to start when windows starts
C#
4
Posts
4
Posters
0
Views
1
Watching
-
Pls i have a win app, i wan to make it start running as windows starts. how do i do it. thanks
-
Pls i have a win app, i wan to make it start running as windows starts. how do i do it. thanks
-
Pls i have a win app, i wan to make it start running as windows starts. how do i do it. thanks
-
Pls i have a win app, i wan to make it start running as windows starts. how do i do it. thanks
Make it a Windows Service (though it would then have no UI). Run it as a Windows Scheduled Task.