Subsystem.DisableSpeedStep Property

This property specifies whether the Subsystem should disable SpeedStep power optimization. If this property is true, the Subsystem disables SpeedStep power optimization, otherwise it does not disable it. When this property is set to true, SpeedStep is only disabled when the RTX64 Subsystem is running.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool DisableSpeedStep { get; set; }

Property Value

Type: Boolean

Implements

IConfigSubsystemDisableSpeedStep
See Also