ArcadeRenegade / SidebarDiagnostics

A simple sidebar for Windows desktop that displays hardware diagnostic information.
GNU General Public License v3.0
2.3k stars 201 forks source link

App Constantly "Installs a service" Causing Machine to Not Sleep or Constantly Wake from Sleep #424

Open znbaboy opened 1 year ago

znbaboy commented 1 year ago

1. Is this a feature request? No

2. Your Operating System Windows 11 Enterprise N v25314 3. App Version 3.6.3

4. Any Relevant Settings No

5. Steps to Reproduce

  1. Put computer to sleep
  2. Eventually gets woken by app constantly installing a service:

image image

znbaboy commented 1 year ago

UPDATE: this seems to only occur with the standalone version

znbaboy commented 1 year ago

UPDATE: this has started happening again on the installed version as well.

CaspianRoach commented 1 year ago

Out of 37k windows events for the past 4 months, 5 thousand of them are SidebarDiagnostics constantly installing a service for itself. Surely it doesn't need to do it that often? Windows keeps randomly waking up, which wakes me up, and this is the only event log that it makes. Sometimes it even wakes up IMMEDIATELY after I tell it to go to sleep again from waking up.

image

Side note: to filter windows event log to see only sidebardiagnostics events, you can use this filter:

<QueryList>
  <Query Id="0" Path="System">
    <Select Path="System">*[System[(EventID=7045)] and EventData[Data and (Data="R0SidebarDiagnostics")]]</Select>
  </Query>
</QueryList>
ArcadeRenegade commented 1 year ago

LibreHardwareMonitor does this, likely to get kernel access. It's done in their library and out of my control.