File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docset/winserver2022-ps/Defender Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2112,7 +2112,7 @@ The value of this setting is ignored if both of the following conditions are tru
21122112
21132113- The value of the **ScanOnlyIfIdleEnabled** setting is True (scan only when the computer isn't
21142114in use).
2115- - The value of the **DisableCpuThrottleOnIdleScans** setting is False (disable CPU throttling on
2115+ - The value of the **DisableCpuThrottleOnIdleScans** setting is True (disable CPU throttling on
21162116idle scans).
21172117
21182118` ` ` yaml
Original file line number Diff line number Diff line change @@ -761,9 +761,9 @@ Accept wildcard characters: False
761761Specifies whether to disable CPU throttling for scheduled scans while the device is idle. Valid
762762values are :
763763
764- - $true : The CPU is throttled for scheduled scans.
765- - $false : The CPU isn't throttled for scheduled scans, regardless of the value of the
764+ - $true : The CPU isn't throttled for scheduled scans, regardless of the value of the
766765**ScanAvgCPULoadFactor** parameter.
766+ - $false : The CPU is throttled for scheduled scans.
767767
768768This parameter doesn't affect other types scheduled scans. Normal CPU throttling occurs on other
769769types of scheduled scans.
@@ -2202,7 +2202,7 @@ The value of this parameter is ignored if both of the following conditions are t
22022202
22032203- The value of the **ScanOnlyIfIdleEnabled** parameter is $true (scan only when the computer isn't
22042204in use).
2205- - The value of the **DisableCpuThrottleOnIdleScans** parameter is $false (disable CPU throttling on
2205+ - The value of the **DisableCpuThrottleOnIdleScans** parameter is $true (disable CPU throttling on
22062206idle scans).
22072207
22082208` ` ` yaml
You can’t perform that action at this time.
0 commit comments