I have been quite comfortable with windows-services, I have been practicing since from last two weeks. Would you please explain me some of the basic applications of Windows service, so that I can take it as homework and practice. (it need not be too basic)
I have already designed and implemented a project/service which is meant for closing all the browsers, when I open a program(or process) saying “Gtalk”.
I am interested and very eager to learn more things about Windows services.
Regards.
The word ‘service’ (Windows or othwerwise) implies that it is something that runs without a User Interface and possibly without any user interaction; it is constantly ‘running’ waiting to service commands sent to it.
Ref.