Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This article describes how to change the default InSpec Classic behavior regarding the Windows power mode change.

This procedure is only required if your PC experiences any heat related issues while InSpec Classic is open.

Otherwise, this change will not provide any benefits.

Note

The CPU Utilization displayed in the Windows Task Manager's Performance tab isn't a direct measure of processing load. Instead, it represents the current CPU speed as a percentage of the maximum possible speed. For example, manually enabling "Best Performance" mode will show 100% CPU utilization, regardless of the actual processing demand.

This means that InSpec Classic does not “block” the entire processing load of the CPU when the “Best Performance” mode is enabled.

...

By default, InSpec Classic forces adjusts the Windows Power Mode to “Best Performance” which causes the CPU frequency to be at the maximum on most computers.

This is intended to allow maximum allows for improved InSpec Classic performance and avoid the avoids potential loss of measurement data due to reduced clock frequencyCPU power-saving modes.

If the computer is experiencing issues that might be related to this behavior, like excessive heat, the following INI switch can be testedused, to disable the change of the power performance settings when InSpec Classic is started.

Note

Please note that disabling this feature could lead to performance-related issues and applying this switch needs to be evaluated on a PC-by-PC basis.

By default, if “Disable CPU Idle” is not mentioned in the machine.ini, this feature is active (Disable CPU Idl=1), which causes the Windows power mode to be changed on InSpec Classic launch.

To deactivate the feature and prevent InSpec Classic from changing the Windows power mode, add the following switch to the machine.ini file:

Code Block
Disable CPU Idle=0

Restart the PC after changing this setting.