Is there anyway to start a windows application whenever windows is started ( i.e., when the OS loads but before I log in)?
Answer
You have to run it as a Windows Service. The easiest way to do this is to install it via SrvAny (it's in the resource kit). Microsoft KB Article KB137890 explains how to do it.
Another option, though not free, is to use a third-party tool like FireDaemon to handle creating and monitoring the service.
No comments:
Post a Comment