A service is a special type of application (or program) that generally runs in the background on a computer.
A Windows Service is a service that runs under the Microsoft Windows Operating System.
Windows Services are typically controlled using the special Services Console that can be run by typing "services.msc" on the Run Dialog box.
The Console allows you to start or stop any service as well as set whether or not it should start running as soon as the computer starts.
See also