Tool to automatically Shutdown the computer if downloads are finished or no mouse movement detected

Ahoi - Don't fork
This is my personal server. I try to maintain it and keep it running, but I cannot guarantee it.
So if you want to fork - especially if the idea is to have a backup - do not use the "Fork" button here.
Instead use

git clone --mirror
and push it to your preferred service like Codeberg

Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-31 13:41:16 +02:00
.gitea ci: add FUNDING.yml for sponsor links 2026-03-31 13:41:16 +02:00
.github/workflows Create dotnet-desktop.yml 2023-07-15 23:50:34 +02:00
AutoShutDownBackend Change format on mouse status 2023-07-15 23:46:12 +02:00
AutoShutDownConsole Code optimizations 2023-07-15 17:20:15 +02:00
AutoShutDownUI Update README.md 2023-07-16 00:03:35 +02:00
docs screenshots 2023-07-15 23:57:31 +02:00
Properties reorg; Init UI 2023-07-14 18:23:10 +02:00
.gitignore initial commit 2022-06-07 16:17:16 +02:00
AutoShutDown.sln ProcessSelector 2023-07-14 21:20:28 +02:00
README.md Update README.md 2023-07-15 23:44:48 +02:00

AutoShutDown

This is a small tool to automatically shutdown the computer if downloads are finished and/or no mouse movement detected

Using the UI

Using the UI is the most comfortable way and works best when using the Windows Task Scheduler. The documentation can be found here: https://github.com/Guacam-Ole/AutoShutDown/tree/master/AutoShutDownUI

Using the Console

You can use the console application instead by just adding the wanted startup-parameters. Documentation for using the console can be found at https://github.com/Guacam-Ole/AutoShutDown/tree/master/AutoShutDownConsole