วันศุกร์ที่ 6 สิงหาคม พ.ศ. 2553

HOWTO: Disabling Windows DEP (Data Execution Prevention)

Q10002 - HOWTO: Disabling Windows DEP (Data Execution Prevention)
1.Disable Data Execution Prevention (DEP) completely
2.Click Start, and then click Control Panel.
3.Under Pick a category, click Performance and Maintenance.
4.Under or Pick a Control Panel icon, click System.
5.Click the Advanced tab, and in the Startup and Recovery area, click Settings.
6.In the SystemStartup area, click Edit.
7.In Notepad, click Edit and then click Find.
8.In the Find what field, type /noexecute and then click Find Next.
9.In the Find dialog box click Cancel.
10.Replace the policy_level (for example, "OptIn" default) with "AlwaysOff" (without the quotes).

WARNING: Be sure to enter the text carefully. Your boot.ini file switch should now read:

/noexecute=AlwaysOff

11.In Notepad, click File and then click Save.
12.Click OK to close Startup and Recovery.
13.Click OK to close System Properties and then restart your computer.
This setting does not provide any DEP coverage for any part of the system, regardless of hardware DEP support.

Verifying DEP is Disabled
1.Click Start, and then click Control Panel.
2.Under Pick a category, click Performance and Maintenance.
3.Under or Pick a Control Panel icon, click System.
4.Click the Advanced tab.
5.In the Performance area, click Settings and then click Data Execution Prevention.
6.Verify that the DEP settings are unavailable and then click OK to close Performance Settings.
7.Click OK to close System Properties then close Performance and Maintenance.


Credit:http://www.zensoftware.co.uk/kb/article.aspx?id=10002