Skip to content
Todd Hill edited this page Nov 11, 2020 · 2 revisions

Note: This is the development section of the project. If you just want to use the Corionis Service Manager go to the user site at https://corionis.github.io/CorionisServiceManager.NET/.

Technically, the Corionis Service Manager is a Windows tray application for monitoring and managing selected Windows services. The user may select any number of the Windows services available on their computer. Various operations may be performed such as start and stop. The monitored list changes color and a notification is displayed when a service's state changes.

Tools

The program is written in Microsoft C# and .NET, currently version 4.7.2, using Windows Forms.

Project files for Visual Studio 2019 Community edition and JetBrains Rider are both part of the project. VS was needed to edit Windows Forms datasources.

The installer is built using the Pro version of Actual Installer. The Pro version was needed to be able to create and manage the Windows Task Scheduler task for starting CSM and bypassing the UAC and to handle the "Start at login" option.

Clone this wiki locally