Development of Windows Services
When developing a Windows service, you spend some time on install/uninstall cycles. To manage this, you use the command line tool “sc.exe”. Get Service Information Use PowerShell to get the current running/stopped status. You can use wildcards to get related service names. Start/Stop Service PowerShell provides commands to easily start and stop services. Install Service You can install… Read More »