| Disabling Windows Data Protection (DEP) |
| Written by David Savery | ||||||||
| Tuesday, 09 May 2006 00:00 | ||||||||
|
Data Execution Prevention (DEP) is a set of hardware and software technologies that perform memory checks to help prevent malicious code from running on a system. DEP is available only on Microsoft Windows XP Service Pack 2 and on Microsoft Windows 2003 Service Pack 1. Personally I don’t find DEP gets in my way for my day-to-day shenanigans but I have heard others complaining about DEP preventing some non-malicious programs from doing their thang. For those who are interested, DEP can be disabled using the following method… Right-click My Computer from either the Start menu or on the Desktop and select Properties Under this tab you can select to have DEP enabled either for essential Windows programs or services or it can be enabled for all programs and services with user defined exceptions. To disable DEP you need to edit the boot.ini file. The easiest way to do this is to follow these steps: Right-click My Computer from either the Start menu or on the Desktop and select Properties You are not presented with the contents of your boot.ini file which should look similar to below: [boot loader] To disable DEP alter the text to show /noexecute=AlwaysOff and save your changes. After a reboot DEP will be disabled and will be ‘greyed out’ when viewed under the Performance tab. To re-enable DEP edit boot.ini again and use the ‘optin’ switch. There are in fact four options for DEP that can be applied to boot.ini as below:
Just to mention, another (more long-winded) way to edit the boot.ini file is to follow these steps: Right-click My Computer and select Explore You can now edit boot.ini using Notepad or another text editor.
|
||||||||
| Last Updated on Saturday, 17 May 2008 12:03 |