Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
I have a windows application program written with vb.net
I want to keep running this program's exe after windows logoff
how can I do this?
Posted

1 solution

An application cannot run unless a user is logged in. As long as the application doesn't require a user interface, you can refactor it as a Windows Service which doesn't need a user to be logged in.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900