Fix DisableCpuThrottleOnIdleScans parameter description#4113
Fix DisableCpuThrottleOnIdleScans parameter description#4113KirtiRamchandani wants to merge 1 commit into
Conversation
|
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Align winserver2022 Defender docs with current product behavior and winserver2025 wording for idle-scan CPU throttling. Fixes MicrosoftDocs#4020
22af93e to
fde2200
Compare
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
1 similar comment
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 22af93e: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit fde2200: ✅ Validation status: passed
For more details, please refer to the build report. |




Problem
The winserver2022 Defender docs for
-DisableCpuThrottleOnIdleScansdescribe the parameter backwards and use stale$true/$falsebullets that do not match current product behavior.Root cause
The winserver2022 topic diverged from the corrected winserver2025 wording after idle-scan CPU throttling behavior changed.
Fix
Align
Set-MpPreference.mdandRemove-MpPreference.mdin the winserver2022 docset with the current winserver2025 description so admins understand that the parameter is enabled by default and only affects idle scheduled scans.Fixes #4020