SystemCoolingPolicy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the policy that determines how system cools down the processor.
public enum SystemCoolingPolicy
type SystemCoolingPolicy =
Public Enum SystemCoolingPolicy
- Inheritance
-
SystemCoolingPolicy
Fields
Name | Value | Description |
---|---|---|
Active | 0 | The system increases the fan speed. If the temperature is still too high, it will slow down the processor. |
Passive | 1 | The system slows down the processor. If the temperature is still too high, it will increase the fan speed. |