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
- Host: GitHub
- URL: https://github.com/litetex/swaps
- Owner: litetex
- License: mit
- Created: 2020-01-29T19:44:20.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-28T17:00:30.000Z (almost 2 years ago)
- Last Synced: 2024-08-28T18:41:06.463Z (almost 2 years ago)
- Topics: c-sharp, launcher, websocket, windows-service
- Language: C#
- Homepage:
- Size: 461 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SWAPS [](https://github.com/litetex/SWAPS/actions/workflows/release.yml?query=branch%3Amaster) [](https://github.com/litetex/SWAPS/releases) 
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 [](https://github.com/litetex/SWAPS/actions/workflows/checkBuild.yml?query=branch%3Adev) [](https://sonarcloud.io/dashboard?id=litetex_SWAPS)