  John2g Qui Tacet Consentit Premium join:2001-08-10 England
edit: September 14th, @05:46AM
| How to turn off Data Execution Prevention in SP2
Several OSs have no-execute or execute protection. Microsoft has added this as well in SP2 with data execution prevention (DEP). This prevents code execution in memory regions already marked as storage. This is a powerful tool against buffer overrun exploits. If a program is failing and you want to disable DEP to see if that is the cause. Here are the steps .....
»www.tech-recipes.com/windows_tips566.html |