+ Reply to Thread
Results 1 to 8 of 8

Thread: turning off DEP

  1. #1
    Chinmoy's Avatar
    Chinmoy is offline Programming Expert
    Join Date
    Feb 2008
    Location
    where heaven meets earth
    Posts
    410
    Rep Power
    18

    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.
    Attached Thumbnails Attached Thumbnails turning off DEP-2.jpg   turning off DEP-3.jpg   turning off DEP-4.jpg   turning off DEP-5.jpg   turning off DEP-6.jpg  

    Last edited by Chinmoy; 03-18-2008 at 06:19 AM.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Kaabi Guest

    Re: turning off DEP

    If I ever need to use this, now I know!

  4. #3
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: turning off DEP

    I can't actually understand what this is...

  5. #4
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: turning off DEP

    Quote Originally Posted by Chinmoy
    DEP or data execution prevention is an annoying windows service which prevents code execution from a non-executable memory region.
    That.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  6. #5
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: turning off DEP

    You think I can't read? I still don't know what that is supposed to do.

  7. #6
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: turning off DEP

    Er, neither do I.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  8. #7
    Chinmoy's Avatar
    Chinmoy is offline Programming Expert
    Join Date
    Feb 2008
    Location
    where heaven meets earth
    Posts
    410
    Rep Power
    18

    Re: turning off DEP

    This feature available from SP2 causes some aplications like cursorXP and cdilla-license management to run into an infinite termination and restart mode which hangs up the computer eventually. That is what it does. Whether you face this prblem or nt depends on the array of softwares you use and the amount of tweaking you can manage without any software help.
    God is real... unless declared an integer

  9. #8
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: turning off DEP

    Ohhh... I see now. Thanks for the info.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. turning in work
    By legacy in forum Python
    Replies: 2
    Last Post: 01-20-2011, 04:15 PM
  2. Turning off Windows services one by one
    By Fae in forum Computer Software/OS
    Replies: 4
    Last Post: 09-23-2010, 07:14 PM
  3. Turning the printf statements on and off
    By veda87 in forum C Tutorials
    Replies: 5
    Last Post: 09-26-2009, 12:29 PM
  4. PC turning itself off
    By Jaan in forum Computer Hardware
    Replies: 27
    Last Post: 07-16-2009, 06:39 AM
  5. Turning an AVI frame into .bmp
    By Zajec in forum C and C++
    Replies: 1
    Last Post: 01-13-2009, 12:07 PM

Tags for this Thread

Bookmarks

Posting Permissions

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