A service opens before you even get to the login screen, whereas a standard exe cannot open until after you have logged on.
Answer
Windows Service applications are long-running applications that are ideal for use in server environments. The applications do not have a user interface or produce any visual output. Any user messages are typically written to the Windows Event Log. Services can be automatically started when the computer is booted. They do not require a logged in user in order to execute and can run under the context of any user including the system. Windows Services are controlled through the Service Control Manager where they can be stopped, paused, and started as needed
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment