DEP or Explicit PAE is preffered ?
Enabling DEP hardware level or Explicit PAE is preffered ? If enabled DEP on hardware , do we need to do any configuration on OS or application like sql server ? Can we enable or Disable DEP on hardware at anytime ? .In that case how OS and application behave What are the benefits of Enabling DEP on hardware level ? Thanks
July 26th, 2012 3:29pm

Hi, DEP configuration is totally depends on the processors.The 64-bit processors made by AMD and Intel include hardware support for data execution prevention (DEP). Windows Server uses DEP to prevent malicious code from being able to execute, even when a buffer overrun occurs. Even without a processor that supports DEP, Windows Server can detect code that is running in memory locations where it should not be. A useful link for your reference Data Execution Prevention http://technet.microsoft.com/en-us/library/cc738483(v=ws.10).aspx Regards, Ravikumar P
Free Windows Admin Tool Kit Click here and download it now
July 26th, 2012 4:22pm

Hi, DEP configuration is totally depends on the processors.The 64-bit processors made by AMD and Intel include hardware support for data execution prevention (DEP). Windows Server uses DEP to prevent malicious code from being able to execute, even when a buffer overrun occurs. Even without a processor that supports DEP, Windows Server can detect code that is running in memory locations where it should not be. A useful link for your reference Data Execution Prevention http://technet.microsoft.com/en-us/library/cc738483(v=ws.10).aspx Regards, Ravikumar P
July 26th, 2012 4:22pm

bcdedit /set [{ID}] pae ForceEnable What is {ID} in the above command
Free Windows Admin Tool Kit Click here and download it now
July 27th, 2012 3:04am

bcdedit /set [{ID}] pae ForceEnable What is {ID} in the above command [{ID}] The {ID} is the GUID that is associated with the boot entry. If you do not specify an {ID}, the command modifies the current operating system boot entry. If a boot entry is specified, the GUID associated with the boot entry must be enclosed in braces { }. To view the GUID identifiers for all of the active boot entries, use the bcdedit /enum command. Ref: http://msdn.microsoft.com/en-us/library/windows/hardware/ff542202(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/windows/hardware/ff542191(v=vs.85).aspx I do not represent the organisation I work for, all the opinions expressed here are my own. This posting is provided "AS IS" with no warranties or guarantees and confers no rights. - .... .- -. -.- ... --..-- ... .- -. - --- ... ....
July 27th, 2012 6:45am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics