<!-- Begin Excerpt //-->
Without an Interface
Executable
Command-line application - for details, see Console Application Template
Windows service (formerly known as an "NT service") - a long-running Windows executable - for details, see Windows Service Applications
<!-- End Excerpt //-->
It is also possible and sometimes desired to create a Windows Application without an interface. I have run into security issues that appear with I use a console application versus a windows application without an interface. If someone can post more about the security model here I would appreciate it, or I will post it when I figure out the issues.