Turn off the DEP feature of Windows XP SP3

  
                


Some friends don't like the DEP (Data Execution Prevention) feature of Windows XP SP3, because some software is always interfered when running, and want to completely turn off DEP, as follows.

We need to do something about the C:\\boot.ini file.

First, change its read-only property, right-click on the file and select “Properties>, cancel the “read-only” property.

Then use Notepad to edit boot.ini and find the entry starting with multi(0)disk(0). At the end of that line is /noexecute, which is the sign that DEP is in effect. You can change /noexecute to /execute and finally restart the machine. This closes the DEP.

Copyright © Windows knowledge All Rights Reserved