Question: I need to run an application when the server boots or even if no one is logged in. I tried putting it the scheduled task and right clicked and ran it (so I don't have to reboot the computer to see it work), but when I log off, it closes the program. So it looks like I will close it if I ever log off. I'm thinking that I should run this program as a Windows service, so anybody logging off and on won't effect it. Can someone help me in this? It's just a shortcut that's on my desktop. Thanks in advance.