# HG changeset patch # User Oleksandr Gavenko # Date 1280662529 -10800 # Node ID 6ecff173dda7ff0692a772ddb4987ab9f6b967e2 # Parent cfe17c4a293bf7c4e9a889e516ff1d9823965ef0 How to determine that hardware DEP is available and configured on your computer. diff -r cfe17c4a293b -r 6ecff173dda7 windows.rst --- a/windows.rst Sun Aug 01 13:32:07 2010 +0300 +++ b/windows.rst Sun Aug 01 14:35:29 2010 +0300 @@ -231,8 +231,16 @@ multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="MS Windows XP Prof" /fastdetect /noexecute=alwayson +To see current DEP status run: + + cmd> wmic OS Get DataExecutionPrevention_Available + cmd> wmic OS Get DataExecutionPrevention_SupportPolicy + cmd> wmic OS Get DataExecutionPrevention_Drivers + http://msdn.microsoft.com/en-us/library/ff557134%28VS.85%29.aspx /noexecute parameter + http://support.microsoft.com/kb/912923 + How to determine that hardware DEP is available and configured on your computer * Life cycle.