jobeid/TrayPwrD3

Please add ac mode detection

makedir opened this issue · 5 comments

If power cable connected use tool, if not, not. Please give option for this.

I'd like this as well. A way to disable the tray icon would be nice, although I'll probably implement that myself in my own version.

Thank you for tyhis great tool! I am having the same problem, mouse freezes continuosly (launching firefox, chrome, with a lot of applications). I have installed all the windows updates and also tested different drivers versiones of nvidia and intel, but always the same problem.

I have a GE73 Raider 8RE computer, 8th gen i7 and GTX 1060.

With this tool computer is working correctly, but i have a question.

Is it recommended to be using all the time the powerfull GPU (in my case gtx 1060). Is that a good option to use everyday for work (9 -10 hours) using the GPU? or could shorten the life of the GPU doing that?

Looking forward to your reply.

Thank you.

As a workaround you can add task, which run TrayPwrD3 on AC connection event. There are options to automatically shut down task if AC disconnected.
Below is custom event filter.

<QueryList>
  <Query Id="0" Path="System">
    <Select Path="System">*[EventData[Data[@Name='AcOnline']='true']]</Select>
  </Query>
</QueryList>

Thank you!

As a workaround you can add task, which run TrayPwrD3 on AC connection event. There are options to automatically shut down task if AC disconnected. Below is custom event filter.

<QueryList>
  <Query Id="0" Path="System">
    <Select Path="System">*[EventData[Data[@Name='AcOnline']='true']]</Select>
  </Query>
</QueryList>

Am a noob and would like to automate running the app on ac connect and kill it on disconnect, how do I do that?