continue to run application after logging off

  • Thread starter Thread starter medhanush
  • Start date Start date
M

medhanush

Hi,

Can somebody please tell me how to keep application running even though
user logs out ?
scenario is, user logs in, starts an exe and logs out, exe need to run
for couple of hours.
One solution is to use service instead of exe. Any other ideas ...?
and also user logs-in using Remote Desktop

appreciate your help.

Thanks
MeDhanush
 
AFAIK, the windows service approach is the only way to run an application
outside the scope of a user session...
 
Hi,

Can somebody please tell me how to keep application running even
though user logs out ?
scenario is, user logs in, starts an exe and logs out, exe need to run
for couple of hours.
One solution is to use service instead of exe. Any other ideas ...?
and also user logs-in using Remote Desktop

appreciate your help.

Thanks
MeDhanush

If you use Remote Desktop, then you can disconnect instead of log out.
The applications keep running then.

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top