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
2112
2112
2113
2113
- The value of the **ScanOnlyIfIdleEnabled** setting is True (scan only when the computer isn't
2114
2114
in 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
2116
2116
idle scans).
2117
2117
2118
2118
` ` ` yaml
Original file line number Diff line number Diff line change @@ -761,9 +761,9 @@ Accept wildcard characters: False
761
761
Specifies whether to disable CPU throttling for scheduled scans while the device is idle. Valid
762
762
values are :
763
763
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
766
765
**ScanAvgCPULoadFactor** parameter.
766
+ - $false : The CPU is throttled for scheduled scans.
767
767
768
768
This parameter doesn't affect other types scheduled scans. Normal CPU throttling occurs on other
769
769
types of scheduled scans.
@@ -2202,7 +2202,7 @@ The value of this parameter is ignored if both of the following conditions are t
2202
2202
2203
2203
- The value of the **ScanOnlyIfIdleEnabled** parameter is $true (scan only when the computer isn't
2204
2204
in 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
2206
2206
idle scans).
2207
2207
2208
2208
` ` ` yaml
You can’t perform that action at this time.
0 commit comments