M
Marcus
I have this application I have made that I launch when the user logs
into Windows XP.
I would like to delay the launch of the application so that it starts 1
minute after the user has logged in.
I previously did this with a sleep at the first row of the source code,
but this makes the process visible in the task manager's processes tab
during the sleep (before the "real application" is actually running),
and I dont want that.
Can I somehow schedule the start of the application, either via a
command line tool or from code (c#) or in some other way?
into Windows XP.
I would like to delay the launch of the application so that it starts 1
minute after the user has logged in.
I previously did this with a sleep at the first row of the source code,
but this makes the process visible in the task manager's processes tab
during the sleep (before the "real application" is actually running),
and I dont want that.
Can I somehow schedule the start of the application, either via a
command line tool or from code (c#) or in some other way?