DataExecutionPreventionSupportPolicy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data Execution Prevention (DEP) settings
public enum class DataExecutionPreventionSupportPolicy
public enum class DataExecutionPreventionSupportPolicy
enum DataExecutionPreventionSupportPolicy
public enum DataExecutionPreventionSupportPolicy
type DataExecutionPreventionSupportPolicy =
Public Enum DataExecutionPreventionSupportPolicy
- Inheritance
-
DataExecutionPreventionSupportPolicy
Fields
Name | Value | Description |
---|---|---|
AlwaysOff | 0 | DEP is turned off for all 32-bit applications on the computer with no exceptions |
AlwaysOn | 1 | DEP is enabled for all 32-bit applications on the computer |
OptIn | 2 | DEP is enabled for a limited number of binaries, the kernel, and all Windows-based services. However, it is off by default for all 32-bit applications. A user or administrator must explicitly choose either the Always On or the Opt Out setting before DEP can be applied to 32-bit applications |
OptOut | 3 | DEP is enabled by default for all 32-bit applications. A user or administrator can explicitly remove support for a 32-bit application by adding the application to an exceptions list |