Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satxm/aria2service
Aria2 Service for Windows.
https://github.com/satxm/aria2service
Last synced: about 2 months ago
JSON representation
Aria2 Service for Windows.
- Host: GitHub
- URL: https://github.com/satxm/aria2service
- Owner: Satxm
- Created: 2024-01-15T02:07:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T04:41:50.000Z (11 months ago)
- Last Synced: 2024-01-22T05:36:47.381Z (11 months ago)
- Language: C#
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aria2Service
Aria2 Service for Windows.# 使用
下载[Aria2](https://aria2.github.io/)并且和Aria2Service.exe放置到同一文件夹,运行```install-service.bat```将Aria2Service注册到系统;运行```uninstall-service.bat```将Aria2Service从系统服务中卸载。Aria2Service 以 ```Aria2Service.exe```所在文件夹为工作目录,故需要在同一文件夹下有 ```aria2c.exe``` ```aria2.conf```等 aria2 运行所需文件。
```install-service.bat``` ```uninstall-service.bat```需要以管理员身份运行,脚本会在脚本所在文件夹及脚本上级文件夹中寻找 ```Aria2Service.exe```。