Results 1 to 8 of 8

Thread: Data Execution Prevention

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Head Honcho Administrator Reverend's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    14,966
    If the first option is already checked, put a check next to the second option instead "Turn on DEP for all programs and services except those I select" and then click Add to add the programs that you do not want to use the DEP feature. Then click OK twice.

    Data Execution Prevention (DEP) is a set of hardware and software technologies that perform additional checks on memory to help prevent malicious code from running on a system. In Microsoft Windows XP Service Pack 2 (SP2) and Microsoft Windows XP Tablet PC Edition 2005, DEP is enforced by hardware and by software.

    The primary benefit of DEP is to help prevent code execution from data pages. Typically, code is not executed from the default heap and the stack. Hardware-enforced DEP detects code that is running from these locations and raises an exception when execution occurs. Software-enforced DEP can help prevent malicious code from taking advantage of exception-handling mechanisms in Windows.
    The cause of your problem is because some programs do not support DEP.
    Last edited by Reverend; October 30th, 2005 at 20:05 PM.

    =========== Please Read The Forum Rules ===========

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •