diff --git a/HandheldCompanion/Platforms/HWiNFO.cs b/HandheldCompanion/Platforms/HWiNFO.cs index bfc1806c9..e4c0b29bd 100644 --- a/HandheldCompanion/Platforms/HWiNFO.cs +++ b/HandheldCompanion/Platforms/HWiNFO.cs @@ -502,7 +502,6 @@ public override bool StartProcess() SetProperty("MinimalizeMainWnd", 1); SetProperty("MinimalizeSensors", 1); SetProperty("MinimalizeSensorsClose", 1); - SetProperty("SensorsSM", 1); // Shared Memory Support [12-HOUR LIMIT] SetProperty("ShowWelcomeAndProgress", 0); SetProperty("SensorsOnly", 1); SetProperty("AutoUpdateBetaDisable", 1); @@ -644,4 +643,4 @@ public class Sensor public delegate void GPUFrequencyChangedHandler(double value); #endregion -} \ No newline at end of file +}