Jevil7452
Regular Member
Posts: 434
OS: Windows 7 Enterprise (6.1.7601)
Theme: Windows Aero by Microsoft Corporation
CPU: Intel Core i7-3770k
RAM: 32GB (4x8GB DDR3)
GPU: NVIDIA GeForce GTX 980 Ti + Intel(R) HD Graphics 4000
Computer Make/Model: OEM0
|
Post by Jevil7452 on May 3, 2023 7:57:52 GMT -8
Hello. Recently, I've decided to let my system reach battery critical, to see if there would be an event log about it. And there was. So, it's possible to attach a task to the log which would display a notification. Though, I'm not sure if it also logs if I set the battery critical action to "Do nothing", as I've had it set to Hibernate. But even then, it would still be useful, as if you're away from the PC and it hibernates, when you go to plug it in, you would have a message stating that the PC was in critical battery mode. If you want to set this up, the settings for the event trigger in Task Scheduler are as follows: Log: System Source: Kernel-Power Event ID: 524
|
|
|
Post by ihatemetro on May 3, 2023 15:21:30 GMT -8
I created the balloon notification for low battery (AutoHotKey V2 for main dialog and V1.1 for battery level detection). batterylow.exe and batterybackend.exe must be placed in the same directory with each other or it won't work. I don't know what the event log for low battery is though as opposed to critical battery (which I can't create due to the limitations of AutoHotKey GUI). Note that this is a manually-triggered dialog and not a script which will detect whether or not battery falls under a certain range currently (as I believe that can be changed, not sure where the registry location is, though if someone can tell be then I could PROBABLY make it).
|
|
|
Post by nikita28347 on Jul 22, 2024 8:50:27 GMT -8
I created the balloon notification for low battery (AutoHotKey V2 for main dialog and V1.1 for battery level detection). batterylow.exe and batterybackend.exe must be placed in the same directory with each other or it won't work. I don't know what the event log for low battery is though as opposed to critical battery (which I can't create due to the limitations of AutoHotKey GUI). Note that this is a manually-triggered dialog and not a script which will detect whether or not battery falls under a certain range currently (as I believe that can be changed, not sure where the registry location is, though if someone can tell be then I could PROBABLY make it).
why does this error show up in batterybackend? Attachments:
|
|