mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
Merge pull request #1969 from nschonni/patch-1
typo: seperate -> separate
This commit is contained in:
@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user