BcdOSLoader_PAEPolicy enumeration
Specifies the Physical Address Extension (PAE) policies.
Syntax
typedef enum BcdOSLoader_PAEPolicy {
PaePolicyDefault = 0,
PaePolicyForceEnable = 1,
PaePolicyForceDisable = 2
} BcdOSLoader_PAEPolicy;
Constants
-
PaePolicyDefault
-
Enable PAE if hot-pluggable memory is defined above 4GB.
-
PaePolicyForceEnable
-
PAE is enabled.
-
PaePolicyForceDisable
-
PAE is disabled.
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |