diff --git a/analog_system_monitor_dotnet/Telemetry.cs b/analog_system_monitor_dotnet/Telemetry.cs index 8051c62..077f464 100644 --- a/analog_system_monitor_dotnet/Telemetry.cs +++ b/analog_system_monitor_dotnet/Telemetry.cs @@ -34,6 +34,13 @@ public class Telemetry : IDisposable computer.IsCpuEnabled = true; computer.IsGpuEnabled = true; computer.IsMemoryEnabled = true; + // Disable everything else (true minimal mode) + computer.IsMotherboardEnabled = false; + computer.IsControllerEnabled = false; + computer.IsNetworkEnabled = false; + computer.IsStorageEnabled = false; + computer.IsBatteryEnabled = false; + computer.Open(); CacheHardwareAndSensors();