13.0 禁用2003的DEP功能
A:
编辑c:\boot.ini文件,使用如下开关:
/EXECUTE
该选项将禁用DEP(Data Execution Protection)功能
/NOEXECUTE
/NOEXECUTE=OPTIN Enables DEP for core system images and those specified in the DEP configuration dialog.
/NOEXECUTE=OPTOUT Enables DEP for all images except those specified in the DEP configuration dialog.
/NOEXECUTE=ALWAYSON Enables DEP on all images.
/NOEXECUTE=ALWAYSOFF Disables DEP.