Wikipedia: On Microsoft Windows operating systems, a Windows service is a long-running executable that performs specific functions and which is designed not to require user intervention. Windows services can be configured to start when the operating system is booted and run in the background as long as Windows is running, or they can be started manually when required.
but I can create a application that run in the background as long as Windows is running also without a Windows Service ( I can set the Run key in the registry for example ).
So my question is:
What can I do with a Windows Service that with a normal application I can't do ?