Removing:
|Windows Defender Exploit Protection settings|The following settings should be configured or verified in the **Windows Security** app under **App & browser control** > **Exploit protection** > **Exploit protection settings** > **System Settings**.<br><br>**Control flow guard (CFG)** must be set to **Use default (On)** or **Off by default**. If set to **On by default**, [Windows Defender Application Guard](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-guard) will not launch.<br><br>**Randomize memory allocations (Bottom-up ASLR)** must be set to **Use default (On)** or **Off by default**. If set to "On by default", the `Vmmem` process will have high CPU utilization while a Windows Defender Application Guard window is open.|
Description:
As noted in issue ticket #6430 (Linux support is in preview), this page
does not have a description of Linux support for MD-ATP being Public
Preview only for Linux at this time. This PR aims to rectify that
information detail.
Thanks to memildin (Mel) for reporting this issue.
Changes proposed:
- Add info comment behind "Linux" in the bullet point list
- Add a sentence at the end of the following Note blob
- Remove redundant phrase "that are" from Note to improve readability
- Add a missing plural S at the end of "Related topic" (2 links)
- Whitespace changes (might as well correct those)
- add MarkDown indent marker compatibility spacing
- remove redundant spacing in bullet point lists (only 1 needed)
- remove redundant blank lines, 2 blank lines is sufficient spacing
- remove redundant blanks at end-of-line (EOL whitespace)
- replace a tab character with 4 blank spaces (GitHub codestyle)
Ticket closure or reference:
Closes#6430
Description:
As reported in issue ticket #6470 (Incorrect link), the current link
named "4985(S): The state of a transaction has changed." links to Event
"4674(S, F): An operation was attempted on a privileged object."
This typo is a "no-brainer" and is likely the result of a copy-paste
mistake or a mass conversion oversight, not a dedicated operation.
Thanks to azupwn for pointing out this issue.
Changes proposed:
- Insert the correct event number 4985 in the link
- Reduce markdown bullet list spacing from 3 to 1 under "Applies to"
Ticket closure or reference:
Closes#6470