Skip to content

Commit

Permalink
Correct bcdedit syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6d69636b committed Mar 6, 2020
1 parent a3f0f66 commit c32589f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows_10_hardening.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ These settings can be exported as an XML file and loaded via Group Policy _Compu

#### Enable Data Execution Prevention (DEP)

* Force the use of Data Execution Prevention (DEP): `bcdedit.exe /set {current} nx AlwaysOn` (Default is _OptIn_)
* Force the use of Data Execution Prevention (DEP): `bcdedit.exe /set nx AlwaysOn` (Default is _OptIn_)

## Monitoring
* Install [Sysmon](https://docs.microsoft.com/en-us/sysinternals/downloads/sysmon)
Expand Down

0 comments on commit c32589f

Please sign in to comment.