An open API service indexing awesome lists of open source software.

https://github.com/litetex/swaps

Start a program/process without a auto-starting service
https://github.com/litetex/swaps

c-sharp launcher websocket windows-service

Last synced: about 1 year ago
JSON representation

Start a program/process without a auto-starting service

Awesome Lists containing this project

README

          

# SWAPS [![Build](https://img.shields.io/github/actions/workflow/status/litetex/SWAPS/release.yml?branch=master)](https://github.com/litetex/SWAPS/actions/workflows/release.yml?query=branch%3Amaster) [![Latest Version](https://img.shields.io/github/v/release/litetex/SWAPS)](https://github.com/litetex/SWAPS/releases) ![Platform: Windows](https://img.shields.io/badge/windows-supported-5936b0.svg?logo=windows)
Start a program/process without a auto-starting service

### Requirements
* Windows
* User must be an administrator

### What it does
* Set service(s) startup-type to manually
* Starts the service(s) before launching the subprocess(es)/program(s)
* Stops the service(s) after the subprocess(es)/program(s) has finished

### [:wrench: Configuration](docs/Configuration.md)

### Development [![Build Develop](https://img.shields.io/github/actions/workflow/status/litetex/SWAPS/checkBuild.yml?branch=dev&label=build%20develop)](https://github.com/litetex/SWAPS/actions/workflows/checkBuild.yml?query=branch%3Adev) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=litetex_SWAPS&metric=alert_status)](https://sonarcloud.io/dashboard?id=litetex_SWAPS)