Override performance counter CPU utilization monitor in Windows Server 2008 R2

Microsoft.Windows.Server.2008.R2.OperatingSystem.OverrideDisabled.CPUUtilization.Monitor (MonitorPropertyOverride)

This override to disable performance counter CPU utilization monitor in Windows Server 2008 R2

Element properties:

ContextMicrosoft.Windows.Server.2008.R2.OperatingSystem
TargetMicrosoft.Windows.Server.2008.Processor.CPUUtilization
PropertyEnabled
Valuefalse
EnforcedFalse

Source Code:

<MonitorPropertyOverride ID="Microsoft.Windows.Server.2008.R2.OperatingSystem.OverrideDisabled.CPUUtilization.Monitor" Context="Server2008!Microsoft.Windows.Server.2008.R2.OperatingSystem" Enforced="false" Monitor="Microsoft.Windows.Server.2008.Processor.CPUUtilization" Property="Enabled">
<Value>false</Value>
</MonitorPropertyOverride>