Skip to content
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

Open
TD-Solutions opened this issue Apr 11, 2021 · 4 comments
Open

Feature request: shutdown at a fixed schedule #8

TD-Solutions opened this issue Apr 11, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on
Milestone

Comments

@TD-Solutions
Copy link

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.

@lukaslangrock
Copy link
Owner

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.
I am currently not on Windows, so I can't test it, but you should be able to launch the app with arguments using the Windows Task Scheduler too.
Give it a try using the instructions in the readme and set it up in the Task Scheduler once you are happy with it. Just be careful not to lock yourself out of your PC on accident :)

If it doesn't work I can just implement it into the App directly.

@lukaslangrock lukaslangrock added the enhancement New feature or request label Apr 12, 2021
@lukaslangrock lukaslangrock mentioned this issue Jun 15, 2022
@lukaslangrock lukaslangrock added the wontfix This will not be worked on label Oct 28, 2024
@lukaslangrock
Copy link
Owner

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.

@lukaslangrock lukaslangrock closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2024
@lukaslangrock
Copy link
Owner

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.

@lukaslangrock lukaslangrock added this to the v1.3.1 milestone Nov 1, 2024
@lukaslangrock
Copy link
Owner

Reopening this as the above-mentioned integration into Windows Task Scheduler

@lukaslangrock lukaslangrock reopened this Nov 1, 2024
@lukaslangrock lukaslangrock self-assigned this Nov 1, 2024
@lukaslangrock lukaslangrock modified the milestones: v1.3.1, v1.3.2 Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants