How to determine that hardware DEP is available and configured on your computer.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 01 Aug 2010 14:35:29 +0300
changeset 473 6ecff173dda7
parent 472 cfe17c4a293b
child 474 bc44e53d763e
How to determine that hardware DEP is available and configured on your computer.
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.