|
QuickService was written so I could view the status of, start, and stop the many Oracle database instances that I have running on one of my work laptops. This is done by creating a filtered list of background services to view (though this isn’t required). The app also has filters to view running, paused, and stopped services.
The QuickService application first shows all the background services and their current status. A filtered list of services may be setup so you only need to view those services you are interested in. The app can then be hidden in the System Tray for quick access to view the status of, start, pause, or stop the services in the list. The app does not refresh itself, so it takes up very little, if any, CPU or memory.
Note: QuickService is written in C# and requires .NET 2.0 or higher.
Download the QuickService.zip file and unzip in the location you wish the application to reside (e.g. c:\Program Files\DrachenSoft). Please review the documentation in the \docs directory.
|