- Back to Home »
- Windows Applications »
- Understanding Windows Services
Posted by :
Sudhir Chekuri
Thursday, 10 March 2016
Windows services are the applications with no GUI. They run in the background of windows operating system.
In Start menu - all programs search for Services to view all the installed services in the system. You can start or stop the services here.
They are used to execute a particular scheduled task continuously at regular intervals of time without user intervention.
Real time example: sending a newsletter everyday afternoon or send an email alert to the customer for every one hour.
In Start menu - all programs search for Services to view all the installed services in the system. You can start or stop the services here.
They are used to execute a particular scheduled task continuously at regular intervals of time without user intervention.
Real time example: sending a newsletter everyday afternoon or send an email alert to the customer for every one hour.