-
Notifications
You must be signed in to change notification settings - Fork 2
Description
So I thought I'd offer you a suggestion, you may find this useful. I unplugged my laptop and then sifted though the Event Viewer until I found a related event. Windows triggers an event record whenever the AC adapter is plugged in or unplugged. This can be used to fire your task again rather than only doing it when somebody logs in.
Simply add another Trigger.
Begin the task: On an event
Basic
Log: System
Source: Kernel-Power
Event ID: 105
Click Okay
Change to Conditions Tab - In the "Power" section
Enable checkbox: Start the task only if the computer is on AC power.
Enable checkbox: Stop if the computer switches to battery power.
These might help too
Settings Tab -
Enable checkbox: If the task fails, restart every 1min
Attempt to restart up to: 3 times
I decided to play around with it because once and a while, I was finding that my battery would start charging past 60. Anyway, thanks again for the useful program!