turning off DEP
DEP or data execution prevention is an annoying windows service which prevents code execution from a non-executable memory region. This prevets buffer overflow and also fixes some games like age of mythology. But in many cases it ends up annoyingly interfering with some softwares where DEP turns the process off and the software revives it back causing the system to loo indefinitely until truncated. Also there is no handy option to turn off DEP by a simple check/uncheck.
So here is a step by step guide to turn off DEP.
This process involves editing the boot file. A restore point is recommended to be created.
1>>Right click your my computer.
2>>Goto the advanced tab.
3>>Goto settings for startup and recovery.
4>>Press the edit button in the system startup area to get the boot.ini file.
5>>Look for "...NoExecute=OptIn" or anything similar.
6>>Edit it to "...NoExecute=AlwaysOff". DO NOT LEAVE ANY SPACES ANYWHERE.
7>>Save changes to boot.ini and restart.
8>>Go to step 2.
9>>Go to settings in performance area.
10>>Goto the data execution prevention tab.It should look like the last image.
Last edited by Chinmoy; 03-18-2008 at 09:19 AM.
|