Merge pull request #1969 from nschonni/patch-1

typo: seperate -> separate
This commit is contained in:
Patti Short
2018-10-27 07:27:19 -07:00
committed by GitHub

View File

@ -181,7 +181,7 @@ Where:
- `-Enable` to enable the mitigation - `-Enable` to enable the mitigation
- `-Disable` to disable the mitigation - `-Disable` to disable the mitigation
- \<Mitigation>: - \<Mitigation>:
- The mitigation's cmdlet as defined in the [mitigation cmdlets table](#cmdlets-table) below, along with any suboptions (surrounded with spaces). Each mitigation is seperated with a comma. - The mitigation's cmdlet as defined in the [mitigation cmdlets table](#cmdlets-table) below, along with any suboptions (surrounded with spaces). Each mitigation is separated with a comma.
For example, to enable the Data Execution Prevention (DEP) mitigation with ATL thunk emulation and for an executable called *testing.exe* in the folder *C:\Apps\LOB\tests*, and to prevent that executable from creating child processes, you'd use the following command: For example, to enable the Data Execution Prevention (DEP) mitigation with ATL thunk emulation and for an executable called *testing.exe* in the folder *C:\Apps\LOB\tests*, and to prevent that executable from creating child processes, you'd use the following command:
@ -190,7 +190,7 @@ Set-ProcessMitigation -Name c:\apps\lob\tests\testing.exe -Enable DEP, EmulateAt
``` ```
>[!IMPORTANT] >[!IMPORTANT]
>Seperate each mitigation option with commas. >Separate each mitigation option with commas.
If you wanted to apply DEP at the system level, you'd use the following command: If you wanted to apply DEP at the system level, you'd use the following command: