F5F Stay Refreshed Software General Software Is there something comparable to the automatic shutdown alert?

Is there something comparable to the automatic shutdown alert?

Is there something comparable to the automatic shutdown alert?

G
ghostgamer8F
Junior Member
9
10-18-2023, 11:06 PM
#1
I'm pretty sure there isn't, but essentially I'm searching for something similar to the automatic shutdown alert. I'd like to be able to set off a notification without causing an automatic shutdown. The main reason I prefer this kind of alert is that it appears above everything and prevents you from doing anything until you click to dismiss it. I have ADHD and find it hard not to get distracted by notifications and pop-ups, so this approach seems the only one that actually works for me. I'm not sure how to make it different from the automatic shutdown. Sorry if the wording is unclear or if this isn't the right place!
G
ghostgamer8F
10-18-2023, 11:06 PM #1

I'm pretty sure there isn't, but essentially I'm searching for something similar to the automatic shutdown alert. I'd like to be able to set off a notification without causing an automatic shutdown. The main reason I prefer this kind of alert is that it appears above everything and prevents you from doing anything until you click to dismiss it. I have ADHD and find it hard not to get distracted by notifications and pop-ups, so this approach seems the only one that actually works for me. I'm not sure how to make it different from the automatic shutdown. Sorry if the wording is unclear or if this isn't the right place!

S
SIGNORET
Member
160
11-02-2023, 04:53 PM
#2
I'm not entirely certain about your needs (please be open).
Windows features Task Scheduler that enables the system to react to events.
If Event A happens, it acts as a trigger and Task Scheduler will carry out a specific action.
What exactly is "Event A" (a notification type?) and what should be done in response?
Enter "Notifications & Actions" in the search bar. You might find options to manage or adjust required notifications there.
S
SIGNORET
11-02-2023, 04:53 PM #2

I'm not entirely certain about your needs (please be open).
Windows features Task Scheduler that enables the system to react to events.
If Event A happens, it acts as a trigger and Task Scheduler will carry out a specific action.
What exactly is "Event A" (a notification type?) and what should be done in response?
Enter "Notifications & Actions" in the search bar. You might find options to manage or adjust required notifications there.

F
filcio1234
Member
211
11-04-2023, 04:04 PM
#3
I’m mainly using it as a prompt to wrap up my tasks and get ready to log off. I realized this alert is most effective when paired with a task scheduler for an automatic shutdown, which helps me stop procrastinating. However, since my brain needs more advanced warnings and some extra reminders, I’m looking for options like a 30-minute, 15-minute, or 5-minute heads-up. The scheduler only triggers a shutdown a few times, so I can’t attach similar repeated alerts. I also struggled with deciding whether to stay up longer or turn off the shutdown, but now I want a notification that doesn’t start with the shutdown process itself. Other notifications tend to get ignored, whereas these specific ones force me to pause and focus, showing up right in the middle of my screen. I’m still searching for something that works better than the current setup. Most other alerts end up just being shown in the notification panel or a small side pop-up.
F
filcio1234
11-04-2023, 04:04 PM #3

I’m mainly using it as a prompt to wrap up my tasks and get ready to log off. I realized this alert is most effective when paired with a task scheduler for an automatic shutdown, which helps me stop procrastinating. However, since my brain needs more advanced warnings and some extra reminders, I’m looking for options like a 30-minute, 15-minute, or 5-minute heads-up. The scheduler only triggers a shutdown a few times, so I can’t attach similar repeated alerts. I also struggled with deciding whether to stay up longer or turn off the shutdown, but now I want a notification that doesn’t start with the shutdown process itself. Other notifications tend to get ignored, whereas these specific ones force me to pause and focus, showing up right in the middle of my screen. I’m still searching for something that works better than the current setup. Most other alerts end up just being shown in the notification panel or a small side pop-up.

V
VitoSEXY
Posting Freak
797
11-04-2023, 08:53 PM
#4
I reviewed the batch file; if you interpreted the PM correctly and changed parameters, the file might not be useful. I have a few questions about it but will skip them now.
I might need to share an unedited copy of the batch file together with the other details you gave. There could be more ideas here as people comment, and someone might point out any mistakes or oversights on my part.
Since you're dealing with DOS/Batch files, I suggest using PowerShell instead—it's much stronger and allows single-line commands or scripts.
For instance, I searched for "how to create a timed message in PowerShell":
Here are some useful links:
https://stackoverflow.com/questions...ge...powershell
https://www.ipswitch.com/blog/creating-a...ll-scripts
And more about Task Scheduler:
https://learn.microsoft.com/en-us/powers...-scheduler
The idea is to run a job that shows messages at the right times, and you only need to set the initial timing. You can easily adjust the intervals later.
I think starting simple and then expanding is a good approach.
Write a one-hour notice script, then just change the time intervals as needed—like 30 minutes, 15 minutes, etc.
Be open to making some early compromises on things like screen position or colors; those can be fixed later.
V
VitoSEXY
11-04-2023, 08:53 PM #4

I reviewed the batch file; if you interpreted the PM correctly and changed parameters, the file might not be useful. I have a few questions about it but will skip them now.
I might need to share an unedited copy of the batch file together with the other details you gave. There could be more ideas here as people comment, and someone might point out any mistakes or oversights on my part.
Since you're dealing with DOS/Batch files, I suggest using PowerShell instead—it's much stronger and allows single-line commands or scripts.
For instance, I searched for "how to create a timed message in PowerShell":
Here are some useful links:
https://stackoverflow.com/questions...ge...powershell
https://www.ipswitch.com/blog/creating-a...ll-scripts
And more about Task Scheduler:
https://learn.microsoft.com/en-us/powers...-scheduler
The idea is to run a job that shows messages at the right times, and you only need to set the initial timing. You can easily adjust the intervals later.
I think starting simple and then expanding is a good approach.
Write a one-hour notice script, then just change the time intervals as needed—like 30 minutes, 15 minutes, etc.
Be open to making some early compromises on things like screen position or colors; those can be fixed later.