Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
October 15, 2007
A. You can use the WMIC command to query WMI, as follows. The output should be TRUE.
wmic OS Get DataExecutionPrevention_Available
DataExecutionPrevention_Available
TRUE
You May Also Like