-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: shutdown at a fixed schedule #8
Comments
Interesting idea. You could maybe already do this by using command line arguments to initiate a shutdown. You need to use the Installer in the GitHub Releases or download the executable with dependencies manually because just executing the exe won't work with the Microsoft Store version. If it doesn't work I can just implement it into the App directly. |
I'll close this as not planned, as you could work around it by using the Windows Task Scheduler in conjunction with CLI arguments for Shutdown Timer Classic. Routines or schedules are out of scope for this app, as they would require deeper integration into Windows and a more complex installation and code base, which is not really the goal I had for this app - hence the classic name. Though there have been plans in the past to actually make a non-classic version, something modern and more capable, which could benefit from this. No promises tho. |
I am thinking of boiling this down to a button which allows you to install a schedule into the Windows Task Scheduler using CLI launch arguments for Shutdown Timer Classic, but this would still be managed externally by Windows and might result in problems if the app is uninstalled or the CLI changes. |
Reopening this as the above-mentioned integration into Windows Task Scheduler |
For those of us for whom Windows Task Scheduler simple "shutdown /s" only works half of the time, provide the possibility to define a shutdown time not in terms of a timespan but of a fixed schedule.
Bonus: ShutDownTimerClassic launches automatically on windows startup and automatically creates a shutdown time according to latest specified schedule.
The text was updated successfully, but these errors were encountered: