AppToService is a Windows Unicode console tool that lets you run regular applications and servers as Windows services. This permit you to have some of the benefits of a Windows service, such as the ability to run an tool even when no user is logged on the PC, the ability to run an tool under a specified user account, the ability to allow an tool to survive logoff/logon sequences, hence saving the overhead of restarting it for each new user, and so on. For instance, you can run a dialer tool as a service to automatically connect a PC to the Internet following unattended reboots.